Blog - page 80

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

Executing TestNG tests relying on @Parameters from Eclipse

June 18, 2009    Tags: ide testing

If you wanna run TestNG tests relying on @Parameters like the one below from Eclipse, you need to pass some value for the 'basedir' parameter, otherwise Eclipse will complain: @Test(groups = "unit", enabled = true, testName = "loaders.bdbje.BdbjeCacheStoreIntegrationTest")...

High-five for Alpha5

June 13, 2009    Tags: release alpha

I’ve just released Infinispan 4.0.0.ALPHA5. Yes, I know you were expecting Beta1 already, but it is taking a little longer than anticipated. Anyway, Alpha5 has got some cool new stuff you’d definitely want to check out. Migration scripts for EHCache Interna...

Blogger and syntax highlighting of code

June 09, 2009    Tags: syntax highlighting blogger

If you happen to write a lot of tech articles on Blogger and frequently use code examples, it can be frustrating that Blogger has no built-in support for syntax highlighting. After some frustrating initial experiments with my own styles for code snippets, I found this excelle...

Pimp your desktop with an Infinispan wallpaper!

June 02, 2009    Tags: creative wallpaper

The boys and girls on JBoss.org’s creative team have come up with a kick-ass desktop and iPhone wallpaper for Infinispan. Check these out, pimp your desktop today! http://www.jboss.org/coolstuff/desktopwallpapers.html Cheers Manik

Another alpha for Infinispan

June 02, 2009    Tags: release

Yes, Infinispan 4.0.0.ALPHA4 is ready for a sound thrashing. What’s new? Galder Zamarreño’s recent contribution of ripping out the marshalling framework Infinispan "inherited" from JBoss Cache and replacing it with JBoss Marshalling has made the marshalling code...

Alpha3 ready to rumble!

May 15, 2009    Tags: release asynchronous

So I’ve just tagged and cut Infinispan 4.0.0.ALPHA3. (Why are we starting with release 4.0.0? Read our FAQs!) As I mentioned recently, I’ve implemented an uber-cool new asynchronous API for the cache and am dying to show it off/get some feedback on it. Yes, Alph...

What's so cool about an asynchronous API?

May 14, 2009    Tags: asynchronous future API

Inspired by some thoughts from a recent conversation with JBoss Messaging’s Tim Fox, I’ve decided to go ahead and implement a new, asynchronous API for Infinispan. To sum things up, this new API - additional methods on Cache - allow for asynchronous versions of ...

Implementing a performant, thread-safe ordered data container

May 12, 2009    Tags: algorithms eviction concurrency data structures

To achieve efficient ordering of entries in the DataContainer interface for configurations that support eviction, there was a need for a linked HashMap implementation that was thread-safe and performant. Below, I specifically discuss the implementations of the FIFODataContain...

Tags
See All