Reputation: 8042
I have been reading about the Play Framework. It is said to be pretty nice, easy to work with and "fun." I also have read that it makes stateless applications. However, I can't think of many things to build that I would want to be truly stateless.
I would hope that I can at least have a user log in and create security and user privileges around that authentication. Is that possible to do in the Play Framework?
Upvotes: 0
Views: 500
Reputation: 29433
Check out: http://www.playframework.org/documentation/1.2.4/guide8
Upvotes: 1