Chapter 11. The Hello World Quickstart
11.1. About the Hello World Quickstart Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Hello World is a simple quickstart that illustrates how to store data to and retrieve data from a cache using JBoss Data Grid. For this quickstart, users can access the cache in two ways:
- from a servlet.
- from a JSF page using request scoped beans.
All libraries (JAR files) bundles with the application are deployed to JBoss Enterprise Application Platform 6.x or JBoss Application Server 7.x. JBoss Data Grid's Library mode only allows local access to a single node in a distributed cluster. This mode also allows the application to access the data grid functionality within a virtual machine in the target container.
Important
The Hello World quickstart works only in JBoss Data Grid's Library mode.