Terracotta for Spring
Examples of using Terracotta to cluster the JVM
Sample Applications
- Thread Coordination
The Thread Coordination sample application shows how to use Terracotta for
Spring to coordinate processes across a cluster of nodes using plain Java
synchronization.
- Events
The Events sample application shows how to use Terracotta for Spring to
propagate ApplicationContext events across a cluster.
- JMX
The JMX sample application shows how to use Terracotta for Spring to cluster
Spring beans and advices and how to expose clustered data through JMX.
- Web Flow
The Web Flow sample application shows how the Spring Web Flow with continuation
support can be clustered with Terracotta for Spring to enable failover of the
conversation state between web servers.