I am learning how spring social is setup (I'm using it on a project and also want to learn from the design so I can break out some components that I have that I need to re-use in another spring mvc project).
What I want to know is what components does spring social use that are spring specific, like controllers, interceptors, etc.
I'm looking at the code base now, and just want to make sure I understand the high level design and "hook" points from someone who has more experience so I can get a hold of how things work and integrate.
To be specific, in my spring mvc application now, I have an interceptor, a few classes and models (that use jdbc) that I would love to break-out from my application into its own module so I can re-use it.


Reply With Quote