- Getting Started with Hazelcast(Second Edition)
- Mat Johns
- 110字
- 2021-07-16 13:14:34
Let's get started
First things first, let's create a working directory for our project.
Navigate to Hazelcast's download page. To download Hazelcast, visit www.hazelcast.org/download/.
The following image shows what the download page looks like:

We will use the latest version, in this case, Version 3.5.
Note
While there is nothing stopping you from working with Hazelcast Enterprise, there is nothing within this book that requires it. For our purposes, the community version will do just fine.
When you unzip the archive, you will find a lib/
directory. This contains the various library JAR files that we can use within our application. For now, let's copy lib/hazelcast-3.5.jar
to the working directory.
推薦閱讀
- 演進式架構(原書第2版)
- Learning Cython Programming
- Mastering JavaScript Object-Oriented Programming
- Python爬蟲開發:從入門到實戰(微課版)
- JavaScript+jQuery開發實戰
- Django Design Patterns and Best Practices
- JavaScript前端開發與實例教程(微課視頻版)
- TypeScript實戰指南
- HTML5入門經典
- .NET 4.5 Parallel Extensions Cookbook
- JavaScript Concurrency
- 從零開始學Unity游戲開發:場景+角色+腳本+交互+體驗+效果+發布
- Mastering Python
- Java編程指南:語法基礎、面向對象、函數式編程與項目實戰
- Python Django Web從入門到項目實戰(視頻版)