Re: [appengine-java] A couple of datastore questions!

2011-05-04 Thread Muhammad Ijaz Khan
so no other way? On Wed, May 4, 2011 at 12:08 AM, Muhammad Ijaz Khan wrote: > This is exactly what I am doing for now but was wondering if there is a > better way and better way of loading the actual object from key. Thanks for > your comment as it reduced my loneliness :) > > On Wed, May 4, 2011

Re: [appengine-java] A couple of datastore questions!

2011-05-03 Thread Muhammad Ijaz Khan
This is exactly what I am doing for now but was wondering if there is a better way and better way of loading the actual object from key. Thanks for your comment as it reduced my loneliness :) On Wed, May 4, 2011 at 12:03 AM, Luca Matteis wrote: > Owned relationships are a bit weird in my opinion

Re: [appengine-java] A couple of datastore questions!

2011-05-03 Thread Luca Matteis
Owned relationships are a bit weird in my opinion. I was having your same issue. I had a `MyImage` class that was defined inside two different classes. This didn't work... I didn't quite understand why and so to avoid all weirdness I decided that for more complex relationship cases I would always u

[appengine-java] A couple of datastore questions!

2011-05-03 Thread Muhammad Ijaz Khan
Hi, I am building an application and have used JDO for datastore for implementing use cases. Now when I am implementing the backend machine which is a bit complex in relationships among objects then I am facing hard times with JDO (May be due to lack of my knowledge). I have following questions to