Skip to content

Releases: karlnicholas/javaee-security-quickstart-archetype

v1.2

06 Jul 23:24
Compare
Choose a tag to compare

Updated some issues with jquery version numbers in test and .xhtml pages. Updated pom.xml plugin and dependency versions. Added a profile for wildfly swarm support and project-default.yml.

Version 1.1

03 Aug 02:23
Compare
Choose a tag to compare

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

11 Mar 03:35
Compare
Choose a tag to compare

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

16 Feb 23:12
Compare
Choose a tag to compare

Java EE MVC Security Quickstart with form based security and user self-registration pages.