I'm trying to develop a simple website that employs forms authentication, but I do not want to build the authentication framework from scratch. ASP.NET MVC provides a great sample website with authentication built in, but I would rather use Java technologies so that I can lower start-up cost by utilizing open source software. Does Java (any framework) have an equivalent?
For a Java based, clean, bloat-free MVC web framework, take a look at Play:
http://www.playframework.org/
For authentication, take a look at this link:
http://www.playframework.org/documentation/1.1/guide8
The above page is part of the Play framework tutorial:
In this tutorial you will learn the Play framework by coding a real web application, from start to finish. In this application, we will try to use everything you would need in a real project, while introducing good practices for Play application development.
But, by the way, ASP.NET MVC is open source... And you always have the option of using it with Mono (ASP.NET MVC is compatible with it) and Linux. So you can have a complete open-sourced solution based upon it - and without learning a whole new environment.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With