[appengine-java] Re: Datastore W/O JDO or JPA??

2009-12-29 Thread datanucleus
> I think its the only one that doesn't make you deal with Keys > (including JDO) ... correct me if Im wrong here.  You just use normal > object references to other entities and define them as @Parent's > @Child'ren or even @Component's so that its properties are embedded. No reason why you can't

[appengine-java] Re: Datastore W/O JDO or JPA??

2009-12-28 Thread Iqbal Yusuf Dipu
@jd and @ vbart thanks for your input. I have also found Objectify, it feels RESTful. http://code.google.com/p/objectify-appengine/ People please post more projects (if there are more) so that we can create a list of JDO/JPA alternatives here. Thanks. Iqbal -- You received this message becau

[appengine-java] Re: Datastore W/O JDO or JPA??

2009-12-28 Thread jd
Twig http://code.google.com/p/twig-persist/ I think its the only one that doesn't make you deal with Keys (including JDO) ... correct me if Im wrong here. You just use normal object references to other entities and define them as @Parent's @Child'ren or even @Component's so that its properties ar

[appengine-java] Re: Datastore W/O JDO or JPA??

2009-12-28 Thread vbart
You can try AuDAO which generates a DAO layer. More info at http://audao.spoledge.com Vaclav On Dec 28, 3:01 am, Iqbal Yusuf Dipu wrote: > We have Siena and SimpleDS as alternative to JDO and JPA. Are there > any other libraries exist? > > Thanks. -- You received this message because you are s