Simple API for Grid Applications: Difference between revisions

Content deleted Content added
move box up and start editing wordiness
m resource API extension is deprecated
Line 36:
<ref>Andre Merzky: "SAGA API Extension: Message API", OGF Recommendation Document, [http://www.ogf.org/documents/GFD.178.pdf GFD.178 (pdf)]</ref>
<ref>Steve Fisher, Anthony Wilson: "SAGA API Extension: Information System Navigator API", OGF Recommendation Document, [http://www.ogf.org/documents/GFD.195.pdf GFD.195 (pdf)]</ref>
 
<ref>Andre Merzky: "SAGA API Extension: Resource API", [https://github.com/saga-project/ogf/raw/master/documents/saga-package-resource/saga_resource.pdf OGF Document Draft (pdf)]</ref>
 
All SAGA specifications are defined in (a flavor of) [[Interface description language|IDL]], and thus object oriented, but language neutral. Different language bindings exist (Java, C++, Python), but are, at this point, not standardised. Nevertheless, different implementations of these language bindings have a relatively coherent API definition (in particular, the different Java implementations share the same abstract API interface classes).