Maven Rant: Backward incompatibility and Software anti-distribution

Today I was upgrading Ehcache’s JGroups replication module to apply a patch. I needed to upgrade JGroups. Fine. I went into IntelliJ and updated my Maven repository indexes as they were a little stale, then clicked on the version number and used auto-complete to find the new versions. I found 2.7. That did not compile… Continue reading Maven Rant: Backward incompatibility and Software anti-distribution

Debugging Ext JS in IntelliJ 9.0.2 (Maia IU.92.273)

I am working on Ehcache Monitor right now, which uses Ext JS. IntelliJ gives you the ability to debug both Java and JavaScript, which is really nice. Local Debugging To debug in IntelliJ you right click on a .html file and select Debug. Remote Debugging Set up a JavaScript Debug Remote configuration. See below for… Continue reading Debugging Ext JS in IntelliJ 9.0.2 (Maia IU.92.273)

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