Hi,

I've started to evaluate Neo4j for a grails project of mine. However, I am struggeling to find the right starting points (outdated neo4j plugin, spring data, grails-data-mapping?). I'd like to use grails-data-mapping due to the up-to-date neo4j install and the GORM support, but I can't find any references of how to create a domain class to use as a relationship that contains attributes (such as the classical weight attribute seen in graphs). Any pointers?

For example, I'd like to create a class Annotation as a relationship with a time attribute to model the relationship between a Video and a Person.

Greetings,

Nils

(Cross post on https://github.com/SpringSource/grai...ping/issues/15)