Spring Framework: How to use properties files for configuration instead of the JNDI in a Wildfly server environment
In a previous post, I gave the arguments for and against using the JNDI for managing application configuration and attempted to contrast those arguments with using spring framework to pull in configurations from flat files. In this post, I would like to show how I managed to take an application that was heavily dependent upon […]