-
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 » -
Core Java
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 » -
Core Java
Java 8 Status Updates
The two big new language features of the upcoming Java SE 8 release are Lambda Expressions and Modularity. For both,…
Read More » -
DevOps
Closed loops: the secret to collecting configuration management data
In my last post, How NOT to collect configuration management data, I gave a quick rundown of some losing CM…
Read More »