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

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

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -