-
Enterprise Java
Better looking HTML test reports for TestNG with ReportNG – Maven guide
TestNG is a testing framework created as an annotation driven alternative for JUnit 3 in times when “extends TestCase” was…
Read More » -
Software Development
Joins with Map Reduce
I have been reading on Join implementations available for Hadoop for past few days. In this post I recap some…
Read More » -
Enterprise Java
Spring & JSF integration: Dynamic Navigation
Often your JSF application will need to move beyond basic static navigation and start to make dynamic navigation decisions. For…
Read More » -
Core Java
Implementing the State Machine Pattern as a Stream Processor
In my last blog, I said that I really thought that some of the Gang Of Four (GOF) patterns were…
Read More » -
Enterprise Java
The Future of NoSQL with Java EE
I’ve been following the recent NoSQL momentum since some time now and it seems as if this buzzword also is…
Read More » -
Core Java
Java 7: Closing NIO.2 file channels without loosing data
Closing an asynchronous file channel can be very difficult. If you submitted I/O tasks to the asynchronous channel you want…
Read More » -
Core Java
NetBeans 7.1: Create a Custom Hint
I have talked about some of my favorite NetBeans hints in the posts Seven NetBeans Hints for Modernizing Java Code…
Read More » -
Core Java
What’s Cooking in Java 8 – Project Jigsaw
What is Project Jigsaw: Project Jigsaw is the project to make the java compiler module aware. For years java API…
Read More » -
Scala
Scala Basic XML processing
Introduction Pretty much everybody knows what XML is: it is a structured, machine-readable text format for representing information that can…
Read More »