- 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
推薦閱讀
- Cocos2D-X權威指南(第2版)
- Python數據分析入門與實戰
- Java 9 Programming Blueprints
- C語言程序設計案例式教程
- HTML5 and CSS3 Transition,Transformation,and Animation
- 軟件測試技術指南
- 可解釋機器學習:模型、方法與實踐
- R大數據分析實用指南
- 零基礎Java學習筆記
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- 小程序,巧應用:微信小程序開發實戰(第2版)
- AutoCAD 2009實訓指導
- 從程序員角度學習數據庫技術(藍橋杯軟件大賽培訓教材-Java方向)
- NGUI for Unity