List of examples
- All in one ZUL - Mandatory example, it shows that it is possible to do it in one ZUL file (albeit not recommended)
- Listbox - data driven components - Simple listbox bound to a POJO - no library dependencies.
- Listbox with database (Hibernate) - Similar to the basic example, but the data is now loaded from the database via Hibernate Criteria API.
- ZKComposer - annotation driven controller - Not a data driven example - shows how to use the MVC design with ease. You can read your controller like a story.
- Enterprise architecture with Spring - All basic parts wired together with Spring. Enterprise architecture with Web - Service - DAO layers and transactions.