Ehcache for JRuby/JRuby on Rails

I am pleased to announce that Dylan Stamat has just released Ehcache for JRuby.JRuby on Rails. Quick Start Following is a quickstart reproduced from his blog. HIs company is migrating from Ruby to JRuby and wanted to try in-process caching. == INSTALL: jruby -S gem install ehcache == BASIC USAGE: manager = CacheManager.new cache =… Continue reading Ehcache for JRuby/JRuby on Rails

Published
Categorized as Java

The new ehcache server

For those of you who do not know, the ehcache project has released a SOAP based server. It comes as a WAR which can be deployed to any web container. It also comes as a standalone server which uses Glassfish V3 embedded and can be started up with a simple script. Why am I doing… Continue reading The new ehcache server

Published
Categorized as Java