Enterprise Java
-
Spring MVC Interceptors Example
I thought that it was time to take a look at Spring’s MVC interceptor mechanism, which has been around for…
Read More » -
Java EE Past, Present, & Cloud 7
One prominent topic of the recent JavaOne 2011 was the next major Java EE 7 release. As stated in the…
Read More » -
Leaked: Oracle WebLogic Server 12g
JavaOne is nearly one week behind us already and I am still working on the detailed blog posts about it.…
Read More » -
Integrating Maven with Ivy
The problem: you have some resources in an Ivy repository (and only there) which you would like to use in…
Read More » -
Spring & Quartz Integration with Custom Annotation
We know Spring has support for integration with the Quartz framework. But as of now Spring supports only static XML…
Read More » -
Rich Domain Model with Guice
The anaemic domain model is a really common anti-pattern. In the world of ORM & DI frameworks we naturally seem…
Read More » -
Spring Insight – Web Application Profiling
Are you writing Web Applications using Spring Framework? Have you ever thought what’s going on under the hood? Why your…
Read More » -
Java EE6 Decorators: Decorating classes at injection time
A common design pattern in software is the decorator pattern. We take a class and we wrap another class around…
Read More » -
Java Modularity Approaches – Modules, modules, modules
I think everybody will agree that writing modular applications and modularity in general is a good thing. But how does…
Read More »