Re: [Neo4j] about class list and node

2011-01-10 Thread Andreas Kollegger
Sure. The neo4j-utils is not packaged up with the standard distribution at the 
moment. So, you'd have to build it separately, download from maven central, or 
use the explicit maven dependency. 

Read about it here: http://components.neo4j.org/neo-utils/
Check out the code (with svn) from here: 
https://svn.neo4j.org/components/utils/trunk
Download from here: neo4j-utils-1.2-1.2.jar
Depend on it in maven like this...
  
 org.neo4j
 neo4j-utils
 1.2-1.2
  

Cheers,
Andreas

On Jan 10, 2011, at 3:13 PM, Jose Angel Inda Herrera wrote:

> Andreas 
> sorry for my ignorance but could you tell me where I can find these classes, 
> we pack
> Thank you Jose
> - Mensaje original -
> De: "Andreas Kollegger" 
> Para: "Neo4j user discussions" 
> Enviados: Lunes, 10 de Enero 2011 1:29:27 (GMT-0500) Auto-Detected
> Asunto: Re: [Neo4j] about class list and node
> 
> Happy new year to you Jose,
> 
> The natural approach would be to arrange nodes into a linked-list, with 
> either NEXT or PREVIOUS (or both) relationships between the nodes. 
> 
> Take a look at neo4j-utils. The NodeQueue or the FixedLengthNodeList may be 
> what you want, or would at least provide some reference on how to make your 
> own. 
> 
> Best,
> Andreas
> 
> On Jan 10, 2011, at 3:11 AM, Jose Angel Inda Herrera wrote:
> 
>> hello all and happy new year,
>> i'm need to know how to implement a list in Neo4j,
>> thank you very much and good look in this year for all.
>> ___
>> Neo4j mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
> 
> ___
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
> ___
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] about class list and node

2011-01-10 Thread Jose Angel Inda Herrera
Andreas 
sorry for my ignorance but could you tell me where I can find these classes, we 
pack
Thank you Jose
- Mensaje original -
De: "Andreas Kollegger" 
Para: "Neo4j user discussions" 
Enviados: Lunes, 10 de Enero 2011 1:29:27 (GMT-0500) Auto-Detected
Asunto: Re: [Neo4j] about class list and node

Happy new year to you Jose,

The natural approach would be to arrange nodes into a linked-list, with either 
NEXT or PREVIOUS (or both) relationships between the nodes. 

Take a look at neo4j-utils. The NodeQueue or the FixedLengthNodeList may be 
what you want, or would at least provide some reference on how to make your 
own. 

Best,
Andreas

On Jan 10, 2011, at 3:11 AM, Jose Angel Inda Herrera wrote:

> hello all and happy new year,
> i'm need to know how to implement a list in Neo4j,
> thank you very much and good look in this year for all.
> ___
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] about class list and node

2011-01-10 Thread Jose Angel Inda Herrera
Thank you Andreas I will try what you tell me
thank you again
- Mensaje original -
De: "Andreas Kollegger" 
Para: "Neo4j user discussions" 
Enviados: Lunes, 10 de Enero 2011 1:29:27 (GMT-0500) Auto-Detected
Asunto: Re: [Neo4j] about class list and node

Happy new year to you Jose,

The natural approach would be to arrange nodes into a linked-list, with either 
NEXT or PREVIOUS (or both) relationships between the nodes. 

Take a look at neo4j-utils. The NodeQueue or the FixedLengthNodeList may be 
what you want, or would at least provide some reference on how to make your 
own. 

Best,
Andreas

On Jan 10, 2011, at 3:11 AM, Jose Angel Inda Herrera wrote:

> hello all and happy new year,
> i'm need to know how to implement a list in Neo4j,
> thank you very much and good look in this year for all.
> ___
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] about class list and node

2011-01-09 Thread Andreas Kollegger
Happy new year to you Jose,

The natural approach would be to arrange nodes into a linked-list, with either 
NEXT or PREVIOUS (or both) relationships between the nodes. 

Take a look at neo4j-utils. The NodeQueue or the FixedLengthNodeList may be 
what you want, or would at least provide some reference on how to make your 
own. 

Best,
Andreas

On Jan 10, 2011, at 3:11 AM, Jose Angel Inda Herrera wrote:

> hello all and happy new year,
> i'm need to know how to implement a list in Neo4j,
> thank you very much and good look in this year for all.
> ___
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


[Neo4j] about class list and node

2011-01-09 Thread Jose Angel Inda Herrera
hello all and happy new year,
i'm need to know how to implement a list in Neo4j,
thank you very much and good look in this year for all.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user