Packages |
org.jlf.config |
The config package is the bottom layer of the Java code
package structure, responsible only for very basic information
about the configuration of the JVM the code is running under. |
org.jlf.dataMap |
|
org.jlf.dataMap.jdbcMap |
|
org.jlf.dataMap.xmlMap |
|
org.jlf.httpRequest |
This package is used to automate the
processing of HTTP Get/Post requests by mapping input
data from forms into data mapped objects. |
org.jlf.httpRequest.servlet |
|
org.jlf.log |
The org.jlf.log package is used to log all significant
events in your code. |
org.jlf.log.fileMechanisms |
|
org.jlf.log.smtpMechanism |
|
org.jlf.util |
The org.jlf.util package is used to hold all miscellaneous reusable
utility code. |
org.jlf.vitals |
The org.jlf.vitals package is used to provide a framework for
accumulating vital statistics, displaying them on web pages, logging
the information, and potentially alerting support of potential
issues. |
org.jlf.vitals.virtualMachine |
|
org.jlf.vitals.weblogic |
|