-
Android Core
Android: Menu Class Investigation
Android provides decent functionality for instantiating your own run of the mill Menu within the standard framework. They even have…
Read More » -
Android Core
Android JSON Parsing with Gson Revisited
A while ago we hosted an article about using Gson for JSON parsing with Android. The tutorial was a simple…
Read More » -
Enterprise Java
Google App Engine: Host application in your own domain
When you create a new application in Google App Engine, you’ll get a domain name “yourapp.appspot.com”. But, who’ll want to…
Read More » -
Core Java
How to Avoid ConcurrentModificationException when using an Iterator
Java Collection classes are fail-fast which means that if the Collection will be changed while some thread is traversing over…
Read More » -
Enterprise Java
App Engine Java Development with Netbeans
If you just started with App engine development, you might be having a feeling that Eclipse is the preferred IDE.…
Read More » -
Software Development
Refactoring Hudson God Class
Jakub Holy, one of our JCG partners, has recently shared his experience at attempting to refactor Hudson, the main class…
Read More » -
Best Of The Week
Best Of The Week – 2011 – W18
Hello guys, Time for the “Best Of The Week” links for the week that just passed. Here are some links…
Read More » -
Enterprise Java
RabbitMQ Module for Play! Framework
RabbitMQ offers a highly available, scalable and portable messaging system with predictable and consistent throughput and latency. RabbitMQ is the…
Read More » -
Enterprise Java
Google App Engine Java Capabilities and Namespaces API
Capabilities API With the Capabilities API, your application can detect outages and scheduled downtime for specific API capabilities. You can…
Read More »