Does Hazelcast follow JSR-107
Asked Answered
W

5

5

Read about JSR-107 and JCache recently. Would like to know whether Hazelcast or Ehcache follow this JSR?

Weeny answered 8/3, 2012 at 5:25 Comment(0)
C
7

JSR107 (JCache) made good progress and we already notified the spec committee that Hazelcast will implement the JCache spec. Having JCache part of Java EE 8 will be significant achievement so Hazelcast is now committed to JCache.

-talip (hazelcast founder)

Continuum answered 4/12, 2013 at 5:0 Comment(0)
B
4

As far as Hazelcast goes, here is a response from Talip Ozturk:

> 1. Does hazelcast have any plans to support JSR107? If so, any release date?
It shouldn't be hard to support JSR107 but it is a 10 years old JSR that is never been finalized. We don't want to spend time on it until we see an official release of the spec.

Found on this page.

As far as Ehcache goes, here is a possible implementation that may work: https://github.com/jsr107/ehcache-jcache

Bemis answered 8/3, 2012 at 5:35 Comment(0)
R
4

Hazelcast 3.3.1 passed the JSR107 final TCK and was accepted by the JCP as compatible. Makes sense since the JCache spec co-author is the CEO of Hazelcast

You can download it at http://hazelcast.org/download

Rone answered 16/1, 2014 at 10:58 Comment(0)
P
0

If you need an implementation of JCache, the only one that I'm aware of being available today is Oracle Coherence; see: http://docs.oracle.com/middleware/1213/coherence/develop-applications/jcache_part.htm

For the sake of full disclosure, I work at Oracle. The opinions and views expressed in this post are my own, and do not necessarily reflect the opinions or views of my employer.

Psalterium answered 11/7, 2014 at 13:45 Comment(0)
T
0

Hazelcast is now fully complied with Jsr107 or Jcache. This is announced in the official Blog

On the opening day of JavaOne and Oracle Open World, Hazelcast, the leading In-Memory Data Grid provider is announcing the release of Hazelcast 3.3.1 JCache, the JCache compatible version of Hazelcast.

And acording to this

Hazelcast JCache implementation is 100% TCK (Technology Compatibility Kit) compliant and therefore passes all specification requirements. The samples in hazel cast makes it somewhat easy to learn jcache as there is really poor JavaDocs and other resources

Tipi answered 17/11, 2014 at 9:34 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.