Java
-
JBoss AS 7.1.0.Final “Thunder” released – Java EE 6 Full Profile certified!
After just about more than a year of development on JBoss AS7, we have now released 7.1.0.Final “Thunder”! The download…
Read More » -
Covering your tests with Cobertura, JUnit, HSQLDB, JPA
Hello, how are you? Let us talk today about a very useful tool named “Cobertura”. This framework has the same…
Read More » -
JavaFX 2.0 and Scala, Like Milk and Cookies
JavaFX 2.0 and Scala are both great technologies individually, but work even better when used together. JavaFX 2.0 is a…
Read More » -
Spring 3 MVC Exception Handlers
The majority of the Spring 3 error handling sample code that I’ve come across only ever seems to give the…
Read More » -
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 »