Enterprise Java
-
Apache Camel Broker Component for ActiveMQ 5.9
Embedding Apache Camel inside the ActiveMQ broker provides great flexibility for extending the message broker with the integration power of…
Read More » -
Using HA Singleton in JBoss 7
Some time ago I had to change standard clustering behavior of Quartz Scheduler, and let it work without synchronizing over…
Read More » -
Run your Hadoop MapReduce job on Amazon EMR
I have posted a while ago how to setup an EMR cluster by using CLI. In this post I will…
Read More » -
How to create JQuery DataTable using JSON and servlet
In this article I’ll introduce the basic coding that require to create JQuery DataTable using JSON passed by simple servlet.…
Read More » -
Restlet Framework – Hello World Example
Restlet is a lightweight, comprehensive, open source REST framework for the Java platform. Restlet is suitable for both server and…
Read More » -
Spring Configurable Magic
Spring framework has several modules that provide a range of services, many of these modules Can work just for managed…
Read More » -
How to create web-app with Quartz Scheduler and logging
I sometimes help out users in Quartz Scheduler forums. Once in a while some one would ask how can he/she…
Read More » -
How to maintain history of tables in Hibernate
To Maintain history of database or keep track of modification of database table row , we create a version table…
Read More » -
Testing Java EE 6 with Arquillian (incl. JPA, EJB, Bean Validation and CDI)
For a very long time, I heard quite a lot of people saying good things about Arquillian. Whilst I have…
Read More »