Roadmap
- We are happy to hear about things you would like to see in the roadmap - we've already considered making the feed RSS/Atom compatible and maybe providing support for OPML
Installation Instructions
You will need:
- GS 6.03 b 2040 http://www.gigaspaces.com/os_downloads.html
- JDK 1.5 you can check by running java -version
- Tomcat 6.0 http://tomcat.apache.org/download-60.cgi
- Apache 2.0
- PHP 5.0
Installation
- copy index.php and iUi sub dir under apache doc root.(htdocs)
-unzip cache.zip under <Tomcat_HOME>/webapps
Usage Instructions
To run
- start a GS space <GS_HOME>/gsInstance.bat/sh
- start Tomcat <Tomcat_HOME>/bin/catalina.bat/sh run
- start Apache
- go to the URL http://localhost/index.php and google atom feed will display.
The java integration with PHP did not work, it just crashed apache. We have created a REST service in tomcat.
*HTTP Get : http://hostname/cache/key*
will get the string cached on the key or return "null"
HTTP POST: http://hostname/cache/key will put or update the data in http post body
We have created this using JSP. A servlet would have been easier but JSP goes better with the philosophy of scripting.
This can be configured to run in service grid, all components on same or seperate machines.
Examples
An example is contained within the download - to change the feed, change the feedurl on line 2
Screenshots