Java
-

Practical Garbage Collection, part 1 – Introduction
This is the first part of a series of blog posts I intend to write, whose aim will be to…
Read More » -

Morphia and MongoDB: Evolving Document Structures
In my previous post on Morphia, I went through some typical usages and mentioned some caveats and workarounds for known…
Read More » -

Understanding Java Weak References
I could not pay attention to the blog in the recent times and first and foremost I must apologize for…
Read More » -

TestNG or JUnit
For many years now, I have always found myself going back to TestNG whenever it comes to doing Unit Testing…
Read More » -

Java Annotations & A Real World Spring Example
An “annotation” is a type of programming language definition and used as a “marker”. They can be thought as comment…
Read More » -

Master Detail CRUD operations with Regions ADF 11g
Hi, This is an example that demonstrates how to create a Master Detail relationship between tables by using Regions. The…
Read More » -

Extending your JPA POJOs
Extensibility is an important characteristic in many architectures. It is a measure of how easy (or difficult) it is to…
Read More » -

OpenShift Express: Deploy a Java EE application (with AS7 support)
During the past few years, I’ve been hearing about “cloud” services more and more. Initially I wasn’t really curious to…
Read More » -

Profile your applications with Java VisualVM
When you need to discover what part of an application consume the more CPU or Memory, you must use a…
Read More »




