Skip navigation links

tutorials-common 0.0.1-SNAPSHOT API

Javadocs for the Java classes that are common to all of the submodules in the tutorials.

See: Description

Packages 
Package Description
bradleyross.common
Contains classes that provide common functions that can be reused for other Java programs.
bradleyross.demonstrations
These are simple Java applications that are designed to be used as demonstrations of the Java language rather than as useful applications.
bradleyross.j2ee.beans
These are the managed beans that are to be used with the J2EE examples.
bradleyross.j2ee.filters
Filters for the demonstration applications.
bradleyross.j2ee.listeners
Listeners for demonstration applications.
bradleyross.j2ee.servlets
Demonstration servlets.
bradleyross.j2ee.tags
Demonstration tags for use with Java Server Pages.
bradleyross.library
This was intended to be some common classes for my code.
bradleyross.library.applets
These are some applets.
bradleyross.library.database
These are some utility programs for using JDBC to interact with databases.
bradleyross.library.debugging
These are some examples of how logging for debugging can be used with Java classes.
bradleyross.library.helpers
These are various utility classes that I developed for Java programs.
bradleyross.library.helpers.tests
Test drivers for classes in bradleyross.library.helpers package.
bradleyross.library.json  
bradleyross.library.tools  
bradleyross.local.databases
These classes represent the subclasses that are for use with this specific installation.
bradleyross.opensource.jfreechart
Examples using JFreeChart, an open-source library for plotting graphs of various types.
bradleyross.opensource.jfreechart.helpers
Some classes I wrote to aid in generating plots using the JFreeChart library.
bradleyross.opensource.pdfbox
An Apache tool for processing PDF boxes.
bradleyross.opensource.poi
Poi is an Apache library for reading and modifying Microsoft Excel and Word documents.
bradleyross.opensource.xerces
The Xerces library processes XML files and is a product of the Apache group.
bradleyross.opensource.zxing
These will be small programs that will demonstrate the use of the zxing open source package.
bradleyross.sound
Some routines for a beeper (under construction).
bradleyross.swing
Some examples of Swing code.

Javadocs for the Java classes that are common to all of the submodules in the tutorials.

See the file pom.xml in pom-tutorials-parent to see how the parameters are set for the Javadocs. The items in this Javadoc link to the source code and it also provides links to the Javadocs for the other jar files listed in the dependencies.

The field, constructor, and method names in the summary sections link to the descriptions in the detail sections. The names in the detail sections link to the source code.

You can place additional material for the Javadocs in the Maven project. The text for these additional comments are placed in src/main/javadoc/overview.html. See http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html for more information.

Some of this code is over ten years old and it needs some cleaning up. Classes may move between packages during the cleanup since this is considered more instructional than a usable library.

Skip navigation links

Copyright © 2017. All rights reserved.