-
Enterprise Java
Flavor of the month – Neo4j and Heroku
Neo4j launched a challenge earlier this year called “Seed the Cloud” to get folks to create templates or demo applications…
Read More » -
Core Java
Investigating the HashDoS issue
Nearly one month ago I have written some thoughts on how the HashDoS problem presented at the 28C3 or other…
Read More » -
Enterprise Java
State Does Not Belong In The Code
What is “state” in your web application? It’s the data that gets stored (regardless of the destination – memory, database,…
Read More » -
Enterprise Java
Spring Thread Pool Services
Thread Pools are very important to execute synchronous & asynchronous processes. This article shows how to develop and monitor Thread…
Read More » -
Scala
Apache Camel – A little Scala DSL example
So we have a Scala DSL in Apache Camel for many years now, and I guess its about time I…
Read More » -
Enterprise Java
Tomcat & IntelliJ – Deploy war files outside webapps folder
At present I am working on developing an Android application that needs to be supported by a slew of REST…
Read More » -
Enterprise Java
Google Appengine Staging Server Howto
Out of the box, Google’s App Engine supports versioned deployments. You can switch back and forth between revisions very easily,…
Read More » -
Enterprise Java
Spring MVC – Flash Attributes
Latest Spring Framework incarnation (3.1) brought interesting feature called Flash Attributes. It is remedy for the problem mentioned a long…
Read More » -
Enterprise Java
Set up a Java EE 6 development environment
This tutorial explains in short how to set-up a typical environment to develop Java EE 6 based applications. There is…
Read More »