Not Found

The requested URL /jquery-1.6.3.min.js was not found on this server.

Archives

Posts Tagged ‘Infinispan’

I have just published Amanuensis on GitHub: https://github.com/tristantarrant/amanuensis Amanuensis is a clustered IndexWriter for Infinispan which leverages JGroups’ channel multiplexing to stream index changes from slave nodes to a master node. To use Amanuensis, add the appropriate dependency to your pom.xml: You also need to tell Infinispan to use Amanuensis’ JGroups channel lookup which enables [...]

Share
Jan 12th, 2011 | Filed under Software

The Cassandra CacheStore will be included in the Infinispan 4.2, so that people won’t have to wait until 5.0.

Share
Oct 12th, 2010 | Filed under Software

Since I have been accepted as an Infinispan contributor, I have committed my first complete implementation of the Cassandra CacheStore to Infinispan’s trunk. This means that it will be included in Infinispan 5.0 whenever that will be released. In the meantime I have migrated all the code into my repository and have released a 0.0.2 [...]

Share
Sep 27th, 2010 | Filed under Development, Software
Share
Sep 22nd, 2010 | Filed under Uncategorized

Since my previous post about the Cassandra Connection Pool, I have been progressing on another project: a Cassandra CacheStore for Infinispan. I have published on my personal SVN repository the initial source for this CacheStore, get it at: http://dataforte.dyndns.org/svn/dataforte/infinispan-cachestore-cassandra/trunk/ If you use Maven, add my repository to your settings.xml or to your repository manager (Nexus, [...]

Share
Sep 10th, 2010 | Filed under Uncategorized