Introduction Creating a simple Spring MVC application is pretty straightforward. In this article, I aim to show how you can do this with NetBeans 5.0 Creating the project The first stage is to create a new web project. Select "File | New Project" and select to create a Web Application as shown in the following picture. Select the "Next" button and enter the details for the project. All tha

