OPI Blog
Learn from experts in their fields

Browsing Tags: context

Apr 14, 2011
JSP: To @include or jsp:include?
A quick discussion on the difference between @include and jsp:include tags when trying to include one JSP in the rendering of another....
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 ...