Enterprise Java
-
Mockito – Better error messages on NPE with globally configured SmartNull
Writing the Mockito reference card I had an opportunity to take a closer look at the less popular, but very…
Read More » -
Spring MVC Integration Tests
An approach to Integration Testing the controllers in Spring MVC is to use the Integration Test support provided by Spring.…
Read More » -
Running Cassandra in a Multi-node Cluster
This post gathers the steps I followed in setting up an Apache Cassandra cluster in multi-node. I have referred Cassandra…
Read More » -
Spring & JSF integration: Exception Handling
Most JSF developers will be familiar the “An Error Occurred” page that gets displayed when an unexpected exception is thrown…
Read More » -
EasyMock tutorial – Getting Started
In this post, I’m going to show you what EasyMock is and how you can use it for testing your…
Read More » -
Anti cross-site scripting (XSS) filter for Java web apps
Here is a good and simple anti cross-site scripting (XSS) filter written for Java web applications. What it basically does…
Read More » -
The Activiti Performance Showdown
The question everybody always asks when they learn about Activiti, is as old as software development itself: “How does it…
Read More » -
MongoDB with Java Kickstart
NoSQL databases due to their scalability are becoming increasingly popular. When used appropriately NoSQL databases can offer real benefits. MongoDB…
Read More » -
Impressive first Apache Camel release
In preparation for the CamelOne conference next week, I took time to look back in the history of the Apache…
Read More »