mvc-shadow-next"
From Documentation
Robertwenzel (talk | contribs) m (Created page with "== ForEach == https://www.zkoss.org/wiki/ZK_Developer's_Reference/MVC/Controller/Wire_Components#Shadow_Selectors CollectionTemplate == ZUL Template == == Java Based Template...") |
Robertwenzel (talk | contribs) |
||
Line 11: | Line 11: | ||
== Creating a Simple CRUD Template == | == Creating a Simple CRUD Template == | ||
+ | |||
+ | = Summary = | ||
+ | |||
+ | == Download == | ||
+ | * The source code for this article can be found on [https://github.com/zkoss-demo/mvc-shadow github]. | ||
+ | |||
+ | == Running the Example == | ||
+ | |||
+ | Clone the repository | ||
+ | |||
+ | git clone git@github.com:zkoss-demo/mvc-shadow.git | ||
+ | cd mvc-shadow | ||
+ | git checkout master | ||
+ | |||
+ | The example war file can be built with maven: | ||
+ | |||
+ | mvn clean package | ||
+ | |||
+ | Execute using jetty: | ||
+ | |||
+ | mvn jetty:run | ||
+ | |||
+ | Then access the overview page http://localhost:8080/mvc-shadow/ |
Latest revision as of 08:55, 26 September 2016
ForEach
https://www.zkoss.org/wiki/ZK_Developer's_Reference/MVC/Controller/Wire_Components#Shadow_Selectors
CollectionTemplate
ZUL Template
Java Based Template
Using ZK8 Form Proxies in MVC
Creating a Simple CRUD Template
Summary
Download
- The source code for this article can be found on github.
Running the Example
Clone the repository
git clone git@github.com:zkoss-demo/mvc-shadow.git cd mvc-shadow git checkout master
The example war file can be built with maven:
mvn clean package
Execute using jetty:
mvn jetty:run
Then access the overview page http://localhost:8080/mvc-shadow/