This project aims to provide a convenient way for Java developers to bind data from the server to client and vice versa. It contains both the powers of AngularJS and ZK MVVM; AngularJS is a structural framework for building dynamic web applications and provides a complete client-side solution. On the other hand, ZK MVVM is a data binder to synchronize data between the View (ZUL Page) and ViewModel (Java Object) where in this project the View will be the AngularJS's template (HTML & CSS). The following figure illustrates the whole concept of this project.
- This is an experimental project created based on ZK 7.0.3. If you are interested in learning more, please contact us.
0.8.0
<dependency>
<groupId>org.zkoss.angular</groupId>
<artifactId>zk-angular</artifactId>
<version>0.8.0</version>
</dependency>