Configuration parameters in web application (Java+Spring+Hibernate+Tapestry) -
i'm developing web application , need save 100 configuration parameters. best solution?:
- make xml file , parse read configuration.
- make table in database, , consult read configuration.
- another better solution?
thanks.
what done in case configuration parameters stored in properties files loaded spring.
in event have parameters can changed during execution of application, simple way approach problem save them in database
Comments
Post a Comment