Re: [Neo4j] [ANN] Neo4j 1.2 Milestone 4, The Server.

2010-11-20 Thread Jim Webber
Hi Javier, > And on the other hand, after I read the "Getting Started with Neo4j > Server", "REST API and Future Neo4j Server Releases" and "Using the > Neo4j Server with Java", I see there are some changes, like using > "reference_node" instead of the old way "reference node". The way to > build

Re: [Neo4j] [ANN] Neo4j 1.2 Milestone 4, The Server.

2010-11-20 Thread Javier de la Rosa
On Fri, Nov 19, 2010 at 10:24, Peter Neubauer wrote: > download, http://neo4j.org/download/ > getting started with the server > http://wiki.neo4j.org/content/Getting_Started_with_Neo4j_Server At first, congratulations for the great work :) And on the other hand, after I read the "Getting Started

Re: [Neo4j] Max De Marzi's Neo4j Server Ruby bindings

2010-11-20 Thread Andreas Ronge
Hi That's interesting ! Would be cool to try to use the same API as neo4j.rb. But I think only a small part of the neo4j.rb API would be possible to implement using the REST API. Example, the traversals (which is done in javascript) and indexing/rules which uses the event framework would be imposs

Re: [Neo4j] JTA support for Neo

2010-11-20 Thread Chris Gioran
> IMHO you should start a branch > in the SVN so others can look at the code. So, at https://svn.neo4j.org/laboratory/users/cgioran/neo4j-kernel-jta/ you can find the kernel component with my changes incorporated. The classes added are org.neo4j.kernel.impl.transaction.TransactionManagerImpl or

[Neo4j] Max De Marzi's Neo4j Server Ruby bindings

2010-11-20 Thread Peter Neubauer
Hi all, follow Max's comment on the Neo4j Server announcement, https://rubygems.org/gems/neography I just wanted to point out his Ruby bindings at https://github.com/maxdemarzi/neography Feel free to try it out and add some short intro on the Wiki, http://wiki.neo4j.org/content/Getting_Started, o