-
Software Development
The simple Big-O Notation Post
Our JCG partner Brian Du Preez has posted an explanatory article on his blog, Zen in the art of IT, concerning…
Read More » -
Core Java
A glimpse at Java 7 MethodHandle and its usage
Due to Java’s Reflection API we have been able to inspect and alter program execution at runtime. In particular, we…
Read More » -
Android Core
Android HTTP Camera Live Preview Tutorial
The Android SDK includes a Camera class that is used to set image capture settings, start/stop preview, snap pictures, and…
Read More » -
Best Of The Week
Best Of The Week – 2011 – W13
Hello guys, Time for the “Best Of The Week” links for the week that just passed. Here are some links…
Read More » -
Core Java
Understanding and Extending Java ClassLoader
The Java ClassLoader is one of the crucial but rarely used components of Java in Project Development. Personally I have…
Read More » -
Enterprise 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 » -
Best Of The Week
Best Of The Week – 2011 – W12
Hello guys, Time for the “Best Of The Week” links for the week that just passed. Here are some links…
Read More » -
Agile
Agile software development recommendations for users and new adopters
Let me begin by saying that I am an agile believer and as a team player I enjoy this methodology…
Read More » -
Core Java
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 »