OPI Blog
Learn from experts in their fields

Browsing Tags: legacy code

Aug 23, 2010
Gaining Access to the Spring Context in Non Spring Managed Classes
There are times where it’s not practical (or possible) to wire up your entire application into the Spring framework, but you still need a Spring loaded bean in order to perform a task.  JSP tags ...