Re: [Neo4j] Using the REST neo4j

2010-09-16 Thread Jacob Hansson
On Thu, Sep 16, 2010 at 9:25 AM, Mattias Persson wrote: > 2010/9/15 Jacob Hansson > > > On Wed, Sep 15, 2010 at 5:37 PM, Jacob Hansson > > wrote: > > > > > Hi Alex, sorry this response took me so long, see responses inline! > > > > > > 2010/9/10 Alexandru Popescu ☀ > > > > > > On Tuesday, Septe

Re: [Neo4j] Using the REST neo4j

2010-09-16 Thread Mattias Persson
2010/9/15 Jacob Hansson > On Wed, Sep 15, 2010 at 5:37 PM, Jacob Hansson > wrote: > > > Hi Alex, sorry this response took me so long, see responses inline! > > > > 2010/9/10 Alexandru Popescu ☀ > > > > On Tuesday, September 7, 2010, Jacob Hansson > wrote: > >> > 2010/9/6 Alexandru Popescu ☀ >

Re: [Neo4j] Using the REST neo4j

2010-09-15 Thread Jacob Hansson
On Wed, Sep 15, 2010 at 5:37 PM, Jacob Hansson wrote: > Hi Alex, sorry this response took me so long, see responses inline! > > 2010/9/10 Alexandru Popescu ☀ > > On Tuesday, September 7, 2010, Jacob Hansson wrote: >> > 2010/9/6 Alexandru Popescu ☀ >> > >> >> On Monday, September 6, 2010, Jim W

Re: [Neo4j] Using the REST neo4j

2010-09-15 Thread Jacob Hansson
Hi Alex, sorry this response took me so long, see responses inline! 2010/9/10 Alexandru Popescu ☀ > On Tuesday, September 7, 2010, Jacob Hansson wrote: > > 2010/9/6 Alexandru Popescu ☀ > > > >> On Monday, September 6, 2010, Jim Webber wrote: > >> > Hi Alex, > >> > > >> >> While I still can ac

Re: [Neo4j] Using the REST neo4j

2010-09-13 Thread Mattias Persson
I see your point and I think that it'd be a good idea to have the ability to build/download a .war file for convenience, in addition to the current format. I don't really see any arguments against it at least. And it should be a fairly easy task to create such an assembly. 2010/9/10, Alexandru Po

Re: [Neo4j] Using the REST neo4j

2010-09-09 Thread Alexandru Popescu ☀
On Tuesday, September 7, 2010, Jacob Hansson wrote: > 2010/9/6 Alexandru Popescu ☀ > >> On Monday, September 6, 2010, Jim Webber wrote: >> > Hi Alex, >> > >> >> While I still can achieve all these with the current packaging, it >> >> feels more "hacky": I need to create a new Jetty6BasedWebServe

Re: [Neo4j] Using the REST neo4j

2010-09-07 Thread Jacob Hansson
2010/9/6 Alexandru Popescu ☀ > On Monday, September 6, 2010, Jim Webber wrote: > > Hi Alex, > > > >> While I still can achieve all these with the current packaging, it > >> feels more "hacky": I need to create a new Jetty6BasedWebServer or > >> modify the existing one to enhance it with my own s

Re: [Neo4j] Using the REST neo4j

2010-09-06 Thread Jim Webber
Hi Alex, > Interesting... My main question is: what exactly is this package > offering to the end user in the current form? IMO it cannot be an > off-the-shelf product as there is no security. It is not a library > either, as extending it is not so easy. Basically, and without any > intention to h

Re: [Neo4j] Using the REST neo4j

2010-09-06 Thread Alexandru Popescu ☀
On Monday, September 6, 2010, Jim Webber wrote: > Hi Alex, > >> While I still can achieve all these with the current packaging, it >> feels more "hacky": I need to create a new Jetty6BasedWebServer or >> modify the existing one to enhance it with my own stuff. Each change >> would require compilin

Re: [Neo4j] Using the REST neo4j

