Re: [Neo] Object binding using annotations?

2008-08-15 Thread Jonas Bergvall
PROTECTED] [mailto:[EMAIL PROTECTED] För Peter Haensgen Skickat: den 13 augusti 2008 10:49 Till: Neo user discussions Ämne: Re: [Neo] Object binding using annotations? Hi, has anyone implemented an object binding framework for Neo? I imagine sth. that allows to define fields and relationships in POJOs

Re: [Neo] Object binding using annotations?

2008-08-13 Thread Andreas Ronge
Neo4j.rb does support object bindings (and soon other nice things like a graph query language DSL) http://github.com/andreasronge/neo4j/tree/master /Andreas On Wed, Aug 13, 2008 at 8:54 AM, Nils Kaiser [EMAIL PROTECTED] wrote: Hello folks, has anyone implemented an object binding framework

Re: [Neo] Object binding using annotations?

2008-08-13 Thread Peter Neubauer
Ahh yes, sorry for not mentioning Andreas' cool work on that front! /peter GTalk: neubauer.peter Skype peter.neubauer ICQ 18762544 GTalk neubauer.peter Phone +46704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http://www.neo4j.org - New Energy for

Re: [Neo] Object binding using annotations?

2008-08-13 Thread Peter Haensgen
Hi, has anyone implemented an object binding framework for Neo? I imagine sth. that allows to define fields and relationships in POJOs using annotations, and binds them using runtime code generation or reflection. no, I haven't, but I believe your question could also be read as: How do I

Re: [Neo] Object binding using annotations?

2008-08-13 Thread Peter Neubauer
Wow, this sounds cool, need to check that out. It might well be one more very interesting way to harness DDD with Neo ... feel free to share any public info on this here! /peter GTalk:neubauer.peter Skypepeter.neubauer ICQ18762544 Phone +46704 106975 LinkedIn

Re: [Neo] Object binding using annotations?

2008-08-13 Thread Emil Eifrem
On Wed, Aug 13, 2008 at 10:54 AM, Peter Neubauer [EMAIL PROTECTED] wrote: Wow, this sounds cool, need to check that out. It might well be one more very interesting way to harness DDD with Neo ... feel free to share any public info on this here! +1 on that. Sounds very interesting! Cheers,