[Neo4j] Find all paths (or equal cost paths) between two nodes

2015-06-18 Thread Andrew Stone
Hi all, Hope this is correct place to ask. I tried on Stackoverflow without any luck. In a simple view, my scenario looks like this: - Triangle topology (A connected to B, A connected to C, C connected to B) - edge between A and B has cost 4000 - edge between A and C has cost

Re: [Neo4j] Re: Neo4j moving to Jersey 2.x / JAX-RS2.0

2014-09-16 Thread Andrew Stone
y, September 16, 2014 6:28:28 AM UTC-4, Michael Hunger wrote: > > Hi Andrew, > > On Tue, Sep 16, 2014 at 3:07 AM, Andrew Stone > wrote: > >> Thanks again for the reply. >> >> Unfortunately that single page is a bit too simplistic. >> > Sure it was ju

Re: [Neo4j] Re: Neo4j moving to Jersey 2.x / JAX-RS2.0

2014-09-15 Thread Andrew Stone
t; jexp.github.io/cy2neo > > An example for that endpoint would either be CypherService (where you only > have to adapt the jersey changes) or the transactional cypher endpoint > (which is probably overkill for your debugging). > > HTH Michael > > On Mon, Sep 15, 2014 at 11:38 P

Re: [Neo4j] Neo4j moving to Jersey 2.x / JAX-RS2.0

2014-09-15 Thread Andrew Stone
n explain your application architecture a bit? > > Cheers, Michael > > On Mon, Sep 15, 2014 at 6:24 PM, Andrew Stone > wrote: > >> Hello, >> >> We are running neo4j embedded within our application and have the need to >> include a module which depends on Jersey 2.

[Neo4j] Re: Neo4j moving to Jersey 2.x / JAX-RS2.0

2014-09-15 Thread Andrew Stone
-server the webadmin tool breaks (the embedded DB works fine). Perhaps is there a way for us to have the webadmin tool without pulling in neo4j-server and/or Jersey? Much appreciated, Thanks On Monday, September 15, 2014 12:24:00 PM UTC-4, Andrew Stone wrote: > > Hello, > > We are r

[Neo4j] Neo4j moving to Jersey 2.x / JAX-RS2.0

2014-09-15 Thread Andrew Stone
Hello, We are running neo4j embedded within our application and have the need to include a module which depends on Jersey 2.9 / JAX-RS2.0 Neo4j-server is running Jersey 1.9. As you may know. v1 and v2 of JAX-RS API have fundamental differences that do not allow them to execute within the sam