-
Agile
Agile Product Planning: Vision, Strategy, and Tactics
Product planning is just as important in an agile context as it is in a traditional setting. Unfortunately, some product…
Read More » -
Core Java
JDK 8 Javadoc Tweaked For Methods Listings
Since it’s beginning, Javadoc output has been largely static HTML with navigation links and simple stylesheet styling of its appearance.…
Read More » -
Core Java
Arrays.sort versus Arrays.parallelSort
We all have used Arrays.sort to sort objects and primitive arrays. This API used merge sort OR Tim Sort underneath…
Read More » -
Groovy
Groovy & Grails Understanding – Part 1
Introduction Enterprises today require agile platform for rapid development of applications with ready assurance to quality of services, compliance to…
Read More » -
Ceylon
Null and Java interop
The way Ceylon handles null is one of the big attractions of the language. Ceylon features a typed null value.…
Read More » -
Ceylon
About modules
Modules, ah, modules. The albatross of Java. I frequently joke that modules are scheduled for Java N+1 where N moves…
Read More » -
Enterprise Java
Spring MVC – Easy REST-Based JSON Services with @ResponseBody
Spring 3 makes JSON REST services really easy. This tutorial will show you how in just a few steps. You…
Read More » -
Enterprise Java
MOXy’s Object Graphs & Dynamic JAXB
JAXB (JSR-222) makes it easy for you to convert instances of your domain classes to/from XML. The EclipseLink MOXy implementation…
Read More » -
Enterprise Java
Introducing EclipseLink JPA-RS
In a previous series of posts I covered how to create a JAX-RS service that leveraged JPA for the persistence…
Read More »