One other approach would be to use the neo4j plugin for gorm, and use neo4j's sparql plugin.
Mark On Apr 3, 2013 9:00 PM, "Tim Harsch" <[email protected]> wrote: > Since GRAILs is built on Groovy and Groovy is just Java with extras, you > can just import Jena as you would any Java library and just begin using it. > > There is not a GORM equivalent for SPARQL as of yet. However, if it is > just SPARQL you are interested in, you may be more interested in this > Groovy project: > https://github.com/AlBaker/GroovySparql > > > > > > >________________________________ > > From: James Rothering <[email protected]> > >To: [email protected] > >Sent: Wednesday, April 3, 2013 3:24 PM > >Subject: Connecting Grails to Jena > > > >I'm being pushed into the Groovy/Grails world for a fast > >application development project, but I'd like to connect to Jena on > >the backend. Does anyone know how to do this? I gather that Grails > >will create the database it needs on the backend by the simple > >placing of data type definitions in a "domain" file. Can I > >configure it somehow to do this into a Jena/Fuseki Triple Store -- > >preferably TDB? > > > >Any pointers or suggestions appreciated in advance. > > > >Regards, > > > >James Rothering > > > > > > > >
