by Jim White | Oct 19, 2013 | Java, Spring Framework, Web Development
Spring MVC Model and Session Attributes As a Java Web application developer, you quickly learn about the request (HttpServletRequest) and session (HttpSession) scopes. Understanding these scopes and how to work data and objects in and out of these scopes is critical...
by Jim White | Aug 29, 2013 | Java, Spring Framework
Spring Expression Language (SpEL) was one of the new features that debuted with Spring 3.0. Spring 3.0 was released back in December 2009. So that makes this feature a little less than four years old as of this writing. Yet, in my informal survey of teams using...