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 AlexC alexcurti...@gmail.com

 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 mysql but all via JPA.

 Until now, I've thought it's too much hassle to try and get it working
 on GAE but being someone who doesn't know when to quit, I'd like to
 try again. Does this kind of app sound doable on GAE without too much
 re-work ?

 I think GAE support WS now (via Hessian ?) but what about realm
 authentication ? (My clients don't have google accounts so I can't use
 that). Is there any substitute for realm authentication in GAE land ?

 Thought I'd ask you all here before I try again in case I'm about to
 run headlong into a world-of-hurt!

 Any pointers would be great.

 Tks
 Alex

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[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 mysql but all via JPA.

Until now, I've thought it's too much hassle to try and get it working
on GAE but being someone who doesn't know when to quit, I'd like to
try again. Does this kind of app sound doable on GAE without too much
re-work ?

I think GAE support WS now (via Hessian ?) but what about realm
authentication ? (My clients don't have google accounts so I can't use
that). Is there any substitute for realm authentication in GAE land ?

Thought I'd ask you all here before I try again in case I'm about to
run headlong into a world-of-hurt!

Any pointers would be great.

Tks
Alex

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.