Label: product-xap-60

Content with label product-xap-60 in XAP 6.0 Documentation (See content from all spaces)
Related Labels: faq , javaspaces , basics , annotations , jini , queries , pojo , interoperability

About Jini
Jini is an open architecture that allows the implementation of network services One such service is JavaSpaces. Overview About Jini Jini is both an architecture and a technology, as explained in the following definition. Jini is a network architecture for the construction of distributed systems where scale ...
About XAP
GigaSpaces XAP is a platform for scaling out stateful applications. XAP uses the GigaSpaces space as a core middleware, and provides the Springbased Open Spaces framework as a development environment. Overview GigaSpaces XAP is a platform that scales out stateful applications in highperformance lowlatency ...
Cluster Configuration
Cluster schema options; managing clusters using the schema; using replication filters and static filters
Cluster Name - Cluster Schema
Every cluster has a unique name in the environment, which is specified in the cluster schema. Overview Every cluster has a unique name in the environment. You should specify the cluster name in the {{<clustername>}} element, as follows: <clusterconfig> <clustername>replicationexample</clustername> </clusterconfig
Concurrency - Space Schema
Configuring GigaSpaces thread pools, which respond dynamically to system load while maintaining applicationspecific requirements. Overview GigaSpaces internal architecture is based on the concept of a working group. A working group consists of a pool of worker threads http://en.wikipedia.org/wiki ...
Configuring Space URL Parameters (deprecated)
Configuring Space URL parameters using the {{gs.space.url.arg.}} prefix. Overview When constructing the Service Grid Deployment Descriptor, you might want to introduce some initial space properties to override the default space and the injected client space proxy behavior ...
Custom Query Pattern
purpose of the custom query pattern is to extend the existing query capabilities by enabling users to write code and execute it as part of the query path. Motivation for Using Custom Query GigaSpaces provides various methods for performing queries on the space Querying the Space. The most ...
Defining HTTP Codebase and Port
How to externally set HTTP codebase and port using {{Djava.rmi.server.codebase}}. Overview A codebase is how programs that use RMI remote classloading semantics find new classes. When the sender of an object serializes an object for transmission to another JVM ...
Deploying Compute Grid and Running Jobs (deprecated)
An example of how to prepare the environment, deploy the Compute Grid service, and run a job. Overview To demonstrate how to deploy the Compute Grid, this section explains how to prepare and run the Prime Number Computation example. Preparing the Example To prepare the environment ...
Failover Group - GigaSpaces Browser
failover group defines failover between spaces in the cluster. Overview A group can define a failover policy, in which case clients of spaces belonging to the group receive and use a clustered proxy instead of a regular proxy. The failover policy of the group determines ...