-
Enterprise Java
Big Data analytics with Hive and iReport
Each J.J. Abrams’ TV series Person of Interest episode starts with the following narration from Mr. Finch one of the…
Read More » -
Enterprise Java
Embedded Jetty, Vaadin and Weld
When I develop web applications I like to be able to quickly start them from Eclipse without having to rely…
Read More » -
Enterprise Java
Problems with ORMs Part 2 – Queries
In my previous post on Object-Relational Mapping tools (ORMs), I discussed various issues that I’ve faced dealing with the common…
Read More » -
Core Java
What’s Cooking in Java 8 – Project Lambda
What is project lambda: Project lambda is the project to enable lambda expressions in java language syntax. Lambda expressions are…
Read More » -
Software Development
Growing hairy software, guided by tests
Software grows organically. One line at a time, one change at a time. These changes soon add up. In an…
Read More » -
Enterprise Java
Apache Camel 2.9 Released – Top 10 Changes
On the last day of 2011 the Apache Camel artifacts just managed to be pushed to the central maven repo,…
Read More » -
Core Java
What is behind System.nanoTime()?
In java world there is a very good perception about System.nanoTime(). There is always some guys who says that it…
Read More » -
Desktop Java
PopupMenu in JavaFX 2
Creating Popup Menus To create a Popupmenu in JavaFX you can use the ContextMenu class. You add MenuItems to it…
Read More » -
Enterprise Java
OAuth with Spring Security
From Wikipedia: OAuth (Open Authentication) is an open standard for authentication. It allows users to share their private resources (e.g.…
Read More »