2009/11/2 datanucleus <[email protected]> > > FWIW You don't need "Key"s ***in JDO*** at all either ... when the JDO > interface is respected and implementation details don't leak out into > user space; keys should not be presented to the user IMHO. JDO is then > a very good option whether you want your code to run on another > platform or not.
You must use Keys in your model objects, no? I would call this "user space" as the user must still write this code. Sure you can write extra code to abstract this away but frameworks should really do this for you. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
