On Tuesday, January 18, 2011 9:05:23 AM UTC-8, ernesto.reig wrote:
>
> It does not make sense to have 2 RequestFactory(s) in a single web app. I´d 
> have 2 (or more) RequestContext, and I´d get them having these methods in my 
> AppRequestFactory interface (one of them dealing with the user management):
>
 
It does if you use declarative security combined with form-based 
authentication as described Servlet specification.  <form-login-config/> 
requires <form-login-page/> URL that un-authenticated users can access to 
perform authentication.

As I said earlier, there are many ways to implement 
authentication/authorization.  If you use GAE it's better to stick with what 
it offers.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to