Blog - page 51

Stay up to date with the latest articles and news from Infinispan.

Using MongoDB as a cache store

June 04, 2013    Tags: mongodb cache store

With the 5.3 release, there is a brand new feature. I’m glad to announce that you will be able to use MongoDB as a cache store. For those who don’t know MongoDB, it’s an open-source document oriented NoSQL database developped by 10Gen. You can more informa...

Introducing JPA Cache Store

May 30, 2013    Tags: jpa hibernate cache store

Good news everyone - Infinispan 5.3.0 will be introducing a long awaited JPA cache store. This cache store will allow you to store cache entries in the database using proper schema - so that other applications can read the persisted data as well. In normal use cases, it...

Infinispan 5.3.0.CR1 is out!

May 30, 2013    Tags: cachestore jpa mongodb loader release candidate

Besides a handful of fixes, this release contains two very important contributions: a mongoDB cache store which allows using Infinispan as a cache on top of a mongodb instance. Courtesy of Guillaume Scheibel a JPA based cache store that allows an easy setup for Infini...

Infinispan to adopt the Apache Software License

May 28, 2013    Tags: Open Source License LGPL asl2

Starting with Infinispan 6.0, the project will move from its current GNU Lesser General Public License (LGPL) v.2.1 licence to the Apache License (AL) v.2.0. The switch from the weak copyleft LGPL license to the more permissive AL one is in response to continued requests from...

Interoperability between Embedded and Server Endpoints is here!

May 23, 2013    Tags: hotrod interoperability memcached rest

As mentioned by Mircea in the Infinispan 5.3.0.Beta2 release blog post, interoperability between embedded Infinispan and remote Infinispan modes, including Hot Rod, Memcached and REST is now here! What this means is that you should be able to store data via one of the endpo...

Storing arrays in Infinispan 5.3 without wrapper objects!

May 20, 2013    Tags: equivalence memory

As we head towards the latter part of Infinispan 5.3 series, we’re doing a series of blog posts where we provide more detailed information of some of the key features in this release. As part of Infinispan 5.3.0.Beta1, we added the ability to store data directly in In...

Infinispan Server: remote protocols improvements

May 17, 2013    Tags: remote

A couple of weeks ago, Infinispan 5.3.0.Beta1 was released, which brought a slew of improvements to two of the remoting protocols: Hot Rod and REST. This week’s 5.3.0.Beta2 brings even more goodies: the ability to expose the same container over multiple Hot Rod endpoint...

Infinispan 5.3.0.Beta2 is out!

May 17, 2013    Tags: beta release

The highlights of this release are: interoperability between Hot Rod, Memcached, REST and embedded mode. E.g. it is now possible to write data through an REST interface and read it through Hot Rod or the other way around the ability to expose the same container over mul...

Tags
See All