Skip to content
Eşref ÖZTÜRK edited this page Jun 30, 2014 · 1 revision

ABOUT

This project is prepared to serve as a sample application for Hazelcast, the leading open source in-memory data grid . Here, Hazelcast's use case is Custom Serialization.

Prerequisites

You should have installed Apache Maven(http://maven.apache.org/download.cgi) on your system.

How to Run Sample Application

  1. clone the repository to your local using the following command:
git clone https://github.com/hazelcastInternsSummer14/customSerialization.git
  1. go to customSerialization folder

  2. run the code:

mvn compile
  1. run the code:
mvn exec:java -Dexec.mainClass="mainbenchmark.MainBenchmark"
Clone this wiki locally