Enterprise Java
-
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 » -
HTTP Caching using JAX-RS
In the last blog we discussed different types of caches and their use cases. In this post we will explore…
Read More » -
JSF Tomcat Configuration Example
JavaServer Faces (JSF) is a web application framework that is intended to simplify development integration of web-based user interfaces. It…
Read More » -
Crawling the Web with Cassandra and Nutch
So, you want to harvest a massive amount of data from the internet? What better storage mechanism than Cassandra? This…
Read More »