没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > jcrom |
jcrom
|
1 | 0 | 201 |
贡献者 | 讨论 | 代码提交 |
概述
JCROM (pronounced "Jack-rom") stands for Java Content Repository Object Mapper. It is a lightweight framework for mapping Java objects to/from a Java Content Repository (JCR). This is commonly called Object Content Mapping.
JCROM relies on annotations only, so there are no XML configuration files involved.
JCROM ensures that your objects are mapped to the JCR according to best practices, meanwhile abstracting the gritty details and making your code clean and readable.
annotation based (needs Java 1.5) lightweight, minimal external dependencies simple to learn, easy to use (and test) removes error prone boiler plate code works with any JCR implementation works well with Guice and Spring vision: do for JCR what Hibernate did for JDBC
创建时间:2014-05-06 16:36