An open API service indexing awesome lists of open source software.

https://github.com/zkoss/zk-angular

A ZK extension for Angular JS
https://github.com/zkoss/zk-angular

Last synced: 12 months ago
JSON representation

A ZK extension for Angular JS

Awesome Lists containing this project

README

          

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][angularjs] and [ZK MVVM][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](mailto:info@zkoss.org).

![ZK Angular Architecture](https://raw.githubusercontent.com/zkoss/zk-angular-demo/master/src/main/webapp/img/zk-ng-architecture.png)

### Version

0.8.0

### Maven Installation


org.zkoss.angular
zk-angular
0.8.0

### Demo Project

* [ZK Angular Demo Site](http://www.zkoss.org/zk-angular-demo)
* [ZK Angular Demo Project](https://github.com/zkoss/zk-angular-demo)

### License

* [GPL v2](http://www.gnu.org/licenses/gpl-2.0.html)


[angularjs]: https://angularjs.org/
[zk]: http://www.zkoss.org
[mvvm]: http://books.zkoss.org/wiki/ZK%20Developer's%20Reference/MVVM
[bootstrap]: http://getbootstrap.com/