OpenXava是一个让使用XML与Java来开发J2EE商业应用程序变得简单的框架.OpenXava不使用常见的MVC架构,它是一个JPA应用程序引擎,你能够通过JDK5.0注解或XML描述对象-关系表的映射关系,并将运行期实体对象持久化到数据库中去。
使用OpenXava你只需要写model,POJOs,和Java 5 annotations,你不用写view,也不用写controller。

Changes:
1. Bean Validation JSR-303 support was added.
2. The user can add and remove summation for any numeric persistent property in list and collections.
3. The user can sort by several columns in list and collections.
4. Standard PDF reports show column summations.
5. Summation is available for list and collections by adding a "+" to property names.
6. An automatic horizontal scrollbar was added for list and collections so as not to enlarge the UI.
7. Hibernate was upgraded to version 3.6.1.
8. Stereotype PASSWORD/CONTRASENA was added.
9. When the model is transient, the default controller-mode for the module is DetailOnly
暂无更多评论