-
Enterprise Java
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 » -
Enterprise Java
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 » -
Core Java
Exception Handling Guidelines & Best Practices
Let’s review some basic exception design guidelines, summarized from Object Design: Roles, Responsibilities, and Collaborations (Rebecca Wirfs-Brock and Alan McKean,…
Read More » -
Software Development
Building High Performance Applications
Performance is one word which is used to describe multiple scenarios’ when talking about the application performance. When someone says,…
Read More » -
Enterprise Java
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 » -
Groovy
Exposing Functionality Over HTTP with Groovy and Ultra-Lightweight HTTP Servers
I needed a quick and simple way to enable some users to query a table and figured out that the…
Read More » -
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 » -
Enterprise Java
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 »