-
Core Java
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 » -
Software Development
7 mistakes of software testing
Though most developers know the importance of testing, it seems that a lot of them still aren’t testing enough. And…
Read More » -
Core Java
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 » -
Software Development
Eclipse Code Formatting Tips
I have been assigned lately some code review/ quality code fix tasks, on a large enterprise Java project and I am trying…
Read More » -
Scala
First steps with Scala, say goodbye to bash scripts…
Those who know me are aware that I’ve been following play framework, and actively taking part of it’s community, for…
Read More » -
Core Java
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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
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 »