Skip to content

yekki/coherence-bootstrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Getting started with Oracle Coherence: a set of working code snippets and tests covering bootstrapping as well as some more advanced tips and tricks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%