Re: [Neo4j] Using the REST neo4j

2010-09-16 Thread Jacob Hansson
On Thu, Sep 16, 2010 at 9:25 AM, Mattias Persson matt...@neotechnology.comwrote: 2010/9/15 Jacob Hansson ja...@voltvoodoo.com On Wed, Sep 15, 2010 at 5:37 PM, Jacob Hansson ja...@voltvoodoo.com wrote: Hi Alex, sorry this response took me so long, see responses inline! 2010/9/10

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 ☀ the.mindstorm.mailingl...@gmail.com On Tuesday, September 7, 2010, Jacob Hansson ja...@voltvoodoo.com wrote: 2010/9/6 Alexandru Popescu ☀ the.mindstorm.mailingl...@gmail.com On Monday,

Re: [Neo4j] Using the REST neo4j

2010-09-15 Thread Jacob Hansson
On Wed, Sep 15, 2010 at 5:37 PM, Jacob Hansson ja...@voltvoodoo.com wrote: Hi Alex, sorry this response took me so long, see responses inline! 2010/9/10 Alexandru Popescu ☀ the.mindstorm.mailingl...@gmail.com On Tuesday, September 7, 2010, Jacob Hansson ja...@voltvoodoo.com wrote: 2010/9/6

Re: [Neo4j] Using the REST neo4j

2010-09-14 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

Re: [Neo4j] Using the REST neo4j

2010-09-09 Thread Alexandru Popescu ☀
On Tuesday, September 7, 2010, Jacob Hansson ja...@voltvoodoo.com wrote: 2010/9/6 Alexandru Popescu ☀ the.mindstorm.mailingl...@gmail.com On Monday, September 6, 2010, Jim Webber j...@webber.name wrote: Hi Alex, While I still can achieve all these with the current packaging, it feels

Re: [Neo4j] Using the REST neo4j

2010-09-07 Thread Jacob Hansson
2010/9/6 Alexandru Popescu ☀ the.mindstorm.mailingl...@gmail.com On Monday, September 6, 2010, Jim Webber j...@webber.name 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

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

Re: [Neo4j] Using the REST neo4j

2010-09-06 Thread Alexandru Popescu ☀
On Monday, September 6, 2010, Jim Webber j...@webber.name 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

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 Mon, Sep 6, 2010 at 12:20 PM, Jim Webber j...@webber.name 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

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 as

Re: [Neo4j] Using the REST neo4j

2010-09-06 Thread Alexandru Popescu ☀
On Monday, September 6, 2010, Jim Webber j...@webber.name 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

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 harm

[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

Re: [Neo4j] Using the REST neo4j

2010-09-05 Thread Alexandru Popescu ☀
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 my script is also checking on this. Then I'm

Re: [Neo4j] Using the REST neo4j

2010-09-05 Thread Alexandru Popescu ☀
☀ the.mindstorm.mailingl...@gmail.com: 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

Re: [Neo4j] Using the REST neo4j

2010-09-05 Thread Paddy
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 my script is also checking on this. Then I'm starting the neo4j

Re: [Neo4j] Using the REST neo4j

2010-09-05 Thread Alexandru Popescu ☀
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 my script