Re: [Neo4j] User Digest, Vol 51, Issue 110

2011-06-17 Thread Aniceto Pérez y Madrid
I agree,a Node is something that has 2 (user managed) fields: Relationship[] Property[] and a Relationship is something that has 2 (user managed) fields: Node[2] Property[] and currently Property has two fields String key Object value where Object can be a scalar or array of basic types:

[Neo4j] Null when iterating relationships

2011-06-17 Thread Aniceto Pérez y Madrid
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }Hi I have a graph where each node of a class have a relationship to a master-class node and it has a relationship to referenceNode. Using 1.4.M04 and EmbeddedServer. I have a loop over all the relationships of the referenceNode,

[Neo4j] Connecting to a standalone server (not embedded server)

2011-06-17 Thread Aniceto Pérez y Madrid
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }I've been digging into documentation and it seems there is no Java wrapper to access it, only the REST API. Is that correct? Thanks ___ Neo4j mailing list User@lists.neo4j.org

Re: [Neo4j] Node and Relationships as properties

2011-06-17 Thread Aniceto Pérez y Madrid
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }Yes, but you have to add an intermediate node and then graph becomes to be like the 4th normal form in SQL. An artifact to adapt real life scenarios to pure and simple technologies. Again an impedance mismatch between real life and

Re: [Neo4j] Connecting to a standalone server (not embedded server)

2011-06-17 Thread Aniceto Pérez y Madrid
is similar to the embedded API, it goes over HTTP and so is far slower. Jim On 17 Jun 2011, at 18:56, Aniceto Pérez y Madrid wrote: BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }I've been digging into documentation and it seems there is no Java wrapper to access it, only

[Neo4j] Maillists vs message board

2011-06-06 Thread Aniceto Pérez y Madrid
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }Has anyone thought a message board is better and more useful than than these mail lists? *searchable *each thread in single / same page *user ranking *categories *...

[Neo4j] Access to server plugins from Java

2011-06-03 Thread Aniceto Pérez y Madrid
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; } Hi Has the Java client lib any way to perform calls to list and call server plugins? Thanks ___ Neo4j mailing list User@lists.neo4j.org