New REST and SOAP APIs released for Ehcache

Ehcache Server and Standalone Server have been released to Sourceforge Downloads. The server provides RESTful and SOAP APIs to Ehcache. It is available as a WAR which works with all app servers, or standalone using Glassfish V3 embedded. New in this release is integration with Terracotta Server Array for coherent, scalable and HA caching. Also… Continue reading New REST and SOAP APIs released for Ehcache

Upcoming Webinar: Memcached vs. Ehcache: Which One is Right for Me?

Deciding upon the best caching solution can be complicated. Some questions are: Which one offers the best performance? Which provides the highest availability? Which scales most effectively? Which is best for persisting large datasets? How can I guarantee that data is consistent for all users? Which is best for Java applications? Which is best if… Continue reading Upcoming Webinar: Memcached vs. Ehcache: Which One is Right for Me?

Published
Categorized as Ehcache

Catch me at JUGs/SIGs in Brisbane, San Francisco, Philadelphia, New York and Atlanta

I am doing some JUGs and a SIG in the US the first two weeks of March. And a JUG next Monday in Brisbane, Australia. The topics will vary from JUG to JUG but will have for most JUGs: Demo: How to configure Pet Clinic for use with Ehcache standalone and Ehcache EX with Terracotta… Continue reading Catch me at JUGs/SIGs in Brisbane, San Francisco, Philadelphia, New York and Atlanta

Published
Categorized as Ehcache

Sign up for a Webcast I am giving 3 February: Boost application performance and monitoring with Terracotta Ehcache

I am giving a webcast next week. There is lots going on with Ehcache right now with new features. We have some impressive numbers to show off too. In this webcast learn how to use Terracotta Ehcache to get dramatically boost application performance. Terracotta Ehcache provides a high performance Hibernate second level cache that boosts… Continue reading Sign up for a Webcast I am giving 3 February: Boost application performance and monitoring with Terracotta Ehcache

Published
Categorized as Ehcache

How to contribute to Ehcache

The ehcache community is large and very active. People come up with great ideas to solve problems they come up against and often contribute patches to ehcache. The Ehcache project has always encouraged contribution of patches. If you are submitting a patch, please complete a Contributor Agreement. This ensures that we can accept the patch… Continue reading How to contribute to Ehcache

Published
Categorized as Ehcache

11 January 2010: ehcache-1.8, ehcache-core-1.7.2 and ehcache-terracotta-1.8

This is a final GA release of ehcache comprising ehcache, ehcache-core and ehcache-terracotta modules. This release contains some bug fixes to ehcache-core, but the notable change is the upgrade of the ehcache-terracotta module to support Terracotta 3.2. Terracotta 3.2 is dramatically faster than 3.1. See the changelog for complete details of ehcache-core changes. Note: If you… Continue reading 11 January 2010: ehcache-1.8, ehcache-core-1.7.2 and ehcache-terracotta-1.8

Published
Categorized as Ehcache

Ehcache Monitor Beta 2 released

We have had hundreds of people sign up for an play with beta 1 of the Ehcache Monitor. We have fixed over 15 bugs in Beta 1 and have released Beta 2. We have also created a roadmap for beta 3 which will add significant new features. See Ehcache Monitor Beta.

Published
Categorized as Ehcache

Ehcache Web 2.0 released

Ehcache Web has been part of Ehcache for years. In this release the web caching is split into its own module. The web module provides a filter based PageCachingFilter and PageFragmentCachingFilter which can be used with any Java web framework for caching of HTML, SOAP, REST, JSON, XML and other types. New in this release… Continue reading Ehcache Web 2.0 released

Published
Categorized as Ehcache

Ehcache welcomes Grails as a first-class supported framework

The Ehcache project is happy to welcome Grails to the fold. The new Grails 1.2RC1 uses Ehcache as the default Hibernate second level cache. We worked with the Grails community to test Ehcache with Grails to ensure a good developer experience. As part of that we have added a new Grails Chapter to the Ehcache… Continue reading Ehcache welcomes Grails as a first-class supported framework

New 1.7.1 GA release – ehcache, ehcache-core and ehcache-terracotta

This is a final GA release of ehcache-1.7.1 comprising ehcache, ehcache-core and ehcache-terracotta modules. This release contains 15 fixes and improvements over 1.7.0. See the changelog for complete details. Downloads and Maven modules are available here. Very significantly, this release will enable new GA releases of the other ehcache modules, such as ehcache-web, which we expect to… Continue reading New 1.7.1 GA release – ehcache, ehcache-core and ehcache-terracotta

Published
Categorized as Ehcache, Java