java
-
Debugging too many open files exceptions
13 April 2009 | 2 comments | Tagged as: debugging java lsof
When I first started working at Titan, I was given a job to write a small admin app to allow our web load team to upload and reorder multiple product images for our website. The app was written in Java and Tapestry and used ImageMagick together with the JMagick bridge ...
Read more -
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


