Enterprise Java
-
Spring meets Apache Hadoop
SpringSource has just announced the first GA release of Spring for Apache Hadoop. The goal of this project is to…
Read More » -
Prime-UI, JAX-RS with Jersey and Gson on Oracle Cloud
The Oracle Cloud is around everywhere these days. It had a rough start with Larry denying the need for a…
Read More » -
Your logs are your data: logstash + elasticsearch
Topic of today’s post stays a bit aside from day-to-day coding and development but nonetheless covers a very important subject:…
Read More » -
ActiveMQ Clustering, Durable Subscribers, and Virtual Topics to the rescue
So you want to do publish-subscribe with ActiveMQ across distributed topics and be reliable. You can just use durable subscriptions,…
Read More » -
Implementing custom Future
Last time we learned the principles behind java.util.concurrent.Future<T>. We also discovered that Future<T> is typically returned by libraries or frameworks.…
Read More » -
JAXB tutorial – Getting Started
Note: Check out our JAXB Tutorial for Java XML Binding – The ULTIMATE Guide What is JAXB? JAXB stands for…
Read More » -
Hibernate inheritance: Table per class hierarchy
In this tutorial we will see how to implement inheritance in hibernate.There are 3 ways in which you can implement…
Read More » -
Introduction to Collated Views with Couchbase 2.0
Most of the applications have to deal with ‘master/detail’ type of data: breweries and beer department and employees invoices and…
Read More »