JVM
Gaining Access to the Spring Context in Non Spring Managed Classes
August 23rd, 2010
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 and legacy code are two such examples. Here is a…
Jon Baso