Re: [Neo4j] Embedded with webadmin

2011-05-27 Thread Adriano Henrique de Almeida
Hi Jake, Coincidently I was checking your commit yesterday. I have no restrictions trying fresh (and perhaps not bug free and stable features), but yeah, I know some might have. I'll also give it a try this afternoon and post my impressions here. Nice work Jake. Regards, Adriano 2011/5/27 Jacob

Re: [Neo4j] Embedded with webadmin

2011-05-27 Thread Jacob Hansson
Adriano: The fact that this code is not QA'd and isn't "officially" in the M03 release will mean that we do not guarantee the API won't change, and that there may be undiscovered problems with it. That said, if you want to use it, take a look at: https://github.com/neo4j/community/blob/master/serv

Re: [Neo4j] Embedded with webadmin

2011-05-27 Thread Jim Webber
If you use it in the M03 release, you're on your own :-) Jim On 27 May 2011, at 00:04, Adriano Henrique de Almeida wrote: > Wow... very good to know that the code exists! > > 2011/5/26 Jim Webber > >> This code exists, but isn't yet QA'd or documented. >> >> It will appear in the M03 release

Re: [Neo4j] Embedded with webadmin

2011-05-26 Thread Adriano Henrique de Almeida
Wow... very good to know that the code exists! 2011/5/26 Jim Webber > This code exists, but isn't yet QA'd or documented. > > It will appear in the M03 release, but won't be QA'd and documented until > the M04 release. > > Jim > > On 26 May 2011, at 18:51, Peter Neubauer wrote: > > > Yeah. > > j

Re: [Neo4j] Embedded with webadmin

2011-05-26 Thread Jim Webber
This code exists, but isn't yet QA'd or documented. It will appear in the M03 release, but won't be QA'd and documented until the M04 release. Jim On 26 May 2011, at 18:51, Peter Neubauer wrote: > Yeah. > just saw today some really cool stuff from Jacob in this direction. Stay > tuned - it's l

Re: [Neo4j] Embedded with webadmin

2011-05-26 Thread Peter Neubauer
Yeah. just saw today some really cool stuff from Jacob in this direction. Stay tuned - it's lab day tomorrow :) Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/

Re: [Neo4j] Embedded with webadmin

2011-05-26 Thread Chris Baranowski
Nifty! I'd be amenable to using HA, but I like your solution better for the short-term Craig. Can you give me some more specifics on how I can programatically run the server (in the same process as my webapp and embedded db) or some other method? ___ N

Re: [Neo4j] Embedded with webadmin

2011-05-25 Thread Craig Taverner
While HA is one option, with two processes 'sharing' a database, one being the server and the other the embedded app, there is another option, and that is to integrate the two apps. If your app is a web-app and also needs to exist in something like jetty or winstone, perhaps you could run both the

Re: [Neo4j] Embedded with webadmin

2011-05-24 Thread Adriano Henrique de Almeida
Yep, the neo4jserver is just a rest api over neo4j database, so it's still stored in at the disk. So, all you need to do, is to point your java application to the neo4j db directory. Remember, that you'll be unable to start both you app and the neo4j server at the same time, at the same database.

[Neo4j] Embedded with webadmin

2011-05-24 Thread Chris Baranowski
Hi all, I searched this mailing list some but couldn't find a definitive answer: is it possible to use the web admin with an embedded neo4j database? I'd like to run embedded in my project and also be able to administrate online. Thanks! Chris ___ Neo