ZK/How-Tos
< ZK
ZK: How-Tos
This article is a collection of how-tos for the ZK framework. ZK is an open source project that enables rich user interfaces for Web applications.
Thanks for your contributions.
Installation and Configuration
- Tomcat
- Resin
- Jetty
- JBoss
- Oracle OC4J and Oracle OPMN Release 3
- BEA WebLogic
- IBM WebSphere
- Liferay
- Pluto
- Eclipse
Basic Operations
Patterns
- Model View Controller Pattern
- Model View View-Model (MVVM) Architecture
Sample Applications
Integration with Other Frameworks
- Spring
- Hibernate
- ZK 2.x.x + Spring 2.x.x + Hibernate 3.x + JUnit Test
- Struts + Tiles + JSP (+ Spring)
- Acegi Security for Spring
- JasperReport
- Grails
Data Binding
- How do I apply annotated data-binding on a Regular Macro Component?
- How do I dynamically render a grid from a collection of Java Objects?