Since ServiceLayerCache enforces service instances to be singleton, the threadlocal instance will be the same between requests. I reported this issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=6355
- Andrés On 24 mayo, 14:15, Ray Ryan <[email protected]> wrote: > The blog post would be great. We'll plunder from it freely for our own > samples and docs. > > One note: lately we've been using Objectify rather than JDO for appengine > apps. It's pretty pleasant. > > > > > > > > On Tue, May 24, 2011 at 7:31 AM, Etienne P. <[email protected]> wrote: > > I've gone through the same effort to get this working using Google > > Guice based on some pointers provided by Thomas Broyer in another > > discussion. It works quite well and could be reused easily across > > applications. I've even done some integration with the JDO API to get > > this working in GAE (not without a good amount of trial and error). > > I'll be posting detailed instructions on my blog and committing some > > code to github that people can reuse easily. Unless there is a better > > place for it in which case I'd be glad to contribute the code there as > > well. > > > Suggestions? > > > On May 23, 10:14 pm, Jeff Larsen <[email protected]> wrote: > > > Oh and I did test this to make sure it would with Spring. If you're > > > interested here is a link to my test project. > > > >https://github.com/larsenje/SpringRequestFactoryExample > > > -- > >http://groups.google.com/group/Google-Web-Toolkit-Contributors -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
