Java
-
Servlet 3.0 Async Processing for Tenfold Increase in Server Throughput
Servlets are the main component for handling server side logic in Java and the new 3.0 specification introduces some very…
Read More » -
The dreaded double checked locking idiom in Java
The issue discussed in this article is not new, but still tricky even for seasoned developers. The singleton pattern is a…
Read More » -
Java Code Geeks Andygene Web Archetype
Hello all, We are happy to announce that the first release of a set of maven archetypes is out!!! The…
Read More » -
Design Patterns in the JDK
Brian Du Preez, our JCG partner from Zen in the art of IT has made a very fine job of collecting…
Read More » -
DataNucleus 3.0 vs Hibernate 3.5
DataNucleus Access Platform, as stated at the official product site, is the most standards-compliant Open Source Java persistence product in…
Read More » -
Xuggler Tutorial: Frames Capture and Video Creation
Note: This is part of our “Xuggler Development Tutorials” series. So far in our Xuggler tutorials series we have performed…
Read More » -
Domain Driven Design with Spring and AspectJ
In a previous post hosted at JavaCodeGeeks, our JCG partner Tomasz Nurkiewicz presented an introduction to Domain Driven Design using…
Read More » -
Using JAXB to generate XML from XSD
This is a post originally published by Mohamed Sanaulla from Experiences Unlimited, our latest JCG partner. Mohamed explains how to…
Read More » -
Using the State pattern in a Domain Driven Design
Domain driven design (DDD) is an approach to developing software where the complexity of the problem is addressed by connecting…
Read More »