.hazelcast-all.3.5.2.source-code.readme.html Maven / Gradle / Ivy
Hazelcast Readme
Hazelcast Readme
Table of Contents
- What's Included
- Getting Started
- Management Center
- Training, Tutorials and Events
- Hazelcast Community
- Support
What's Included:
Folders
- /bin
- hazelcast.xml — the configuration file for Hazelcast.
- server.bat — Starts a Hazelcast node for Windows users.
- server.sh — Starts a Hazelcast node for Linux users.
- /code-samples — Hazelcast code samples to learn from and include in your projects. Please refer to the code samples readme for more information.
- /demo
- clientConsole.bat — Starts a sample client application for Windows users. You can perform, for example, usual map operations using command line interface. This application requires an up and running Hazelcast cluster.
- clientConsole.sh — Starts a sample client application for Linux users. You can perform, for example, usual map operations using command line interface. This application requires an up and running Hazelcast cluster.
- console.bat — Starts a sample node application for Windows users.
- console.sh — Starts a sample node application for Linux users.
- /docs
- /javadoc — Hazelcast Javadoc.
- /manual — Hazelcast Reference Manual, also available in single page and pdf formats.
- /lib
- hazelcast–${project.version}.jar — The core hazelcast JAR.
- hazelcast-all–${project.version}.jar — Includes all of the libraries here in one JAR file.
- hazelcast-client–${project.version}.jar — Java native client library to be included on classpath for Hazelcast client.
- hazelcast-client-new–${project.version}.jar — The new Java native client library to be included on classpath for Hazelcast client. This library contains clients which use the new Hazelcast Binary Client Protocol, introduced with the Hazelcast 3.5 Release. The new protocol and the new clients are experimental and subject to change.
- hazelcast-cloud–${project.version}.jar — To connect to a Hazelcast cluster on AWS as a client or node, include this library.
- hazelcast-hibernate(Hibernate version)–${project.version}.jar — These are the libraries that enable Hazelcast to be used as a Hibernate 2nd Level Cache, for Hibernate 3 and 4.
- hazelcast-jca–${project.version}.jar and hazelcast-jca-rar–${project.version}.rar — These are the libraries when you want to use a Hazelcast Resource Adapter implementation.
- hazelcast-spring–${project.version}.jar — This is the library to integrate Hazelcast with Spring based applications.
- hazelcast-wm–${project.version}.jar — This is the Hazelcast's session replication module library.
- /license
- apache-v2-license.txt — Hazelcast License.
- mancenter-license.txt — Management Center License.
- notice.txt — NOTICE file corresponding to the section 4 (d) of the Apache License.
- README.txt — License README.
- /mancenter
- mancenter–version.war — Hazelcast Management Center. This WAR file is executable (double click on it) to start Management Center or can be deployed as a web application. Please see the Management Center chapter for more information.
- startManCenter.bat — Starts the management center for Windows users.
- startManCenter.sh — Starts the management center for Linux users.
TXT Files
- changelog.txt — Shows the documentation revision history for Hazelcast Reference Manual.
- release_notes.txt — Lists the new features, enhancements and fixes for this Hazelcast release.
Getting Started
First, go through the included Getting Started guide to get Hazelcast up and running. Don't miss the sections on starting the cluster and client and configuring Hazelcast.
The online Getting Started guide includes video tutorials to guide you through building your first Hazelcast application and running your cluster.
Management Center
See the included Management Center chapter for installation instructions and an overview of Management Center.
Training, Tutorials and Events
- Hazelcast.org/Learn is the hub for online training, tutorials and learning resources.
- Hazelcast.com/Events will connect you with live training classes, user groups, meetups and events.
Hazelcast Community
Get your questions answered and share your knowledge on Stack Overflow and our Google Group.
Support
For information on professional support subscriptions, please visit Hazelcast.com/Support.