Enterprise Java
-
Java EE7 and Maven project for newbies – part 1 – a simple maven project structure – the parent pom
Why ? Many times, I am trying to resolve several basic or complex Maven / Java EE project structure issues,…
Read More » -
Tracking Exceptions – Part 5 – Scheduling With Spring
It seems that I’m finally getting close to the end of this series of blogs on Error Tracking using Spring…
Read More » -
Working with the Array Data Type in a Table
In this post I would like to follow up on my previous article about Oracle collection data types and I…
Read More » -
Using Http Session with Spring based web applications
There are multiple ways to get hold of and use an Http session with a Spring based web application. This…
Read More » -
Storm event processor – GC log file per worker
In the last three months, I am working with a new team building a product for Big Data analytics on…
Read More » -
Jibx Jersey2 Integration
Jersey2 provides inbuilt support for Jackson and JAXB. But Jibx is not supported by default. To use Jibx in conjunction…
Read More » -
Dropwizard: painless RESTful JSON HTTP web services
Java developers looking for a quick, painless way of creating production-ready RESTful JSON HTTP web services should consider the Dropwizard…
Read More » -
Java EE CDI Qualifiers: Quick Peek
Qualifiers are the mainstay of type safety and loose coupling in Contexts and Dependency Injection (CDI). Why? Without CDI, we…
Read More » -
ActiveMQ – Network of Brokers Explained – Part 3
Now that we have understood the basics of ActiveMQ network connector in part 1 and part 2 of this blog…
Read More »