Where should configuration be placed?
Posted
by James P.
on Stack Overflow
See other posts from Stack Overflow
or by James P.
Published on 2010-05-16T07:43:35Z
Indexed on
2010/05/16
7:50 UTC
Read the original article
Hit count: 267
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?
© Stack Overflow or respective owner