Enterprise Java
-
Running out of memory without the OutOfMemoryError
This is actually a reincarnation of a post originally posted in ~2010. The flashback occurred when listening to our engineers…
Read More » -
Setting up your application server with maven
In many cases there is no way to deploy an application without the need to setup your application before. In…
Read More » -
Building Camel-CXF REST Service in OSGi for Karaf – Multicasting and Aggregation
Please check out my other post on building plain CXF services (without Camel) in OSGi on Karaf. This is a…
Read More » -
Exploring Spring Controller with JSTL view
Let’s improve our previous Spring JDBC application with some more exploration on Spring MVC’s Controller development. I will show another…
Read More » -
Apache ActiveMQ 5.9 released
The Apache ActiveMQ team has just released the new ActiveMQ 5.9 release. This release is 8 months of hard work…
Read More » -
Aspect Oriented Programming with Spring
Introduction In an ideal Object Oriented System, we would want to design each object to perform one specific task. However…
Read More » -
Cloud IDE for J2EE development
With so many of the traditional software tools going to the cloud I want to see how they compare to…
Read More » -
A command line interface for jclouds
Prologue I’ve been using and contributing to jclouds for over a year now. So far I’ve used it extensively in…
Read More » -
Apache Camel – developing application from the scratch (part 1 / 2)
Before we start Some time ago I wrote a tutorial on Spring Integration to demonstrate how to use Spring Integration…
Read More »