- Getting Started with Hazelcast(Second Edition)
- Mat Johns
- 143字
- 2021-07-16 13:14:34
Chapter 2. Getting off the Ground
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, we can go about setting up an application in the many ways that allow us 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 these IDEs, and we can manually sort it out ourselves. However, it's now time to jump in at the deep end. In this chapter, we shall study the following topics:
- Downloading Hazelcast
- Creating a basic application with Hazelcast
- Exploring the various simple storage collections
- Fetching and searching stored data
- Setting limits and understanding what happens when we reach the limits
推薦閱讀
- Docker技術(shù)入門與實(shí)戰(zhàn)(第3版)
- Vue.js前端開發(fā)基礎(chǔ)與項(xiàng)目實(shí)戰(zhàn)
- 算法精粹:經(jīng)典計(jì)算機(jī)科學(xué)問題的Java實(shí)現(xiàn)
- 深入淺出Windows API程序設(shè)計(jì):編程基礎(chǔ)篇
- Java程序設(shè)計(jì)與實(shí)踐教程(第2版)
- 單片機(jī)應(yīng)用與調(diào)試項(xiàng)目教程(C語言版)
- 從Java到Web程序設(shè)計(jì)教程
- RealSenseTM互動(dòng)開發(fā)實(shí)戰(zhàn)
- Python語言實(shí)用教程
- Microsoft Dynamics AX 2012 R3 Financial Management
- OpenStack Networking Essentials
- Building Serverless Architectures
- Python第三方庫(kù)開發(fā)應(yīng)用實(shí)戰(zhàn)
- Java 9:Building Robust Modular Applications
- ASP.NET本質(zhì)論