- Getting Started with Hazelcast
- Mat Johns
- 142字
- 2021-08-06 16:56:51
Chapter 2. Getting off the Ground
Simply put, we can think of Hazelcast as a library technology—a JAR file that we bring into our application's classpath, and integrate with in order to harness its data distribution capabilities. Now, there are many ways we could go about setting up an application to use various third-party libraries and dependencies. Most modern IDEs can do this for you. Dependency management or build tools such as Maven, Ant, or Gradle can automate it, and we could sort all of it out ourselves manually. But it's now time to jump in, head first into the deep end. In this chapter, we shall:
- Download Hazelcast
- Create a basic application around the technology
- Explore the various simple storage collections
- Fetch and search our stored data
- Set limits and understand what happens when we reach these
推薦閱讀
- HTML5+CSS3王者歸來
- Java范例大全
- 移動UI設(shè)計(微課版)
- 數(shù)據(jù)結(jié)構(gòu)和算法基礎(chǔ)(Java語言實現(xiàn))
- C++程序設(shè)計基礎(chǔ)教程
- Learning Python Design Patterns
- 程序設(shè)計基礎(chǔ)教程:C語言
- 數(shù)據(jù)結(jié)構(gòu)習題解析與實驗指導
- 編寫高質(zhì)量代碼:改善Objective-C程序的61個建議
- Unity 3D腳本編程:使用C#語言開發(fā)跨平臺游戲
- 細說Python編程:從入門到科學計算
- Solutions Architect's Handbook
- Exploring SE for Android
- Practical GIS
- Maven for Eclipse