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: 241

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

Related posts about java

Related posts about domain-driven-design