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,
- Unpack JSpaces.jar
- Unpack the extension jar file
- Put them together in one directory
- Pack the directory into a new JSpaces.jar
- Replace the old JSpaces.jar in $JSHOMEDIR/lib with the new one
- 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,
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