Enterprise Java
-
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 » -
A clean approach to Wicket models
One of the core concepts of Apache Wicket web framework is the model and IModel as its programming interface. Wicket components rely heavily on…
Read More » -
Reasons to consider spring-boot for your next Spring based application!
Spring-boot provides a quick way to create a Spring based application. There are some very compelling reasons to consider spring-boot…
Read More »