Java
-

Apache Commons Lang StringUtils
So, thought it’d be good to talk about another Java library that I like. It’s been around for a while…
Read More » -

Building Games Using the MVC Pattern – Tutorial and Introduction
One useful architecture pattern in game development is the MVC (model-view-controller) pattern. It helps separate the input logic, the game…
Read More » -

Play! Framework + Google Guice
In the project I’m currently working, we started to use Google Guice. For those who don’t know, Google Guice is…
Read More » -

JSON web service with Java and Axis2
I have recently met a client who asking me to rebuild their legacy product using Java web service. They want…
Read More » -

High performance libraries in Java
There is an increasing number of libraries which are described as high performance and have benchmarks to back that claim…
Read More » -

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

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

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

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 »







