On 2010-10-03 19.40, Stanislav Muhametsin wrote:
Quoting Dan Bergh Johnsson <[email protected]>:

Thanks!

You have got me rolling again.

If I turn my unit-tests into a simple webapp, what would my "next"
entitystore be then?

Yours


It would be any entitystore which uses actually persistent storage to
save entities to. org.qi4j.entitystore.jdbm.JdbmEntityStoreService (in
qi4j-extensions) might be next step, since it is to my knowledge the
most simple persistent entitystore in Qi4j.

Yeah, that's the one I use in production. Simple key-value store, non-distributed. There's a whole bunch of more advanced versions, which use e.g. Neo4j, Hazelcast, JavaSpaces, etc. Check out qi4j-extensions and qi4j-sandbox for more options.

/Rickard

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

Reply via email to