Chapter 8. Clustering Spring

The Spring framework has recently become one of the primary choices for POJO-based web and enterprise development. Spring is, among other things, a dependency injection container that allows the developer to write business logic in POJOs and declaratively configure and inject dependencies, infrastructure services that are needed, and so on.

Spring's main goal has been to bring back simplicity to Java enterprise development by returning to POJOs that can be tested and deployed without a specific execution environment. Spring effectively helps you separate the enterprise qualities from the functional parts of your application: You write your application using an object model that best expresses its meaning. Spring then ...

Get The Definitive Guide to Terracotta: Cluster the JVM™ for Spring, Hibernate, and POJO Scalability now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.