Re: [Neo4j] Neo4J server with my embedded server

2010-11-23 Thread Peter Neubauer
Balazs, Yes, this is possible via the RemoteGraphDB RMI connector. However, in order to take one bite at a time, it is not included in the first version of the server, mainly due ti limitations in the remote component. This will be added in later versions. Ifnyou really want it, you can always take

Re: [Neo4j] Neo4J server with my embedded server

2010-11-23 Thread Balazs E. Pataki
I only want to access it via REST, but I don't want to publish (make accessible) the Neo4J REST API, only my own REST calls (which implements my business logic with neo4j storing my domain objects). I will take a deeper look into the Neo4J Server and see if I can somehow integrate my extensions

Re: [Neo4j] Neo4J server with my embedded server

2010-11-23 Thread Mattias Persson
2010/11/23 Balazs E. Pataki > Yes, I would like to have what Mattias just described: the webadmin with > my embedded environment. I usually have an EmbeddedGraphDatabase, which > I access via our own REST interface run in Tomcat. So I have a Tomcat, > and in case the webadmin is a a plain servlet

Re: [Neo4j] Neo4J server with my embedded server

2010-11-23 Thread Balazs E. Pataki
Yes, I would like to have what Mattias just described: the webadmin with my embedded environment. I usually have an EmbeddedGraphDatabase, which I access via our own REST interface run in Tomcat. So I have a Tomcat, and in case the webadmin is a a plain servlet it would be nice to configure it

Re: [Neo4j] Neo4J server with my embedded server

2010-11-22 Thread Mattias Persson
It may also be desirable to just have the webadmin part in an otherwise embedded environment, that's what you're really looking for, right? Is that possible (now/soon)? 2010/11/23 Peter Neubauer > Balazs, > Yes, this is possible via the RemoteGraphDB RMI connector. However, in > order to take on

Re: [Neo4j] Neo4J server with my embedded server

2010-11-22 Thread Peter Neubauer
Balazs, Yes, this is possible via the RemoteGraphDB RMI connector. However, in order to take one bite at a time, it is not included in the first version of the server, mainly due to current limitations in the remote component for the admin part. This will be added in later versions. If you really w

[Neo4j] Neo4J server with my embedded server

2010-11-22 Thread Balazs E. Pataki
Hi, I see there's the Neo4j Server in M4, and it looks really cool, especially with its administration console. My question is: is it possible to have an embedded server (a server that I configure from java, with my own settings, indexers, etc) and have this same "Neo4j Web Administration" to