|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
AppConfigProperties | AppConfigProperties is a concrete class which delivers
container-specific configuration information
about the Java Virtual Machine instance the application is running
under. |
AppInfo | AppInfo is a concrete class which delivers information about the Java Virtual Machine instance the application is running under. |
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.
Config is the first package to be compiled, then the log package. These two packages form the core framework from which everything else Java should be built from, so we can abstract details about the container we are running from, yet provide very formidable capabilities like logging, error handling, and such.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |