Transparently Clustered Spring @ The Spring Experience

I am heading down to Miami and The Spring Experience conference to do a talk on Transparently Clustered Spring.

Basically it is talk about how you can use Terracotta ’s DSO technology to cluster your regular Spring applications Transparently, in order to get, better scalability, HA (High Availability), Fail-Over etc.

The talk will be demo-driven (5 demos) showing among other things:

  • how to make Spring Bean’s lifecycles and state mean the same thing on a cluster as on a single node (e.g. clustered, but local to the same ApplicationContext)
  • how to turn Spring’s ApplicationContext Events into distributed events (but still local within the same ApplicationContext)
  • how to avoid using regular messaging and simplify the programming model by:
    • turning arbitrary method invocations into asynchronous distributed events
    • use a regular java.util.List or java.util.Queue as a message queue (point-to-point or publish-subscribe)
  • and more…

I hope to see you there. :)


About this entry