Java
-
JavaFX 2 vs. HTML5 for RIA
These days, we are starting a new project for realizing a Rich Internet Application (RIA). One of the first questions…
Read More » -
Secure Encryption in Java
Last time I wrote about cryptography, I outlined Apache Shiro crypto API and shown how to use its two symmetric…
Read More » -
Threading stories: ThreadLocal in web applications
This week I spend reasonable time to eliminate all our ThreadLocal variables in our web applications. The reason was that…
Read More » -
JavaFX 2 GameTutorial Part 2
Introduction This is the second installment of a series of blog entries relating to a JavaFX 2 Game Tutorial. If…
Read More » -
Writing modules for Play 2, part 2: Interceptors
In the first part of this tutorial, we looked at the bare basics for creating, publishing and calling a module.…
Read More » -
JavaFX 2 GameTutorial Part 1
Introduction I believe most software developers at one point in their lives as a youngster (young person) may become compelled…
Read More » -
Word Count MapReduce with Akka
In my ongoing workings with Akka, i recently wrote an Word count map reduce example. This example implements the Map…
Read More » -
Runtime vs Compile-Time Classpath
This should really be a simple distinction, but I’ve been answering a slew of similar questions on Stackoverflow, and often…
Read More » -
TeamCity Build Dependencies
Introduction The subject of build dependencies is neither a trivial nor a minor one. Various build tools approach this subject…
Read More »