by Jim White | Feb 3, 2014 | Java, Spring Framework, Web Development
Last week, I was just outside our nation’s capital teaching Spring Web MVC Framework to a wonderful group of people working for the National Institute of Health (NIH). They are getting ready to move a collection of Struts 1 projects to Spring Web MVC. Some...
by Jim White | Jan 17, 2014 | Java, Spring Framework, Web Development
How to use Spring’s WebApplicationInitializer The DispatcherServlet has always served as the doorway component or “front controller” in a Spring Framework Web MVC application. It’s job has been and still is to marshal requests to other...
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...