open source alternatives to oracle coherence?

Blankman picture Blankman · Jan 29, 2010 · Viewed 21.6k times · Source

Are there any open source alternatives to oracle coherence?

(btw, how much does coherence cost anyways?)

Answer

Talip Ozturk picture Talip Ozturk · May 3, 2010

Hazelcast is an open source, transactional, distributed caching solution for Java. It is released under Apache license.

Hazelcast is actually a little more than a distributed cache; it is distributed implementation of queue, topic, map, multimap, lock, executor service for Java.