Wednesday, May 20, 2015

Spring mvc example with maven using eclipse

Spring Mvc Example 


We are going to create a spring mvc base example with maven in eclipce.
In this example we will print a message "Hello World" on screen and will handle same common errors like 404 (URL not found) or 500 (internal server error).


1. Click on File -> New -> other and select Maven Project



Tuesday, May 12, 2015

Maven introduction

Maven introduction :-


Maven is a build management tool from the Apache Software Foundation. Maven allows a project to build using its project object model (POM) and a set of plugins that are shared by all projects using Maven. It is used for projects build, dependency and documentation.

Maven’s Objectives -



  1. Making the build process easy
  2. Providing a uniform build system
  3. Providing quality project information
  4. Providing guidelines for best practices development
  5. Allowing transparent migration to new features