I promised during the question and answer section of my presentation that I would post my code so everyone can have access to it. I am going to do one better and give links to all my Hazelcast source code examples. They are on GitHub so one can do a clone and pull them down via their favorite git client. I use Netbeans so if one is using Netbeans, one can open up the project contained within the checkout.
Beginner’s Guide to Hazelcast Part 1
https://github.com/darylmathison/hazelcast-simple-app-example
Beginner’s Guide to Hazelcast Part 2
https://github.com/darylmathison/hazelcast-collections-example
Beginner’s Guide to Hazelcast Part 3
https://github.com/darylmathison/hazelcast-primitives-example
Beginner’s Guide to Hazelcast Part 4
https://github.com/darylmathison/hazelcast-executor-service-example