Java
-
How does JVM handle locks
As we are talking about the latest version of Sun Hotspot Java Virtual Machine 1.6 there’re the following three types…
Read More » -
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 » -
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 » -
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 » -
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 » -
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 » -
Java Generics Quick Tutorial
Generics is a Java feature that was introduced with Java SE 5.0 and, few years after its release, I swear…
Read More » -
Erlang vs Java memory architecture
I read a really, really interesting article on memory management strategies for the Erlang VM. It was written as a…
Read More » -
Spring MVC3 Hibernate CRUD Sample Application
To learn any web framework starting with a HelloWorld application is a good idea. Once we get familiarity with the…
Read More »