BigMemory 4.3.10 | Code Samples | About the BigMemory Max Code Samples
 
About the BigMemory Max Code Samples
The code samples illustrate various features of BigMemory Max. General information related to the code samples is available in the /code-samples directory of the BigMemory Max kit, and the full code samples themselves are located under /code-samples/src/.
Running the Codes Samples with Maven
To run the code samples with Maven, you need to add the Terracotta Maven repositories to your Maven settings.xml file. To do this, add the following repository information to your settings.xml file:
<repository>
<id>terracotta-repository</id>
<url>http://www.terracotta.org/download/reflector/releases</url>
<releases>
<enabled>true</enabled>
</releases>
</repository>
For further information, see "Working with Apache Maven" in the Developer Guide for BigMemory Max.