Re: [Neo4j] neo4j+playframework

2011-09-19 Thread McKinley
The Neo4j Play module and plugin Alpha 1 has been posted on https://github.com/rrmckinley/play-neo4j. Let me know if I can help you use it. I will not post it to the Play module directory until I can write some tests. To install it manually, just pull the repo into your current play project and

Re: [Neo4j] neo4j+playframework

2011-09-19 Thread henry cleland
Wow thanks I had so much issues running neo4j with play that i fell back to mySQL cos i was so hard pressed with time and my boss was on my neck. if this does really work, my life will be a whole lot simpler except i still have to complete the mysql version of the project first. turning back

Re: [Neo4j] neo4j+playframework

2011-09-19 Thread henry cleland
Cheers. On Mon, Sep 19, 2011 at 8:49 PM, henry cleland hnoclel...@gmail.com wrote: Wow thanks I had so much issues running neo4j with play that i fell back to mySQL cos i was so hard pressed with time and my boss was on my neck. if this does really work, my life will be a whole lot

Re: [Neo4j] neo4j+playframework

2011-09-16 Thread Henry Cleland
Thank you very much. Can't wait to get to work to try it. Will let you know what happens. Regards, Hnocleland's iPhone On Sep 16, 2011, at 0:18, McKinley mckinley1...@gmail.com wrote: You need the Neo4j proper in your Play lib directory. Here is a Maven pom.xml file that will take care of

Re: [Neo4j] neo4j+playframework

2011-09-15 Thread deviantCode
. -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/neo4j-playframework-tp3338551p3338568.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. ___ Neo4j mailing list

[Neo4j] neo4j+playframework

2011-09-15 Thread deviantCode
on for instance item.provider. Thank you -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-neo4j-playframework-tp3338580p3338580.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com

Re: [Neo4j] neo4j+playframework

2011-09-15 Thread McKinley
I have been using Neo4j with the Play framework. You may be interested to know that I wrote a plugin module, however, I will have to wait until this weekend to release it. I'm not yet happy with the way my plugin connects to multiple embedded databases. With the Play framework you will likely

Re: [Neo4j] neo4j+playframework

2011-09-15 Thread henry cleland
hiya, thanx for your response. wrapping the models into java classes is a bit challenging for me cos i cant get my head around how the persistence layer will handle that. After the post i did a search for a mapper and found jo4neo, and im currently tryn to use that. Having challenges with how tho

Re: [Neo4j] neo4j+playframework

2011-09-15 Thread McKinley
I would be happy to share a Neo4j Play framework app with you. I'll isolate a small example and post it. jo4neo looks interesting, but it is not too hard to manually map a few classes to a simple graph model and the experience will be beneficial. The graph model is of a different and finer grain

Re: [Neo4j] neo4j+playframework

2011-09-15 Thread henry cleland
oh great!!!, I'll be earnestly looking out for the example. I did hit the wall with my jo4noe. There is a required file that is not in the package. and this has been both intellectually stimulating and frustrating. I do appreciate your advice on manually mapping the classes to graph models and i

Re: [Neo4j] neo4j+playframework

2011-09-15 Thread Peter Neubauer
Henry, Anything you can share about jo4neo problems with missing files? I have commit access to the repo... /peter Sent from my phone. On Sep 15, 2011 9:52 PM, henry cleland hnoclel...@gmail.com wrote: oh great!!!, I'll be earnestly looking out for the example. I did hit the wall with my

Re: [Neo4j] neo4j+playframework

2011-09-15 Thread espeed
There are a few other modules, but those are the main ones you need to look at to understand the structure. HTH. - James -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-neo4j-playframework-tp3338580p3340431.html Sent from the Neo4j Community

Re: [Neo4j] neo4j+playframework

2011-09-15 Thread henry cleland
Hi peter, I am tryn to use jo4neo with playframework firstly, im unable to resolve it as a dependency directly from maven, secondly, with my manually downloaded lib from http://jo4neo.googlecode.com/svn/trunk/repo/thewebsemantic/jo4neo/0.4.1/ and noe4j from maven, when i try to run my

Re: [Neo4j] neo4j+playframework

2011-09-15 Thread deviantCode
Thanx... jst saw this. Looking into it now. Im working in java but im sure this will help as well. thnx a bunch! -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-neo4j-playframework-tp3338580p3340558.html Sent from the Neo4j Community

Re: [Neo4j] neo4j+playframework

2011-09-15 Thread McKinley
You need the Neo4j proper in your Play lib directory. Here is a Maven pom.xml file that will take care of that for you. **BE CAREFUL** mvn clean will delete all the jars in your lib folder. Remove the clean section if you don't want that. https://gist.github.com/a3a5106efdaaade10496 Run 'mvn