JCR for Play! [cream] module
This module is for the Play 1.x series only.
A module that seamlessly integrates Apache Jackrabbit
(JCR 2.0) with Play framework. Provides:
- OCM
- Uses jcrom as the underlying object-to-content mapper
- Full text search
- Indexing PDF, MS Word, Excel, PowerPoint, OpenOffice, RTF, HTML and XML
- Content versioning
- Repository observers
- play.db.Model support
- CRUD support
https://github.com/mfornos/Cream
Written by Marc Fornos.
Published releases
0.1 | Sep 01 2011 | Documentation | Try Play |
To install locally this module use the install
command:
play install cream-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> cream {version}