Label: spring

All content with label spring.
Related Labels: task , scaling , deployment-wizard , jms , partitioned-cache , book , data-grid , product-gigaspaces-5x , result , compute-grid , general , transactions , web , jdbc , configuration , deployment , master-worker , pojo , service-grid , more »

About Spring Framework (GigaSpaces Platform 5.X Documentation)
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 (GigaSpaces Platform 5.X Documentation)
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 (GigaSpaces Platform 5.X Documentation)
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 (GigaSpaces Platform 5.X Documentation)
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 (GigaSpaces Platform 5.X Documentation)
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 Platform 5.X Documentation)
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 (GigaSpaces Platform 5.X Documentation)
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 (GigaSpaces Platform 5.X Documentation)
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 (GigaSpaces Platform 5.X Documentation)
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 (GigaSpaces Platform 5.X Documentation)
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 ...