Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Hazelcast follow JSR-107

Tags:

hazelcast

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

like image 966
Venkat Teki Avatar asked Mar 08 '12 05:03

Venkat Teki


2 Answers

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)

like image 155
Talip Ozturk Avatar answered Oct 04 '22 03:10

Talip Ozturk


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

like image 26
summea Avatar answered Oct 04 '22 03:10

summea