Enterprise Java
-
From XaaS to Java EE – Which damn cloud is right for me in 2012?
Have you ever wondered what it takes to get your Java EE up and running somewhere? I did. For years.…
Read More » -
Spring’s Web MVC – Redirect to the Memory Leak
They say that one rock can cause an avalanche. Lately, one of my Colleagues, Marcin Radoszewski, gave me such a…
Read More » -
Writing Acceptance Tests for Openshift + MongoDb Applications
Acceptance testing are used to determine if the requirements of a specification are met. It should be run in an…
Read More » -
JAX-RS Bean Validation Error Message Internationalization
Introduction to Bean Validation JavaBeans Validation (Bean Validation) is a new validation model available as part of Java EE 6…
Read More » -
JBoss BRMS Best Practices – tips for your BPM Process Initialization Layer
I have posted some articles in the past on migration strategies, taken closer looks at process layers and provided some…
Read More » -
TaskletStep Oriented Processing in Spring Batch
Many enterprise applications require batch processing to process billions of transactions every day. These big transaction sets have to be…
Read More » -
ActiveMQ: Understanding Memory Usage
As indicated by some recent mailing list emails and a lot of info returned from Google, ActiveMQ’s SystemUsage and particularly…
Read More » -
Session Timeout Handling on JSF AJAX request
Session Timeout Handling on JSF AJAX request When we develop JSF application with AJAX behaviour, we may experience the problem…
Read More » -
Google Guava EventBus and Java 7 WatchService for Event Programming
This post is going to cover using the Guava EventBus to publish changes to a directory or sub-directories detected by…
Read More »