
Using Spring Security's OpenID implementation (openid4java) on Google App Engine
The goal with this exercise is to have a running example of an OpenID login on a simple Spring application, using Google as the OpenID Provider. Note that...
Read more
The goal with this exercise is to have a running example of an OpenID login on a simple Spring application, using Google as the OpenID Provider. Note that...
Read more
So I started looking into Roo the other day. Seems like a nice tool (once it matures a little more). Anyway - I wanted to create a custom module in addition...
Read more
First of all - you need to have a Facebook account. Then you need to create an application on Facebook at http://www.facebook.com/developers/createapp.php ,...
Read more
Update! - Based on the post below, and my other post regarding Spring Security and OpenID, I have added Open-ID support to the sample application below. For...
Read more
Ever wanted to use Spring's mailSender in a GAE hosted application? This is how it's done! <bean id="mailSender"...
Read more