Introduction and Overview for JUnit

If you are programming in the Java language and think about unit testing, probably JUnit comes to your mind in an instant.

If not, you can take a look at the Methods&Tools magazine, where I did a small tool introduction in its fall volume. You can find the PDF issue here.

You find the article here. If you have any comments on it, I’d greatly appreciate to here them!

Wrestling With Hibernate – Reclaim Your Performance

Lately, I was asked to help out in a project with suffered from a serious performance problem. The Spring-based application was supposed to process business transactions of various types, coming in over channels like JMS and Web services. Each transactions had to bypass a validation pre-processor to ensure that everything was correct for the later steps. Each transaction then would be mingled up and down and ended up in a database persistence layer, handled by Hibernate. So far, rocket science does look different, doesn’t it? „Wrestling With Hibernate – Reclaim Your Performance“ weiterlesen