Archive | August, 2010

17 August 2010 ~ 11 Comments

Getting Started with Terracotta Toolkit – Part 3 (Clustered Map)

Did you ever wanted to have a Map which can be clustered across JVM, without doing much work for replicating data, ensuring coherence of data? Terracotta Toolkit allows you to fullfill your dream, Use the same Map API’s you have been using for long and see your data being clustered transparently with Terracotta. The fun [...]

Continue Reading

09 August 2010 ~ 1 Comment

Getting Started with Terracotta Toolkit – Part 2 (Cluster Events)

In the last post we saw Terracotta toolkit Queue. In this Part, lets explore Cluster Events. Cluster Events are propagated across the Terracotta Cluster, whenever specific event happens inside the Cluster. In this post we shall explore what are the different types of Events available. Cluster Events As of 3.3.0, following are the four Events [...]

Continue Reading

04 August 2010 ~ 0 Comments

Introducing Apache Vysper

Apache Vysper aims to be a fully compliant XMPP Server. It’s a sub-project of Apache MINA. Currently its latest release is 0.5 and work is in progress for 0.6 release. It already has an implementation of XEP0045 (Multi User Chat) and XEP0060 (Publish-Subscribe) extensions. Lets see it in action. Pre-requisite Download Apache Vysper from http://mina.apache.org/vysper/downloads.html [...]

Continue Reading

02 August 2010 ~ 2 Comments

Getting Started with Terracotta Toolkit – Part 1

Terracotta Toolkit was released as part of Terracotta 3.3.0. The Toolkit is a delight for developers working on Scalable Apps, Frameworks. For more details on features of Toolkit, refer this link. In this post we shall work out a few samples using the Toolkit. We shall start with looking at Cluster Events, Clustered Queues and [...]

Continue Reading