Enterprise Java
-
JSF 2, PrimeFaces 3, Spring 3 & Hibernate 4 Integration Project
This article shows how to integrate JSF2, PrimeFaces3, Spring3 and Hibernate4 Technologies. It provides a general project template for Java…
Read More » -
ADF: Using UI Categories with Dynamic form
JDev 11g R2 has new interesting feature “UI Categories”. It allows us to group VO’s attributes declaratively at the view…
Read More » -
Beyond JUnit – Testing Frameworks alternatives
JUnit is the defacto Java unit testing framework, but there’s a couple of new (and not so new) frameworks out…
Read More » -
5 Ways to Contribute to GlassFish without being a Programming Genius
Andy Lester posted the original guide about 14 Ways to Contribute to Open Source without Being a Programming Genius or…
Read More » -
Spring Remoting Support with Http Invoker
Spring HTTP Invoker is an important solution for Java-to-Java Remoting. This technology uses the standard Java serialization mechanism to expose…
Read More » -
The all-new Play Module Repository
Back in November, I spoke to Nicolas Leroux of the Play framework about creating a module repository. He agreed it…
Read More » -
Protect a REST service using HMAC (Play 2.0)
We have HTTPS, what more do we need? When you talk about security for REST based APIs, people often point…
Read More » -
The Strategy Pattern
In a recent blog on I received a comment from Wojciech Soczy?ski about how the “strategy” pattern can be used…
Read More » -
RabbitMQ: Scheduled Message Delivery
Earlier this month I gave a presentation at ComoRichWeb on RabbitMQ and one question from an attendee was “Is it…
Read More »