电脑技术学习

Domain-Driven开发框架 Trails 0.8 发布

dn001
Trails开发小组近日宣布Trails 0.8 版本发布

Trails是Chris Nelson从Ruby on Rails, Naked Objects获启发而通过整合Hibernate,
Spring, Tapestry 创建的一个Domain-Driven Development 框架 (并非RoR的copycat),
其目的是简化Java EE开发,让开发者只需关注domain model。

下面是来自官方网站的Trails 0.8 的特性列表:
·Automatic production of a fully functional web UI with database persistence for your domain model
·Source code generated prior to runtime
·Customization via annotations
·Custom pages (Edit, List, and Search)
·Property level customization (explained in article)
·Fully functional UI for relationships
Many to one
One to many
Many to many
·Validation annotations
·Uses Spring, Hibernate, and Tapestry


官方网站:
https://trails.dev.java.net/

你使用过Trails这种Domain-Driven的框架吗?

标签: