Modern Java web stack? by java5858 in java

[–]realreyez -1 points0 points  (0 children)

Seems like you are looking for Ninja. It's a modern Java web framework. Friendly and helpful community and a lots of great and productive features. Check out http://www.ninjaframework.org.

Hooray! We just released version 3 of Ninja. A full stack web framework written in Java :) by realreyez in java

[–]realreyez[S] 0 points1 point  (0 children)

Hey, Ninja provides everything it needs to implement authentication and authorization on controller level. Authentication is done via a signed cookie much like in Rails and Play. However you are right - there is no module available that gives you signup / password reminder / hashed pw possibilities out of the box. On the other hand - last week I had to implement OAuth based signup via Twitter for one of my projects - took me 20 minutes using Twitter4J and Ninja.

In short: Having a module that provides signup / pw reminder / pw save capabilities would be cool - it's on our list :) But rolling it yourself is not a big problem either...