Package | Description |
---|---|
bradleyross.j2ee.servlets |
Demonstration servlets.
|
bradleyross.library.database |
These are some utility programs for using JDBC to interact with databases.
|
bradleyross.library.debugging |
These are some examples of how tool 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.
|
Class and Description |
---|
ExceptionHelper
An attempt to write a generic exception logger that will
provide both the location of the exception and the location
of the log request.
|
GenericPrinter
Allows a single set of code to output results to
StringWriter, PrintStream and PrintWriter objects by providing a
common wrapper.
|
Class and Description |
---|
GenericPrinter
Allows a single set of code to output results to
StringWriter, PrintStream and PrintWriter objects by providing a
common wrapper.
|
Class and Description |
---|
ExceptionHelper
An attempt to write a generic exception logger that will
provide both the location of the exception and the location
of the log request.
|
Class and Description |
---|
DirWalker.DirIterator
This iterates through the directories.
|
DirWalker.Level
This represents a level at a single depth in the tree search.
|
DirWalker.LocalIterator
Iterator returning the files in a directory.
|
ExceptionHelper
An attempt to write a generic exception logger that will
provide both the location of the exception and the location
of the log request.
|
ExceptionProcessor
Interface for class providing extra information on
exceptions.
|
GenericPrinter
Allows a single set of code to output results to
StringWriter, PrintStream and PrintWriter objects by providing a
common wrapper.
|
TableInterface |
Class and Description |
---|
TableInterface |
WebTable |