spring
-
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 -
Java transaction management with Spring and Hibernate
2 October 2009 | 0 comments | Tagged as: hibernate java spring
Why would we want to manage transactions?
Lets suppose we had two bank accounts and we wished to transfer some money between them. The bank would have to undertake a process of subtracting the amount of money from one of the accounts and then adding that total to the other ...
Read more


