BigMemory 4.3.7 | Product Documentation | BigMemory Max Developer Guide | Working with Apache Maven | Creating Enterprise Edition Clients
 
Creating Enterprise Edition Clients
The following example shows the dependencies needed for creating Terracotta 4.3.1 clients. You will need to adapt some of the entries to match your specific product installation.
<dependencies>
<dependency>
<groupId>org.terracotta</groupId>
<artifactId>terracotta-toolkit-runtime-ee</artifactId>
<version>4.3.1.0.133</version>
</dependency>
<!-- The following dependencies are required for using Ehcache.
Dependencies not listed here include the SLF4J API JAR (version 1.6.1) and an SLF4J
binding JAR of your choice. These JARs specify the required logging framework.
It also does not include the explicit-locking JAR.-->
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-ee</artifactId>
<version>2.10.1.0.52</version>
</dependency>
<!-- The following dependencies are required for using Terracotta Sessions. -->
<dependency>
<groupId>org.terracotta</groupId>
<artifactId>web-sessions</artifactId>
<version>4.3.1.0.133</version>
</dependency>
</dependencies>
Note:
The example shows artifact IDs (in the <artifactId> tags) and corresponding version numbers (in the <version> tags). The contents of the <version> tags shown in the example probably do not match the version numbers in your installed product. Make sure that you replace the versions numbers in the example by the correct values for your installation. You can find these values at the following locations (<InstallDir> represents the product installation location):
Ehcache version
<InstallDir>/Terracotta/apis/ehcache/lib/ehcache-ee-<version>.jar
Terracotta version
<InstallDir>/Terracotta/apis/toolkit/lib/terracotta-toolkit-runtime-ee-<version>.jar
Web sessions version
<InstallDir>/Terracotta/sessions/lib/web-sessions-<version>.jar
Quartz version (only 3 digits)
<InstallDir>/Terracotta/quartz-ee/lib/quartz-ee-<version>.jar
WAN version
<InstallDir>/Terracotta/server/lib/wan-core-<version>.jar