Skip navigation
Toggle Sidebar

Project Documentation

Roadmap

TBA

Installation Instructions

Unfortunately it can be slightly hard to install the extension due to the nature of how GigaSpaces XAP loads its dependencies. It is NOT possible to simply put the jar file in $JSHOMEDIR/lib/ext with its dependencies as GS will not use it for external data source even when it actually loads it into classpath. The only way of installing it is,

  1. Unpack JSpaces.jar
  2. Unpack the extension jar file
  3. Put them together in one directory
  4. Pack the directory into a new JSpaces.jar
  5. Replace the old JSpaces.jar in $JSHOMEDIR/lib with the new one
  6. Put all the dependencies of the extension's in $JSHOMEDIR/lib/ext

 If you are a Maven user, it is recommended to check out the source from SVN and run the command below to make the above process automated,

mvn -Plocal package 

Usage Instructions

It is simple to use the extension though. Pls copy the lines below in a processing unit's pu.xml created by OpenSpaces,

<!-- to define the data source with aws identities -->
<bean id="sdbDataSource" class="com.gigaspaces.datasource.amazonsdb.AmazonSDBDataSource">
   <constructor-arg index="0" value="aws-access-key"/>
   <constructor-arg index="1" value="aws-secret-key"/>
</bean>
<!-- and all the usual space stuff to follow -->
<!-- ... space ... gigaspace ... events ... other stuff ... -->

Examples

TBA

Screenshots

TBA

Screenshots
There are no images attached to this page

Presentations

presentation slides, 2008-04-09

Adaptavist Theme Builder Powered by Atlassian Confluence