List/Grid Enterprise Java Subscribe to the RSS feed of category Enterprise Java

Using AWS ElasticMapReduce with the Command Line Interface
In this post I am going to use the AWS MapReduce service (called ElasticMapReduce) by making use of the CLI for EMR. The process of using EMR can be divided in three steps on a high ...

Maven Release to Nexus
1. Overview In the previous article of this series, we set up a deployment process with Maven to Nexus. In this article, we’ll configure the Release Process with Maven – both in ...

Understanding ADF Faces clientComponent attribute
I believe most of ADF developers know ADF Faces attribute clientComponent. In this post I am going to show how this attribute actually impacts on components rendering and how it can ...

Apache CXF – JAX-WS – Simple Tutorial
A lot of Java Developers out there sees task with Web Service implementation daunting – well, nobody can blame them really, especially that it brings a lot of complexity in development ...

Tweeting StackExchange Questions with Spring Social
1. Introduction This is the third and final article about a small side-project – a bot that automatically tweets Questions from various Q&A StackExchange sites on specialized ...

Java EE CDI Disposer methods example
In this tutorial you will learn how to use CDI Disposer methods in order to perform clean up of resources created by CDI Producer methods. 1. Introduction CDI Producer methods may ...

Hibernate 3 with Spring
1. Overview This article will focus on setting up Hibernate 3 with Spring – we’ll look at how to configure Spring 3 with Hibernate 3 using both Java and XML Configuration. 2. Maven To ...

Spring MVC: Security with MySQL and Hibernate
Spring has a lot of different modules. All of them are useful for the concrete purposes. Today I’m going to talk about Spring Security. This module provides flexible approach to manage ...

Publish/Subscribe Pattern with Apache Camel
Publish/Subscribe is a simple messaging pattern where a publisher sends messages to a channel without the knowledge of who is going to receive them. Then it is the responsibility of ...

Spring Security Login
1. Introduction This article is goint to focus on Login with Spring Security. We’re going to built on top of the simple Spring MVC example, as Spring MVC is a necessary part of setting ...


