The URL for this documentation is http://bradleyross.github.io/tutorials while the project itself is located at http://github.com/BradleyRoss/tutorials. This project is actually a conversion of another GitHub project to a Maven project ( http://bradleyross.github.io/bradleyross-examples, http://github.com/BradleyRoss/bradleyross-examples).
The parent module is pom-tutorials-parent and the other modules are defined below.
tutorials-common
(Javadocs) --
This project contains the sample classes that were written for the tutorials.tutorials-launch
(Javadocs) -- This
module is an example of creating an executable Java jar file.tutorials-log4j1
(Javadocs) --
This module is an example of how to use the log4j 1.x implementation classes to process logging
statements using the log4j 1.x and slf4j API sets.tutorials-log4j2
(Javadocs --
This module is an example of how to use the log4j 2 (versions 2.x) implementation classes to process logging
statements using the log4j 1.x, log4j 2, and slf4j API sets.tutorials-webapp1
-- This module creates the web site which demonstrates several of the classes
contained in the tutorials-common module.The following represents some supplemental information that I prepared for the project.