Hazelcast Plugin
Dependency :
compile ":hazelgrails:0.1"Custom repositories :
mavenRepo "http://grails.org/plugins"
Summary
Distribute your data with Hazelcast in your Grails project.
See http://blog.codepoly.com/distribute-grails-with-hazelcast
Installation
grails install-plugin hazelgrails
Description
This plugin integrates Hazelcast data distribution framework into your grails application.You can reach distributed data structures (map, queue, list, topic) injecting hazelService.Also you can cache your domain class into Hazelcast distributed cache.You may replace ehcache with hazelcast as secondary hibernate cache implementation.For detailed usage please see:
http://blog.codepoly.com/distribute-grails-with-hazelcastFor source code:
https://github.com/enesakar/hazelgrailsFor more about hazelcast:
http://www.hazelcast.com/Future work:Full GORM Integration