共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Salve |
Salve
|
0 | 0 | 516 |
贡献者 | 讨论 | 代码提交 |
Salve solves the problems that cause anemic domain model anti-pattern [1] [2] and brings back object oriented programming to the business tier. It allows POJOs to reference dependencies, yet remain lightweight, serializable, and have unlimited lifecycle (such as being instantiated via the new operator). Salve accomplishes this by instrumenting bytecode either at load time via a JVM agent or at build time via a post-compilation step. For more details see WhySalve wiki page.
[1] http://www.martinfowler.com/bliki/AnemicDomainModel.html
[2] http://www.theserverside.com/patterns/thread.tss?thread_id=31010#172016