JSP MVC Application via Maven
After a quick win with the JSP version of Hello World, it seemed that a servlet-based version was only a tweak or two away. Alas, it was not to be. Coding After using Maven to create another web project, I added a simple controller and DTO model object based on …