Where should configuration be placed?
- by James P.
I have an application structured as follows:
dao
domain
main
services
utils
I've made a class that reads the application configuration from an XML file. The question is where should it be placed? In the utilities package?