org.jaffa.config |
|
Java Source File Name | Type | Comment |
Config.java | Class | This class manages all the access to the frameworks configuration data
In addition it is used for all text string translation.
This configuration object manages both static (read from a resource) and dynamic
(set by initilization params).
Each configuration paramerter will have a static name associated with it. |
InitApp.java | Class | This servlet is called by web.xml as part of the startup process.
It is used to initialize the Logging API and to also get a handle on
the base diretory that the web application is deployed in. |
InitLog4J.java | Class | Use this class to initialize Log4J. |