JCR Plugin

Last updated by spidie 3 years ago

JCR Plugin

Still very dev - just some notes here at the moment.

Source

Install

grails install-plugin jcr 0.2-SNAPSHOT
grails install-plugin http://github.com/nebolsin/grails-jackrabbit/raw/cd75269360db8b8453db1729440f7d04841763d5/grails-jackrabbit-0.1-SNAPSHOT.zip

Usage

Create domain classes in usual way. Add

static mapWith = 'jcr'

to the domain class.

The plugin still has dependencies on Jackrabbit plugin and Jackrabbit 1.5 libraries to run.

News