Re: [Neo] Neo4j in Lift

2010-03-10 Thread Craig Taverner
you just code each model directly onto the database itself? > > > > Cheers, Craig > > > > > > On Mon, Mar 1, 2010 at 9:47 AM, Christophe Dehlinger < > > christophedehlin...@gmail.com> wrote: > > > >> HI Craig, > >> > >> Fo

Re: [Neo] Neo4j in Lift

2010-03-01 Thread Christophe Dehlinger
hlin...@gmail.com> wrote: > >> HI Craig, >> >> For some reason, my response to your post was rejected by the list bot. >> Here it is: >> >> ------ Forwarded message -- >> From: Christophe Dehlinger >> Date: Mon, Mar 1, 2010 at 8:47 A

Re: [Neo] Neo4j in Lift

2010-03-01 Thread Georg M. Sorst
Hi Craig, while the Neo4j Scala project is not specifically tailored to Lift you can use it just as easily in a Lift project as you can use "regular" Neo4j in a Java EE project. Just instantiate the GraphDatabaseService in the bootstrap code, encapsule your Domain logic etc. Unfortunately my S

[Neo] Neo4j in Lift

2010-02-28 Thread Craig Taverner
Hi all, I've been looking at Martin Kleppman's Scala projectsfor neo4j to see if they can be used to help place neo4j behind a lift application, but I do not (yet) see any sign that these are for lift at all. I'm wondering if anyone knows how to get neo4j as th