Enterprise Java
-
How Hadoop Works? HDFS case study
The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters…
Read More » -
There is no application server
We have recently posted data about application server market share we gathered from the free Plumbr deployments. And it resonated…
Read More » -
JavaEE 7 with GlassFish on Eclipse Juno
Java EE 7 is hot. The first four JSRs passed the final approval ballot recently and GlassFish 4 reached promoted…
Read More » -
Spring Java Configuration
I have found that a lot of Spring developers I know still do not know about or use Spring Java…
Read More » -
Release of Disruptor 3.0.0
I’ve decided that I’m a bit bored of the whole putting a beta tag on various versions of the Disruptor…
Read More » -
Spring with Maven
1. Overview This tutorial will discuss how to setup Spring with Maven and will go over specific usecases of using…
Read More » -
Running JUnit Tests Repeatedly Without Loops
Recently I came across a problem where I had to write tests for a method that calculates randomly distributed values…
Read More » -
Simple Gradle Web Application
Gradle easily supports Java web applications through the “war” and “jetty” plugins. This tutorial will show you how to quickly…
Read More » -
JMS and Spring: Small Things Sometimes Matter
JmsTemplate and DefaultMessageListenerContainer are Spring helpers for accessing JMS compatible MOM. Their main goal is to form a layer above…
Read More »