Monthly Archives February 2013

Spring MVC is a part of Spring Framework and its main purpose is to make web-development more simple, convenient and easy. interaction with forms is a part of every more or less modern web application. Spring MVC allows you to perform all kinds of activity with forms in a very strict and simple way. In the article you will read the basics of form handling with the help of Spring MVC.

Java development has one specific feature... To start the development you must set up and configure an environment. And often it isn't a trivial task because you need to take care about plenty of things. So in the post I'm going to consider a very popular mistake in the setting up of Dynamic Web Project.

Close