Re: [Neo] Neo in a cluster?

2010-01-06 Thread Avishay Orpaz
your experience with us. Avishay. From: Raul Raja Martinez To: Neo user discussions Sent: Mon, January 4, 2010 1:14:54 AM Subject: Re: [Neo] Neo in a cluster? I understand. When I started working on our annotation based project I was doing the approach of loadin

Re: [Neo] Neo in a cluster?

2010-01-03 Thread Raul Raja Martinez
l > integrate my framework with neo-weave, a combination that will give this > functionality. > > Avishay > > > > > > From: Raul Raja Martinez > To: Neo user discussions > Sent: Sun, January 3, 2010 2:09:36 AM > Subject: Re: [Neo] N

Re: [Neo] Neo in a cluster?

2010-01-03 Thread Avishay Orpaz
will give this functionality. Avishay From: Raul Raja Martinez To: Neo user discussions Sent: Sun, January 3, 2010 2:09:36 AM Subject: Re: [Neo] Neo in a cluster? In your framework, do all properties of a pojo get loaded when you load the pojo by calling getP

Re: [Neo] Neo in a cluster?

2010-01-03 Thread Mattias Persson
2010/1/2 Raul Raja Martinez : > Hi Peter, > > Yes we looked at jo4neo and found it very interesting and it probably suits > most people use cases. > In our particular case these are the reasons why we didn't choose it. > > 1. jo4neo is tightly couple to neo4j, our implementation is based on neo4j >

Re: [Neo] Neo in a cluster?

2010-01-02 Thread Raul Raja Martinez
be interesting in such a framework. Avishay From: Raul Raja Martinez To: Neo user discussions Sent: Sat, January 2, 2010 2:09:09 AM Subject: Re: [Neo] Neo in a cluster? Hi Peter, Yes we looked at jo4neo and found it very interesting and it pro

Re: [Neo] Neo in a cluster?

2010-01-02 Thread Avishay Orpaz
e the main object. There is more, but I'll like to hear about other features that can be interesting in such a framework. Avishay From: Raul Raja Martinez To: Neo user discussions Sent: Sat, January 2, 2010 2:09:09 AM Subject: Re: [Neo] Neo in a cluster?

Re: [Neo] Neo in a cluster?

2010-01-02 Thread Raul Raja Martinez
.org] > On > Behalf Of Raul Raja Martinez > Sent: Friday, January 01, 2010 11:16 PM > To: Neo user discussions > Subject: Re: [Neo] Neo in a cluster? > > I forgot to mention that if implementing JPA/JDO it'd provably good to do > it > as a Datanucleus store for ex

Re: [Neo] Neo in a cluster?

2010-01-02 Thread Rick Bullotta
y, January 01, 2010 11:16 PM To: Neo user discussions Subject: Re: [Neo] Neo in a cluster? I forgot to mention that if implementing JPA/JDO it'd provably good to do it as a Datanucleus store for example http://www.datanucleus.org/plugins/store.db4o/index.html 2010/1/1 Raul Raja Martinez &g

Re: [Neo] Neo in a cluster?

2010-01-02 Thread Raul Raja Martinez
Hi Anders, We tried following the example but found that when used in a webapp the whole request needs to be wrapped since neo4j requires transactions for reads too. We use some objects that lazily print properties in tapestry / jsp pages and eventually we'd get errors since the call to read the p

Re: [Neo] Neo in a cluster?

2010-01-02 Thread Anders Nawroth
Hi Raul! > allow you to group operations ina transactional context. We also integrate > with Spring and we are working on the @Transactional support > The Neo4j IMDB example uses Spring @Transactional: http://wiki.neo4j.org/content/IMDB_Transaction_handling Just in case you didn't know! /an

Re: [Neo] Neo in a cluster?

2010-01-01 Thread Raul Raja Martinez
I forgot to mention that if implementing JPA/JDO it'd provably good to do it as a Datanucleus store for example http://www.datanucleus.org/plugins/store.db4o/index.html 2010/1/1 Raul Raja Martinez > Hi Peter, > > Yes we looked at jo4neo and found it very interesting and it probably > suits most

Re: [Neo] Neo in a cluster?

2010-01-01 Thread Raul Raja Martinez
Hi Peter, Yes we looked at jo4neo and found it very interesting and it probably suits most people use cases. In our particular case these are the reasons why we didn't choose it. 1. jo4neo is tightly couple to neo4j, our implementation is based on neo4j but the interface impls are defined so that

Re: [Neo] Neo in a cluster?

2010-01-01 Thread Peter Neubauer
Raul, thanks for the info! Have you looked at Taylor's jo4neo, http://code.google.com/p/jo4neo/ which is taking a similar approach, and do you think there would be value in having a JPA adapter for Neo4j? We would be happy to hear about your experience there! Happy New Year! /peter neubauer COO

Re: [Neo] Neo in a cluster?

2009-12-31 Thread Raul Raja Martinez
Hi Johan, It does and we're very excited about Neo4j. Can't wait for your clustering support. We have developed a annotation based sytem on top of Neo based on interfaces and java dynamic proxies that allows you to delegate all state lookup and relationship to the neo store such as @Node pub

Re: [Neo] Neo in a cluster?

2009-12-31 Thread Johan Svensson
Hi, On Wed, Dec 30, 2009 at 5:07 PM, Raul Raja Martinez wrote: > Hi everybody, > > We're evaluating neo4j and we're very pleased with it so far. > > I have a few questions/concerns as far as it scalability beyond a single > machine. > > 1. Can a Neo4J store be accessed from different machines? I'

[Neo] Neo in a cluster?

2009-12-30 Thread Raul Raja Martinez
Hi everybody, We're evaluating neo4j and we're very pleased with it so far. I have a few questions/concerns as far as it scalability beyond a single machine. 1. Can a Neo4J store be accessed from different machines? I'm aware of remote neo but I read I'd be slow a in a production environment. 2