maven
-
Setting up a Maven controlled Web Application for Spring and Hibernate
27 September 2009 | 0 comments | Tagged as: hibernate java maven spring
This guide is a quick introduction into how to set up a web application project for Spring and Hibernate using Maven.
The first step is to create a project using Maven's built-in archetype commands. An archetype is a project templating toolkit, which allows us to create projects to a ...
Read more


