[gwt-contrib] Re: RequestFactoryServlet

2011-05-26 Thread Etienne P.
Here's the blog post and sample code. It's not "Spring-y", but it's 
"Guice-y"!

http://wanderingcanadian.posterous.com/guiced-up-gwt-requestfactory

You are right Andrés. I've noticed the same behavior. Not sure if it's a 
feature or an issue though.  Either way, it's something useful to know!

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: RequestFactoryServlet

2011-05-24 Thread Andrés Testi
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  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.  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  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


Re: [gwt-contrib] Re: RequestFactoryServlet

2011-05-24 Thread Ray Ryan
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.  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  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

[gwt-contrib] Re: RequestFactoryServlet

2011-05-24 Thread Etienne P.
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  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