|
Content with label spring in GigaSpaces Platform 5.X Documentation (See content from all spaces)
Related Labels:
task
, deployment-wizard
, jms
, partitioned-cache
, data-grid
, product-gigaspaces-5x
, result
, compute-grid
, transactions
, jdbc
, configuration
, deployment
, master-worker
, pojo
, messaging-grid
, service-grid
About Spring Framework
An overview, architecture and basic usage scenarios of the Spring Framework (from Spring Reference Documentation). Overview Spring provides a lightweight solution for building enterpriseready applications, while still supporting declarative transaction management, remote access to your logic ...
|
Developing and Deploying POJOs into Service Grid
Basics of developing, building and deploying a POJO, explained through a Hello World example. Overview The Service Grid provides the capability to build dynamic applications using Plain Old Java Objects (POJOs). Developing a POJO is simple: the Service Grid turns ...
|
Spring
How to access the GigaSpaces Data Grid, Messaging Grid and Compute Grid using the Spring Framework, and deploy Spring applications and POJOs using the Service Grid. Deprecated in GigaSpaces 6.0 GigaSpaces Spring framework integration is supported in version 5.1 and onwards ...
|
Spring Configuration Files
sample application context file; attributes of the POJO's DAO definition; transaction configuration; supported operations and code sample for POJO primary key setting. Application Context XML Includes the {{GigaSpacesFactoryBean}}: <?xml version="1.0" encoding="UTF8"?> <!DOCTYPE beans ...
|
Spring Data Grid Integration
Examples of the JavaSpaces Spring Template and JDBC Spring Template, two ways to access the Data Grid via Spring. Overview There are two ways to access the GigaSpaces Data Grid through the Spring framework: using the JavaSpaces Spring template or the JDBC Spring ...
|
Spring Infrastructure Services
GigaSpaces automatically converts POJOs to space Entries, and provides Spring support for local and distributed transactions. Transparent POJO to Entry Translation Currently, the Jini/JavaSpaces specification dictates that all space operations should be conducted using Java classes that implement ...
|
Spring Integration Implementation
Description of GigaSpaces Spring implementation classes: the factory bean; the Spring template; an extension of the {{JavaSpacesTemplate}}; and a local transaction factory bean. Overview The architecture of the GigaSpaces integration with Spring is very similar to the Hibernate Spring implementation. It is based on the Spring standards, including ...
|
Spring Messaging Grid Integration
An example of a JMS application working with Spring in GigaSpaces. Overview The GigaSpaces JMS Spring Integration allows users to use the GigaSpaces Messaging Grid with existing JMSbased applications. This section provides an example of a JMS application working with Spring in GigaSpaces ...
|
Spring Parallel Processing Integration
Sample implementation showing how to perform remote invocation for business logic of parallel processing units. Overview If you wish to allow users to utilize the GigaSpaces Grid, you can invoke your business logic on remote processes. Proxies to the remote ...
|
Using Service Grid to Deploy Spring Applications
An example showing how to deploy spring applications using the Service Grid Admin UI. Overview This section explains how to deploy a Spring application using the Service Grid, by means of an example the Bean example located at {{<Service Grid ...
|
|
|