Package Requirements
The following packages are required to use Coherence Data Grid for Spring;
Java Standard Edition 1.5.x (or greater)
Spring 2.x (or greater)
Coherence Application Edition 3.2.x (or greater)
Coherence Data Grid for Spring 1.x.x (or greater)
Specific Java Archive Requirements
In addition to the above packages, the following jars are required (from the Spring 2.x Framework Library folder);
CGLIB (cglib-nodep-2.1_3.jar)
ASM (asm-2.2.2.jar, asm-commons-2.2.2.jar, asm-util-2.2.2.jar)
 |
At a minimum, Coherence Data Grid for Spring requires Coherence Application Edition or greater. It will not work with the Coherence Caching Edition. |
Installation
- Download the Coherence Data Grid for Spring package (typically named coherence-datagrid-for-spring-x.y.z.zip).
- Unzip the package into a suitable location (let's call this $INSTALL$). (Unzipping the package into $INSTALL$ will automatically create a folder called coherence-datagrid-for-spring.x.y.z)
- Add the distributed jar to your java classpath. The jar will be located at $INSTALL$/coherence-datagrid-for-spring-x.y.x/lib/coherence-datagrid-for-spring-x.y.x.jar
Deployment
Coherence Data Grid for Spring requires no specialized deployment configuration. Simply include the coherence-datagrid-for-spring.x.y.z.jar in your Spring Application deployment.
Should your application require customized Data Grid deployment, the underlying Coherence deployment itself should be customized. Coherence Data Grid for Spring will then use the underlying Coherence configuration.