-
Maven
Maven surefire plugin Example
In this example we are going to see some of the capabilities from the maven surefire plugin. Maven is a…
Read More » -
jms
JMS MessageListener Example
A message can be sent either through point-to-point or publish-and-subscribe messaging styles. In both the ways, the producer and consumer…
Read More » -
spring
Spring Integration Poller Example
1. Introduction As we already had an introduction to Spring Integration, it has an event-driven messaging architecture. To take a quick recap, for…
Read More » -
nio
Java Nio SSL Example
This is an example of a non-blocking I/O provided by java.nio using SSL handshake. …
Read More » -
Apache Hadoop
Apache Hadoop Distcp Example
In this example, we are going to show you how to copy large files in inter/intra-cluster setup of Hadoop using…
Read More » -
jws
JAX-WS Endpoint Example
In this example we shall see how to use JAX-WS Endpoint. Literally talking about web service endpoint, it is a resource…
Read More » -
Ninja Web Framework
Ninja Web Framework Tutorial – Part 1
Introduction This is a two part series that will demonstrate the features of Ninja Web Framework and how to build…
Read More » -
Core Java
How Map/HashMap Works Internally in Java
This is one of the java interview questions that can put the candidate in a challenge. Most of java developers…
Read More » -
Enterprise Java
Play! Framework Session Example
Today, on most web applications, there is data we need to be sent across multiple http requests while the user…
Read More »