-
Core Java
Type Inference from Java 7
Every good programmer likes to write a concise but effective and optimized code. Type Inference is a way introduced in…
Read More » -
Scala
ScaTDD: Casting an eye over three major Test frameworks in Scala
Testing has traditionally been the gateway process for Scala development at a number of Java shops looking to evolve their…
Read More » -
Software Development
Pragmatic Thinking: Novice vs Expert
Recently I started reading Andy Hunt’s fine book ” Pragmatic Thinking And Learning.” Hunt is notorious for writing books which…
Read More » -
Core Java
Writing Eclipse Plugins Tutorial – Part 1
Eclipse is one of three most popular java development IDEs. One reason for its success is its extensibility. Writing eclipse…
Read More » -
Core Java
Top 10 Most Popular New Eclipse Plugins
Eclipse Marketplace continues to be the place to discover interesting and relevant Eclipse plugins. There are over 100,000 successful installs/month…
Read More » -
Core Java
About Java Packages
I hope we all agree that methods an classes should be small and have only few dependencies. This point of…
Read More » -
Core Java
NetBeans 7.2 beta: Faster and More Helpful
There has been significant excitement about the beta release of NetBeans 7.2. In this post, I look briefly at what…
Read More » -
Software Development
Consumerization of IT – What it means for the Architect
Consumerization is described as the trend for IT to first emerge in the Consumer space and subsequently makes its way…
Read More » -
Enterprise Java
ADF Task Flow: Managed bean scopes for page fragments
Introduction When we work with ADF Task Flows and need to implement some flow specific business logic or store some…
Read More »