Enterprise Java
-
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 » -
ANTLR: Getting Started
This post drives you towards the basics of ANTLR. Previously, we had learnt about setting up of ANTLR as an…
Read More » -
Spring 3.1 profiles and Tomcat configuration
Spring 3.1 introduced very useful feature called profiles. Thanks to that its easy to build one package that can be…
Read More » -
Concurrency – Executors and Spring Integration
Thread Pool/Executors Based Implementation A better approach than the raw thread version, is a Thread pool based one, where an…
Read More » -
Using Redis with Spring
As NoSQL solutions are getting more and more popular for many kind of problems, more often the modern projects consider…
Read More » -
Jelastic, cloud platform for Java
Who is behind Jelastic? That was my first question so I took a look to the Jelastic web site. The…
Read More »