Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 6.09 KB

README.md

File metadata and controls

54 lines (46 loc) · 6.09 KB

Coherence Bootstrap

Build Status

Set of code snippets designed for getting started with Coherence quickly along with some more advanced tips and tricks. The tests and examples are supported by a multi-process test suite which was a precursor to the little-grid / the coherence incubator.

Topics covered:

Basics:

More Complex:

Utilities

  • ClusterGC: GC all processes incrementally [test] [code]
  • BinaryCacheSizeCounter: Work out how much data is in your cluster. [test code]

Getting started is simple:

  • Download the zip or clone this repository
  • If you wish, run 'ant test' to check everything works ok
  • Create a project in your IDE of choice
  • Add lib/ & "." to your classpath
  • Refer to the ant script if you have any problems

Outstanding Tasks

  • Port cluster framework to LittleGrid