Enterprise Java
-
Spring & Quartz Integration with Custom Annotation, the SPANN way
In a previous post, we demonstrated how to create and configure Quartz jobs with annotations in a Spring container. We…
Read More » -
Log4j, Stat4j, SMTPAppender Integration – Aggregating Error Logs to Send Email When Too Many
Our development team wanted to get notified as soon as something goes wrong in our production system, a critical Java…
Read More » -
What are procedures and functions after all?
Many RDBMS support the concept of “routines”, usually calling them procedures and/or functions. These concepts have been around in programming…
Read More » -
The new Java Caching Standard (javax.cache)
This post explores the new Java caching standard: javax.cache. How it Fits into the Java Ecosystem This standard is being…
Read More » -
Testing GWT Apps with Selenium or WebDriver
Good functional testing is one of the most difficult tasks for web application developers and their teams. It is a…
Read More » -
Spring 3 Testing with JUnit 4 – ContextConfiguration and AbstractTransactionalJUnit4SpringContextTests
Looking in the internet for a way to test my Spring 3 application, I found many articles that describe how…
Read More » -
Code coverage with unit & integration tests
On a pet project recently I set out to build automated UI (integration) tests as well as the normal unit…
Read More » -
Avoid Lazy JPA Collections
Hibernate (and actually JPA) has collection mappings: @OneToMany, @ManyToMany, @ElementCollection. All of these are by default lazy. This means the…
Read More » -
Play! Framework: Why Did I Fall in Love with it
Some time ago, I was the tech lead for a few very large deployments on the Real Estate market for…
Read More »