Java
-

Mapping Objects to Multiple XML Schemas – Weather Example
I have written previous posts on EclipseLink JAXB (MOXy)‘s @XmlPath and external binding file extensions. In this post I will…
Read More » -

Java Concurrency Tutorial â Semaphores
This is the first part in a series that weâre going to be doing on Java concurrency. Specifically, we are…
Read More » -

The Java Logging Mess
Every application needs logging. And right now there are a lot of options on what exactly to use for logging…
Read More » -

Simple Twitter: Play Framework, AJAX, CRUD on Heroku
So the big announcement is out – Heroku started offering native support to Play Framework applications! If you havenât heard…
Read More » -

The Exchanger and GC-less Java
Overview The Exchanger class is very efficient at passing work between thread and recycling the objects used. AFAIK, It is…
Read More » -

Spring Declarative Transactions Example
A transaction is a unit of work that has ACID (atomic, consistent, isolated and durable) properties. Atomic means that the…
Read More » -

Real modular web applications: Why there is no standard for developing them?
OSGI, SpringSource, Jboss Modules, J2EE and the list never ends.All these technologies promise to their end users/developers the same thing…
Read More » -

The OpenJDK as the default Java on Linux
Hi All, Recently Iâve received a bunch of private correspondence from people confused/worried over the change in the default Java…
Read More » -

Google ClientLogin Utility in Java
Authentication and Authorization for Google APIs is a common feature in todayâs applications requiring integration and information exchange with Google…
Read More »





