Java
-

Lightweight Web Application Framework: PrimeFaces (JSF) + Guice + MyBatis (Part 2)
In this part, I will continue to demonstrate the integration of JSF, Guice and MyBatis. DBCP connection pool and MYSQL…
Read More » -

Lightweight Web Application: PrimeFaces (JSF) + Guice + MyBatis (Part 1)
Recently, my friend asks me how to build a lightweight java web application. Many Java web developer would choose Spring…
Read More » -

Camel 2.11 – Camel web applications without Spring
As I write this we have just added a new component to the upcoming Apache Camel 2.11, that allow to…
Read More » -

Selecting your Collections library
Is this really something you should bother? Is there something fundamentally wrong with java.util.ArrayList and java.util.HashMap? For most of the…
Read More » -

Should Java be more high level or low level?
Overview Java 8 is bringing much antisipated features such as Lambda expressions, Type Annotations and Virtual Extensions. While this functionality…
Read More » -

Spring Selenium Tests With Annotations
This post describes how to implement Selenium tests in Java. It is inspired from the post by Alex Collins, with…
Read More » -

JUnit test method ordering
Junit until version 4.10 uses the order of test methods in a test class as returned by the reflection API…
Read More » -

Java EE 7 Public Draft was published. I demand Java EE Light Profile!
On December 20, 2012 a public draft of Java EE 7 has been uploaded. From the first sight, the new…
Read More » -

Testing Spring Data MongoDB Applications with NoSQLUnit
Spring Data MongoDB is the project within Spring Data project which provides an extension to the Spring programming model for…
Read More »






