The following files are required by the application and should be present in the 'org.jaffa.config'
package. They are packaged in the 'jaffa.jar' distributable. To customize a configuration paramter,
modify a copy of the file and ensure that the copy appears in the classpath before jaffa.jar
- framework.properties - has all the configuration settings for the
application. This provides the location of the other configuration files. It has various settings
for configuring the Persistence and Presentation layers. Additionally, there are settings for
configuring the Dynamic Rules Engine and Security. There are a host of other miscellaneous settings too.
- dtd.properties - is used for mapping the Public Ids specified in
the DTDs to the DTDs stored locally. This eliminates the need to validate XML by connecting to the
outside world for accessing the appropriate DTDs.
- locale.properties - lists the layout/parse formats for DateOnly,
DateTime, Integer, Decimal and Currency fields. These formats are used for internationalization
|