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 » -

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 » -

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 » -

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 » -

Java 7: A complete invokedynamic example
Another blog entry in my current Java 7 series. This time it’s dealing with invokedynamic, a new bytecode instruction on…
Read More » -

Java Swing Tic-Tac-Toe
Hello people! Wow its been a while since I posted something hereâĶ! I must say I really miss writing stuff…
Read More » -

Regular Expressions in Java – Soft Introduction
A regular expression is a kind of pattern that can be applied to text (String, in Java). Java provides the…
Read More » -

Some Interview Questions to Hire a Java EE Developer
The Internet is full of interview questions for Java developers. The main problem of those questions is that they only…
Read More » -

Automatically generating WADL in Spring MVC REST application
Last time we have learnt the basics of WADL. The language itself is not as interesting to write a separate…
Read More »






