Java
-
Java JSON processing with Jackson
JSON (Javascript Object Notation) is becoming a very popular data exchange format. While developing Web applications using Javascript frameworks like…
Read More » -
Doclava: Custom Javadoc Doclet from Google
Doclava is a custom Javadoc Doclet from Google, used by Google Guice (see their slight cooler Javadocs). Doclava uses JSilver as…
Read More » -
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 »