Enterprise Java
-
MapReduce Algorithms – Secondary Sorting
We continue with our series on implementing MapReduce algorithms found in Data-Intensive Text Processing with MapReduce book. Other posts in…
Read More » -
Hibernate Search 4.2 final released: spatial query supported
JBoss has announced the release of Hibernate Search 4.2 final. You may download it from Sourceforge or use the Maven…
Read More » -
@Cacheable overhead in Spring
Spring 3.1 introduced great caching abstraction layer. Finally we can abandon all home-grown aspects, decorators and code polluting our business…
Read More » -
Gradle – A Maven perspective
As reader’s of my blog would know I am a bit of a Maven fanboy. I had started using Maven…
Read More » -
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 » -
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 »