Asynchronous database ops in JDO - something for the future?

2011-07-11 Thread David Bullock
Hi JDO specification folk, One environment where I'd like to use JDO is Google AppEngine's datastore, and that datastore specifies a way of working with data where one fires off the query and then gets the results from a Future some time later [1]. (I am sure Andy knows all about it lately :-)).

Re: Asynchronous database ops in JDO - something for the future?

2011-07-13 Thread Matthew Adams
Hi David, Interesting ideas. If you can, please file a JIRA so that we can track it. It would probably be related to issue https://issues.apache.org/jira/browse/JDO-651 . -matthew On Mon, Jul 11, 2011 at 7:14 PM, David Bullock wrote: > Hi JDO specification folk, > > One environment where I'd