Re: [Neo] Neo4j for personal information database

2008-08-13 Thread Nils Kaiser
Comments inline. Johan Svensson schrieb: A part I am struggeling with in the design of the app, is that the UI should support viewing of very large collections, for example all email messages in work collection. These will have to be sortable by different fields, in case of a mail message

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] neo online?

2008-08-13 Thread Emil Eifrem
On Wed, Aug 13, 2008 at 4:24 AM, Kai Devan [EMAIL PROTECTED] wrote: Hello everyone, I've been following neo4j for a little bit and really believe in the concept. The 8-page introduction is a little abstract for me to fully understand but as I read about the node, relationship, property

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,

Re: [Neo] neo online?

2008-08-13 Thread Anders Nawroth
Hi! Kai Devan skrev: with Java. Will it be possible to use neo as a database for a web development project and still use php for the backend logic? I'm looking into if this would be possible using the Quercus PHP5 engine written in Java. I have Jetty (Java webserver) + Quercus + a