I will be joining Hazelcast as CTO

I am very excited to announce that I will be joining the world-class team at Hazelcast as CTO. Hazelcast (www.hazelcast.com) develops, distributes and supports the leading open source in-memory data grid. The product, also called Hazelcast, is a free open source download under the Apache license that any developer can include in minutes to enable… Continue reading I will be joining Hazelcast as CTO

Comparative Technical Use Cases for Distributed Caches and NoSQL

I have been doing some NoSQL research lately. The first fruit of that work was a guest post on myNoSQL, Ehcache: Distributed Cache or NoSQL Store, which crisply distinguished between a Distributed Cache and NoSQL Stores. In this article I am going to delve into the suitability of each for various technical use cases. I… Continue reading Comparative Technical Use Cases for Distributed Caches and NoSQL

News on JSR107 (JCACHE) and JSR342 (Java EE 7)

JSR342 JSR342 was created on 14 March 2011. JSR107, or JCACHE, is included: In JSR342’s words: The following new JSRs will be candidates for inclusion in the Java EE 7 platform: Concurrency Utilities for Java EE (JSR-236) JCache (JSR-107) … Isn’t JSR107 inactive? But how could this happen if JSR107 is inactive? Well the answer… Continue reading News on JSR107 (JCACHE) and JSR342 (Java EE 7)

Ehcache: Distributed Cache or NoSQL Store?

Is Ehcache a NoSQL store? No, I would not characterise it as that, but I have seen it used for some NoSQL use cases. In these situations it compared very well — with higher performance and more flexible consistency than the well-known NoSQL stores. Let me explain. Read more…