Roadmap
The project roadmap is minimal:
- Project Web page fully running by mid-January 08.
- Alpha by mid-January 08.
- Test on geographically distributed clusters starting mid-January 08.
- Beta in February 08.
Installation Instructions
- Install JDK 1.5 or greater.
- Install GigaSpacesXAP 6.0 or greater.
- Download the project zip file.
- Unpack in any convenient directory that does not have whitespace in the path.
- Load into Eclipse as a Java project.
Examples
The project is set up to be driven from JUnit. A trivial sample application distributes the addition of the numbers from 1:n for some n you choose. This application runs within Eclipse in the embedded container. It can also be build without change using Ant, and installed and run in a local cluster.
The sample user class overrides the correct function for routing, but executes only a trivial decision to send to the local cluster. With minor chages to this class and to the JUnit test driver, one should be able to deploy on multiple clusters. This would require
Screenshots
Coming soon!