Projects
Over the course of this blog, we have initiated a number of projects, and since the move to Maven, we have been able to generate a web site for each of these individual projects. This page provides a link to each of these Maven-generated project web sites, such as they are:
- example-parent – this project provides a container for collecting all of the various projects into a single build
- core – core components, shared by all other projects, starting with our first project, focused on identifying the current user
- core-web – the web elements of the core project
- identity-web – web elements of the Identity Service
- approval – the Approval Service
- approval-web – the web elements of the Approval Service
- authorization – the Authorization Service
- authorization-web – the web elements of the Authorization Service
- notify – the Notification Service
- notify-web the web elements of the Notification Service
- example-web – a sample project that utilizes the various services and components from all of the other projects
- example – an .ear file project that pulls together all of the various .jar and .war files produced by the other projects into a single .ear file for deployment to a Java application server





