Zksample2是学习ZK Ajax框架非常好的一个示例

14年前
Zksample2是学习ZK Ajax框架非常好的一个示例。使用到的框架包括:
ZK web framework (3.6.3) http://www.zkoss.org/
用于开发前台界面,一个面向组件和事件驱动的Web框架。
 
Hibernate ORM  https://www.hibernate.org/
used in the backend as Object Relational Mapper between Tables records and Pojos (Domain
Models)

Spring  http://www.springsource.org/
as a common Enterprise framework. Used for the scopes of lifetime for the created controllers and
DAOs.

Spring AOP  http://www.springsource.org/
AOP ( Aspect oriented programming ) framework, Used for our transaction scopes in the DAO's and
Services.

Spring-Security  http://www.springsource.org/
安全框架,用于认证用户身份和组件与方法

Hibernate-Generic-DAO  http://code.google.com/p/hibernate-generic-dao/
只用到这个的框架一小部分。 From it's Search class it generates the HQL Queries. It's the
basic of our paged lists that can be sorted on the database too.

JasperReport  http://jasperforge.org/
用于报表打印
 

运行截屏