JdonFramework is a fast J2EE development framework based in Struts + EJB/POJO;and is also a implementation of Aop/Ioc, by configuring jdonframework.xml , it can automatically carry out these functions: insert/update/delete/batch query of data model.
JdonFramework是一款快速J2EE开发框架工具,它有三个独特特点:
1. JdonFramework源码架构是基于微容器PicoContainer实现的,它拥有自己原创的AOP和Ioc模式实现,动态扩展性强,用户可根据自己需要动态加入拦截器等其它组件。
2. 使用JdonFramework可以快速开发出基于Struts+EJB/POJO架构的J2EE应用系统。在不改变多层结构的前提下,数据表的增、删、改和查开发工作量只剩余两件工作:
1. Web层配置工作:配置jdonframework.xml
2. 代码编写工作:业务层的数据库操作代码编写。
3. JdonFramework内置Web缓存优化功能提高了大批量数据查询速度,提升系统运行性能。