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 | Jul 3, 2013 | Eclipse, Java
What’s package-info.java for? In some recent classes, my students have encountered a package-info.java file tucked inside of some of the sample code we get from courseware providers. “What’s that thing?”, they usually ask....