Releases: karlnicholas/javaee-security-quickstart-archetype
v1.2
Version 1.1
This project is a Maven Archetype for a Java EE MVC web application that implements Java EE Security features. The site demonstrates form based security implemented against a database. The site allows users to self-register. User information is stored in the database and new users are assigned the USER role. The project uses FORM based security for protection of specified views(URLs). Additionally, an ADMIN role is defined and a default administrator is inserted into the database at build-time. Admin's can inspect and manage all users. This project is intended to be instructive for developers interested in Java EE site security implementation.
See readme.md for installation instructions
Version 1.0.1
changes for 1.0.1 include pom.xml dependencie updates, adding ValidationMessages.properties, readme.me updates, wildfly command line scripts for adding security domain, testing for error condition updates.
Version 1.0.0
Java EE MVC Security Quickstart with form based security and user self-registration pages.