This project aims to provide a simple set of POJO beans with which you can map JCR (document, binary, etc) nodes to POJO (ContentNode) beans, and also bind the POJO beans back to JCR (document, binary, etc) nodes.
Documentation is available at bloomreach-forge.github.io/jcr-pojo-binding
The online documentation is generated by this command from the master branch:
mvn -Pgithub.pages clean site:site
The output is in the /docs
directory; push it and GitHub Pages will serve the site automatically.
For rendering documentation on non-master branches, use the normal site command so the output will be in the /target
and therefore ignored by Git.
mvn clean site:site