Changes between Version 4 and Version 5 of applicationConfig
- Timestamp:
- 02/25/09 01:48:55 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
applicationConfig
v4 v5 1 Just did a little refactoring to achieve this:1 Rules of thumb for the applicationConfigs: 2 2 * (1) applicationConfigs which are not likely to be changed in production are on the classpath 3 3 * (2) applicationConfigs which are likely to be changed in production are in the WEB-INF … … 8 8 9 9 10 11 Therefore you find the config of the Dao's now in 12 10 As a result of this, the dao are configured according (1): 13 11 /geonetwork-persistence-ebrim/src/main/resources/applicationContext-persistence.xml 14 12