Java
-
Patching Java at runtime
This article will slightly highlight how to fix issues with third party libs that can’t be circumvented are difficult to…
Read More » -
Apache Mahout: Getting started
Recently I have got an interesting problem to solve: how to classify text from different sources using automation? Some time…
Read More » -
MyBatis 3 – Spring integration tutorial
As a first step of this tutorial, Spring MVC 3 CRUD example with MyBatis 3, we will define a MyBatis…
Read More » -
JavaFX 2.0 Bar and Scatter Charts (and JavaFX 2.1 StackedBarCharts)
JavaFX 2.0 provides built-in capabilities for generating charts, a capability found within the javafx.scene.chart package. In this post, I look…
Read More » -
Play framework on the cloud made easy: Openshift module
Just a couple of years ago finding an afordable hosting solution for a java web application was a hard task,…
Read More » -
Properties with Spring
1. Overview This tutorial will show how to set up and use Properties in Spring – either via XML or…
Read More » -
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 »