On Thursday 22 May 2008 14:03, Tobias Ivarsson wrote:

> 1. Set up. To initiate the Neo4J bindings you will need to set up Qi4J to
> use the Neo4J services, these are at the moment:
>         module.addServices(
>             NeoEntityStoreService.class,
>             NeoCoreService.class,
>             DirectEntityStateFactory.class,
>             IndirectEntityStateFactory.class,
>             NeoIdentityService.class
>         );
>    This might change somewhat as development progresses. I have been
> thinking of adding a utility method somewhere to do the appropriate setup,
> regardless to how the internal implementation changes.

We normally recommend that you prepare one or more Assemblers, which I as a 
developer just throw into my bootstrap, without knowing the details.

>  * Also coming soon is the ability to reference entities stored in another
> EntityStore.

Uhhh, what??? An EntityStore doesn't really know of Entities and not about 
other EntityStores either. You just need to keep the QualifiedIdentity in the 
Associations and return those upwards. What am I missing in your statement?


Cheers
-- 
Niclas Hedhman, Software Developer

I  live here; http://tinyurl.com/2qq9er
I  work here; http://tinyurl.com/2ymelc
I relax here; http://tinyurl.com/2cgsug

_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to