Summary: This section explains how to develop applications on XAP using the main modules and APIs
Section Contents
The In-Memory Data Grid — Explains the concepts of the GigaSpaces In-Memory Data Grid (the Space), how to access it, and how to configure advanced capabilities, such as persistency, eviction, etc.
Space Topologies — Explains the topologies and clustering mechanism of the GigaSpaces in-memory data grid (the Space)
The ISpaceProxy Interface — The ISpaceProxy interface provides access to the In-Memory Data Grid or the Space. The ISpaceProxy interface is used to read froom and write to the space.
Event Listener Container — IEventListenerContainer is an interface that represents an abstraction for subscribing to, and receiving events over a space proxy.
Notify Container Component — The notify event container implements the IEventListenerContainer interface, and uses the space inheritance support for notifications, using a GigaSpaces unified event session API.
Polling Container Component — The polling container implements the IEventListenerContainer interface, and allows you to perform polling receive operations against the space.
Processing Unit Container — Describing the .NET Processing Unit Container and how to create and deploy it.
Basic Processing Unit Container — Describing the built-in BasicProcessingUnitContainer which is an extension of the AbstractProcessingUnitContainer class.