- Getting Started with Hazelcast
- Mat Johns
- 107字
- 2021-08-06 16:56:51
Let's get started
First things first, let's create a working directory for our project.
Now, let's navigate to Hazelcast's download page:
www.hazelcast.com/downloads.jsp
The following image shows what the downloading page should look like:

We will use the latest version, in this case Version 2.6.
Note
While there is nothing stopping you working with the enterprise edition, there is nothing within this book that requires it. For our purposes, the community edition will do just fine.
In unpacking the archive, you will find a lib/
directory. This contains the various library JAR files we could use within our application. For now, let's copy lib/hazelcast-2.6.jar
to our working directory.
推薦閱讀
- CMDB分步構(gòu)建指南
- iOS 9 Game Development Essentials
- Learning Python Design Patterns(Second Edition)
- TypeScript實(shí)戰(zhàn)指南
- SSM輕量級(jí)框架應(yīng)用實(shí)戰(zhàn)
- 軟件架構(gòu):Python語(yǔ)言實(shí)現(xiàn)
- 劍指Java:核心原理與應(yīng)用實(shí)踐
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Mastering Xamarin.Forms(Second Edition)
- Android玩家必備
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- SciPy Recipes
- HTML5程序開(kāi)發(fā)范例寶典
- Pandas入門與實(shí)戰(zhàn)應(yīng)用:基于Python的數(shù)據(jù)分析與處理
- 秒懂算法:用常識(shí)解讀數(shù)據(jù)結(jié)構(gòu)與算法