Enterprise Java
-
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 » -
ActiveMQ – Network of Brokers Explained – Part 2
In this blog we will see how duplex network connectors work. In the previous part 1 we created a network connector from broker-1 and…
Read More » -
Validating JAX-RS resource data with Bean Validation in Java EE 7 and WildFly
I have already approached this subject twice in the past. First, on my post Integrating Bean Validation with JAX-RS in…
Read More »