Results 1 to 2 of 2

Thread: Spring Social with JavaConfig Tutorial (Spring 3.2, Spring Security, and Thymeleaf)

  1. #1
    Join Date
    Dec 2010
    Posts
    315

    Default Spring Social with JavaConfig Tutorial (Spring 3.2, Spring Security, and Thymeleaf)

    I would like to share the following tutorial:

    Spring Social with JavaConfig

    In this tutorial, we will create an application that can post messages and retrieve profile information from Facebook and Twitter. We will use Spring Social to implement these features. To secure our application we will use Spring Security, and to manage our views, we will use Thymeleaf.
    Application is based on the following dependencies
    • Spring 3.2.0.RC1
    • Spring Data JPA 1.2.0.RELEASE
    • Spring Security 3.1.3.RELEASE
    • Thymeleaf 2.0.14


    Here's the direct URL:
    http://krams915.blogspot.com/2012/12...ig-part-1.html

    There's a Github repo for the project and there are two flavors:


  2. #2
    Join Date
    Aug 2004
    Posts
    1,073

    Default

    Cool! Thanks for sharing that! I've added a link to it from the Spring Social home page.
    Craig Walls
    Spring Social Project Lead

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •