Java
-
Integrating Bean Validation with JAX-RS in Java EE 6
JavaBeans Validation (Bean Validation) is a new validation model available as part of Java EE 6 platform. The Bean Validation…
Read More » -
Selecting Your Java EE 6 Application Server
The number one question I get asked is: ‘Which Java EE Application server should we use?’. With the growing adoption…
Read More » -
Spring MVC – Customizing RequestMappingHandlerMapping
When Spring MVC is configured using <mvc:annotation-driven/> in an xml bean definition file, internally a component called RequestMappingHandlerMapping gets registered…
Read More » -
Writing a Tile Engine in JavaFX
With the advent of embedded versions of JavaFX, our framework has become more interesting for game development, since we now…
Read More » -
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 »