zkoss / zk-angular

A ZK extension for Angular JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zk-angular

A ZK extension for Angular JS

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.

ZK Angular Architecture

Version

0.8.0

Maven Installation

<dependency>
	<groupId>org.zkoss.angular</groupId>
	<artifactId>zk-angular</artifactId>
	<version>0.8.0</version>
</dependency>

Demo Project

License

About

A ZK extension for Angular JS


Languages

Language:Java 93.5%Language:JavaScript 6.5%