App that we are has a requirement to support REST at the same time wire in session management.
How do I do that with Spring ? REST provides me clear separation of presentation n the business layer. I don't want to use certificates, Most likely we have login screen and proceed from there.
Any ideas ?
-Mag
Mag Wells
Ranch Hand
Joined: Jun 02, 2010
Posts: 38
posted
0
Thing that we want to do is authenticate the user. May be plugging in somekind of authenticator is the way to go ?