Changes between Version 4 and Version 5 of applicationConfig


Ignore:
Timestamp:
Feb 25, 2009, 1:48:55 AM (15 years ago)
Author:
erikvaningen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • applicationConfig

    v4 v5  
    1 Just did a little refactoring to achieve this:
     1Rules of thumb for the applicationConfigs:
    22 * (1) applicationConfigs which are not likely to be changed in production are on the classpath
    33 * (2) applicationConfigs which are likely to be changed in production are in the WEB-INF
     
    88
    99
    10 
    11 Therefore you find the config of the Dao's now in
    12 
     10As a result of this, the dao are configured according (1):
    1311/geonetwork-persistence-ebrim/src/main/resources/applicationContext-persistence.xml
    1412