2010-09-06 Thread Jim Webber
Hi Alex, > While I still can achieve all these with the current packaging, it > feels more "hacky": I need to create a new Jetty6BasedWebServer or > modify the existing one to enhance it with my own stuff. Each change > would require compiling and repackaging the whole neo4j-rest. > Definitely not

Re: [Neo4j] Using the REST neo4j

2010-09-06 Thread Alexandru Popescu ☀
On Mon, Sep 6, 2010 at 12:20 PM, Jim Webber wrote: > Hi Alex, > >> Isn't it a pitty that I'll have to duplicate all this work? > > Could you elaborate on what you'd need to do to avoid duplication? Are you > suggesting you'd like to sit in the same Jersey instance as the neo-rest > service? Yes

Re: [Neo4j] Using the REST neo4j

2010-09-06 Thread Jim Webber
Hi Alex, > Isn't it a pitty that I'll have to duplicate all this work? Could you elaborate on what you'd need to do to avoid duplication? Are you suggesting you'd like to sit in the same Jersey instance as the neo-rest service? Jim ___ Neo4j mailing

Re: [Neo4j] Using the REST neo4j

2010-09-06 Thread Alexandru Popescu ☀
On Monday, September 6, 2010, Jim Webber wrote: > Hi Alex, > > AFAIK the neo-rest stuff isn't intended for you to create your own resources > at this point. It's a way of projecting an internal graph onto the big graph > (i.e. the Web). > > If you're going to build your own RESTful service at th

Re: [Neo4j] Using the REST neo4j

2010-09-06 Thread Jim Webber
Hi Alex, AFAIK the neo-rest stuff isn't intended for you to create your own resources at this point. It's a way of projecting an internal graph onto the big graph (i.e. the Web). If you're going to build your own RESTful service at this point, then go ahead an use something like Jersey and bin

Re: [Neo4j] Using the REST neo4j

2010-09-05 Thread Alexandru Popescu ☀
On Mon, Sep 6, 2010 at 2:37 AM, Paddy wrote: > Hi Alex, > I don't think theres such thing as a stupid question! Keep asking, it the > only way to learn :) Did you get it working? Maybe the documentation needs > to be expanded.  I don't have much experience with the neo4j REST but maybe > this woul

Re: [Neo4j] Using the REST neo4j

2010-09-05 Thread Paddy
Hi Alex, I don't think theres such thing as a stupid question! Keep asking, it the only way to learn :) Did you get it working? Maybe the documentation needs to be expanded. I don't have much experience with the neo4j REST but maybe this would help? http://wiki.neo4j.org/content/Getting_Started_Gu

Re: [Neo4j] Using the REST neo4j

2010-09-05 Thread Alexandru Popescu ☀
2010/9/6 Alexandru Popescu ☀ : > Still on the neo4j-rest component. Is this the correct SVN info: > > https://svn.neo4j.org/laboratory/components/rest/ > > I don't seem to find the web.xml in there... > > As I'm not an expert, I'm wondering if someone could tell me how to > enable the neo4j maven r

Re: [Neo4j] Using the REST neo4j

2010-09-05 Thread Alexandru Popescu ☀
Still on the neo4j-rest component. Is this the correct SVN info: https://svn.neo4j.org/laboratory/components/rest/ I don't seem to find the web.xml in there... As I'm not an expert, I'm wondering if someone could tell me how to enable the neo4j maven repository as the project doesn't seem to bui

Re: [Neo4j] Using the REST neo4j

2010-09-05 Thread Alexandru Popescu ☀
To answer my own question: it looks like deploying a jar including the relationship definitions and including this in wrapper.conf gives you access to the nodes. My bad, :- alex 2010/9/5 Alexandru Popescu ☀ : > Hi all, > > I know this will probably sound much more stupid than my first email > to

[Neo4j] Using the REST neo4j

2010-09-05 Thread Alexandru Popescu ☀
Hi all, I know this will probably sound much more stupid than my first email to the list, but after thinking for a bit I'm not sure I understand how one would be using the pre-packaged neo4j-rest. I've used some groovy script to load some test data in a neo4j db. I'm pretty sure it is in there as