March 2012
2 posts
Spring Security and Spring Social Demo →
I have received several requests for source code to go along with my previous posts about integrating Spring Social into a Spring MVC and Spring Security Web app. I’ve now posted a demo Web application to GitHub, which should be relatively easy to download and run.
http://github.com/sdouglass/spring-security-social
Hopefully this will be useful for folks. It has already been useful for me....
fabiorossetto asked: First of all thanks for your useful guide about integration of spring social and spring security. I'm facing some problems configuring ConnectionRepository and UserConnectionRepository in SocialConfig. I posted my problem on Stack Overflow (/questions/9462739/how-to-configure-spring-social). Please can you help me in some way?
December 2011
3 posts
1 tag
Adding Spring Social to a Spring MVC and Spring...
Part 1
Part 2
Part 3
So far we have implemented and configured the classes for persisting social connection information for users, and tied Spring Social’s Web support in to our sign in and sign up processes in Spring MVC and Spring Security. We have a few last changes to make to our Spring MVC, Java web app, and Spring Security configuration. Then we’ll actually make all this...
1 tag
Adding Spring Social to a Spring MVC and Spring...
Part 1
Part 2
Part 3
In Part I of this series, we covered adding the jars/dependencies needed to start using Spring Social in a Spring MVC and Spring Security Web application. We also covered the classes involved in persisting users’ social connection information.
Now we’ll configure our Spring Social related beans. Then we’ll start modifying the MVC configuration and...
1 tag
Adding Spring Social to a Spring MVC and Spring...
Part 1
Part 2
Part 3
This series of posts will explain step by step how to add Spring Social to an existing Web application that uses Spring MVC and Spring Security. You will add support for new users to sign in to your application using their Facebook/Twitter accounts. You will add support for current users to associate their Facebook/Twitter accounts with their accounts in your application,...