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.
You can look at the [UserGuide documentation] for more explanations.
JCROM 2.2.0 is released
This release includes:
You can look at the resolved issues.
JCROM 2.1.0 is out
This release includes fixes, new unit tests to check compatibility with ModeShape, refactoring, and a new feature, JCROM Callbacks.
You can look at the resolved issues.
JCROM 2.0.1 is out
This release includes fixes, improvements and new features, such as support for weak references, mapping protected properties, support for matching properties in NodeFilter.
You can look at the resolved issues.
JCROM 2.0 is out!
Many changes have taken place, including: