Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,28 @@
# Hazelcast plugin for grails
# Hazelcast Plugin for Grails

Update (4/2016): Hazelcast version is upgraded to 3.6.2.
Update (4/2016): The Hazelcast version has been upgraded to 3.6.2.

### How to Install Plugin
### How to Install the Plugin

Just add the following dependency under the dependencies block in your project's build.gradle:

> compile "org.grails.plugins:hazelgrails:1.0.2"

### Configuration

You can configure hazelcast in details:
You can configure Hazelcast in detail:


For available options have a look at:
For available options, have a look at:
[http://docs.hazelcast.org/docs/3.6/manual/html-single/index.html#hazelcast-configuration](http://docs.hazelcast.org/docs/3.6/manual/html-single/index.html#hazelcast-configuration)


To use Hazelcast as Hibernate 2nd Level Cache, add the following line to application.groovy:

cache.region.factory_class = 'com.hazelcast.hibernate.HazelcastCacheRegionFactory'

### For more documentation:
### For More Documentation:
See:
[http://blog.hazelcast.com/distribute-grails-with-hazelcast/](http://blog.hazelcast.com/distribute-grails-with-hazelcast/)

### For Grails3 Test application:
### For a Grails 3 Test Application:
See:
[https://github.com/rohitbishnoi/hazelcast-test] (https://github.com/rohitbishnoi/hazelcast-test)
[https://github.com/rohitbishnoi/hazelcast-test](https://github.com/rohitbishnoi/hazelcast-test)