By "integrate," are you trying to bring an existing OpenID-enabled Java application over to App Engine? I don't have any examples handy, but if you're using any OpenID libraries currently, you should be able to use them with App Engine assuming they meet the sandbox criteria (no thread spawning, direct network connections, or use of non-whitelisted JRE classes). A list of compatible Java libraries is available at the link below, although it's not exhaustive.
http://groups.google.com/group/google-appengine-java/web/will-it-play-in-app-engine - Jason On Tue, Dec 22, 2009 at 6:55 AM, giridhar kannan <[email protected] > wrote: > hello, > I am giridhar kannan working on app engine. I would like to > know how to integrate a website with openid authentication using java. > Please do help me in this regard. > Thank you. > > -- > > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
