-
DevOps
Tomcat Clustering Series Part 1 : Simple Load Balancer
I am going to start new series of posts about Tomcat clustering. In this post we will see what is the…
Read More » -
Enterprise Java
Simple Workflow Engine With Spring
Few months ago, during working on one of the company project, we had need to developed REST services which is…
Read More » -
Enterprise Java
Embedding HSQLDB server instance in Spring
I was using XAMPP happily for development until I had to host it somewhere accessible via the Internet for the…
Read More » -
Scala
Benchmarking Scala against Java
A question recently came up at work about benchmarks between Java and Scala. Maybe you came across my blog post…
Read More » -
Enterprise Java
Spring 3.1, Cloud Foundry and Local Development
This post will help you build a Spring 3.1 web application using MongoDB on Cloud Foundry. In addition to pushing…
Read More » -
Enterprise Java
Hadoop + Amazon EC2 – An updated tutorial
There is an old tutorial placed at Hadoop’s wiki page: http://wiki.apache.org/hadoop/AmazonEC2, but recently I had to follow this tutorial and…
Read More » -
Core Java
Sandboxing Java Code
In a previous post, we looked at securing mobile Java code. One of the options for doing so is to…
Read More » -
Core Java
Why Future Generations Will Hate You for Using java.util.Stack
Before I kill you with some meaningless tautology, here is the gist If your application is near real time or…
Read More » -
Enterprise Java
Basics about Servlets
Through this tutorial i will try to get you closer to the Java Servlet Model. Before we start with examination…
Read More »