Re: [appengine-java] Suggested migration path for Web app using realm auth and offering web service.

2010-02-17 Thread Stephan Hartmann
For authentication you could use Securityfilter ( http://securityfilter.sourceforge.net/) or Acegi (Spring Security, http://www.acegisecurity.org/) Don't know if either of them works with GAE. About Acegi there has been little discussion here on the list i think. Regards, Stephan 2010/2/17 Alex

[appengine-java] Suggested migration path for Web app using realm auth and offering web service.

2010-02-16 Thread AlexC
Hi all, I have an app which is running on Glassfish and serves data via web services and BlazeDS. Authentication is handled via realm authentication on the app server. My client side is a flex app which launches from a secure folder once the user has authenticated. Persistence is currently in mysq