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?I'm trying to develop a simple website that emp