Enterprise Java
-
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 » -
5 useful methods JSF developers should know
The aim of this post is a summary about some handy methods for JSF developers they can use in their…
Read More » -
Configuring Quartz with JDBCJobStore in Spring
I am starting a little series about Quartz scheduler internals, tips and tricks, this is a chapter 0 – how…
Read More » -
MANIFEST.MF and feature.xml versioning rules
I’m forever forgetting what the rules are for dependency declarations in MANIFEST.MF and feature.xml for osgi plugins and features. And…
Read More » -
Java EE Revisits Design Patterns: Asynchronous
Although you may not find Asynchronous method calls listed as a design pattern, I find it worth to mention. So…
Read More » -
Spring Remoting Support and Developing RMI Service
The development of remote-enabled services is eased by Spring remoting support. Currently, Spring supports the following remoting technologies: Remote Method…
Read More »