- 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.
推薦閱讀
- JavaScript百煉成仙
- 解構產品經理:互聯網產品策劃入門寶典
- C#編程入門指南(上下冊)
- Neo4j Essentials
- C語言程序設計
- MATLAB實用教程
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Mastering KnockoutJS
- 動手學數據結構與算法
- C編程技巧:117個問題解決方案示例
- CodeIgniter Web Application Blueprints
- HTML5游戲開發實戰
- Node.js實戰:分布式系統中的后端服務開發
- Design Patterns and Best Practices in Java
- Web開發新體驗