Archive | November, 2009

26 November 2009 ~ 0 Comments

Essential Components of Terracotta based Application

Abstract
How does a Terracotta Application look like? What are the essential components that make up the application? These were the question I had after writing my first post “Getting Started with Terracotta”. Here I try to take a quick look at these questions from a Users point of view. Please note that this post doesn’t [...]

Continue Reading

23 November 2009 ~ 1 Comment

Getting Started with Terracotta

Abstract
In this small post we shall explore Terracotta, a leading pure Java Scalability platform. The discussion is based on the AtomicInteger example from Terracotta site, which shows how to implement a Cluster wide id generator (Actually it’s the Sequencer example, but to keep my steps simple had used AtomicInteger). The reason why I choose this [...]

Continue Reading