Dashboard > GridGain User Guide > 2008 > January > 09 > RESTful Applications with GridGain
RESTful Applications with GridGain
Added by Nikita Ivanov, last edited by Nikita Ivanov on Jan 09, 2008
Labels: 
(None)

I'm continuing previewing some of the features that GridGain team is working for upcoming release. One of them is support for RESTful applications. Basically, that's how you could, for example, invoke a grid task from your RESTful web application by pointing to this URL:

http://www.myhost.com:7080/gridgain/taskid=mytaskid&arg=myarg&timeout=5000

This will return XML document back with execution results which can be easily parsed by JavaScript in a usual Ajax way. That's it - you basically pass task ID, and optional argument and timeout and that's all it takes to execute a grid task. You can develop, test and debug your grid task as usual in any preferred Java IDE with all the productivity features that GridGain provides such as transparent deployment, our simple APIs or peer-to-peer class loading.

Note that this is exactly the same way as you would use, for example, Google Charts. Now, I don't know of any other grid computing framework that can get your Web 2.0 grid enabled easier than that!

Stay tuned and meanwhile download the current release of GridGain at http://www.gridgain.org/downloads.html

January 2008
Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    

GridGain and EC2 - Live Example
One Flew Over the Cuckoo's Nest - Dynamic Typing and Common Wisdom

Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.10 Build:#528 Nov 29, 2006) - Bug/feature request - Contact Administrators