hi, Andrey:
I am also looking for advices on how to use spring security and OpenID on
Google App Engine applications, did you find any useful information?
as far as my research, I found my application on GAE can't be used as OpenID
RP because it's not allowed to create Realm.
It will be great if
I begin to use Spring Security.
Now I learn how to use OpenID or OAuth with Spring Security...
Regards,
-Andrey
--
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...@googlegrou
There's also Spring Security (aka Acegi).
Andrey wrote:
> Now I can (partly) answer the question by myself :)
>
> 1) In the simplest situation it's easy to develop a stateless web
> service (the userName and userPassword can be passed straight into the
> request url).
> 2) To simplify the transf
Now I can (partly) answer the question by myself :)
1) In the simplest situation it's easy to develop a stateless web
service (the userName and userPassword can be passed straight into the
request url).
2) To simplify the transformation of object to XML it's better to use
languages like Groovy. Wh