G
gilgantic
I want to be able to make configuration changes in my J2EE applications
with out rebuilding and redeploying the application everytime. What
are some recommendations? On a previous project we put everything in a
XML document and parsed the document each time for connection, JNDI
URL, etc. instead of using .properties files like I am currently using.
with out rebuilding and redeploying the application everytime. What
are some recommendations? On a previous project we put everything in a
XML document and parsed the document each time for connection, JNDI
URL, etc. instead of using .properties files like I am currently using.