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

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -