- 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
推薦閱讀
- Web應用系統開發實踐(C#)
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- C/C++算法從菜鳥到達人
- SQL for Data Analytics
- 深入淺出Android Jetpack
- C#程序設計
- Learn React with TypeScript 3
- C語言課程設計
- Getting Started with Python
- Mastering ASP.NET Core 2.0
- Qt 5.12實戰
- Swift 2 Design Patterns
- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- 循序漸進Vue.js 3前端開發實戰
- 深入實踐C++模板編程