Difference between revisions of "Tree/Document Management APIs"

From Gcube Wiki
Jump to: navigation, search
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
[[Category:TO BE REMOVED]]
 +
 
==Overview==
 
==Overview==
 
==Key Features==
 
==Key Features==
 
==Subsystem APIs==
 
==Subsystem APIs==
 +
{| {{table}}
 +
| align="center" style="background:#f0f0f0;"|'''Component'''
 +
| align="center" style="background:#f0f0f0;"|'''Functionality Accessed'''
 +
| align="center" style="background:#f0f0f0;"|'''API Type'''
 +
| align="center" style="background:#f0f0f0;"|'''Protocol'''
 +
| align="center" style="background:#f0f0f0;"|'''Framework Compliance'''
 +
| align="center" style="background:#f0f0f0;"|'''Framework Layer'''
 +
|-
 +
| [https://gcube.wiki.gcube-system.org/gcube/index.php/The_Tree_Manager Tree-Manager-Service]||Tree-based access to arbitrary sources to structured data||gCube Web Service||SOAP||N/A||[https://gcube.wiki.gcube-system.org/gcube/index.php/Integration_and_Interoperability_Facilities_Framework:_WSRF_API_Framework_Specification WSRF]
 +
|-
 +
| [https://gcube.wiki.gcube-system.org/gcube/index.php/The_Tree_Manager_Library Tree-Manager-Library]||Java APIs for accessing the tree-manager-service from within client runtimes||gCube CL||Java||yes||[https://gcube.wiki.gcube-system.org/gcube/index.php/Integration_and_Interoperability_Facilities_Framework:_Client_Libraries CL]
 +
|-
 +
| [https://gcube.wiki.gcube-system.org/gcube/index.php/The_Tree_Manager_Framework Tree-Manager-Framework]||Java APIs for source-specific plugins of the tree-manager-service||Java Library||Java||N/A||N/A
 +
|-
 +
| Common-Trees||Java API for creation, inspection, filtering, and serialisation of tree structures||Java Library||Java||N/A||N/A
 +
|-
 +
| [https://gcube.wiki.gcube-system.org/gcube/index.php/GCube_Document_Model gDoc-model-library]||Java API for gDoc creation, inspection, and tree serialisation of gDoc document structures||Java Library||Java||N/A||N/A
 +
|-
 +
| [https://gcube.wiki.gcube-system.org/gcube/index.php/GCube_Document_Model gDoc-document-library]||Java API for gDoc-based access to the tree-manager servcie||Java Library||Java||N/A||N/A
 +
|-
 +
| [https://gcube.wiki.gcube-system.org/gcube/index.php/View_Manager View-manager-service]||SOAP-accessible APIs for the management of views over data sources accessible via the tree-manager-service||Web Service||SOAP||N/A||N/A
 +
|-
 +
| View-manager-library||Java APIs for accessing the view-manager-service from within client runtimes||gCube CL||Java||yes||[https://gcube.wiki.gcube-system.org/gcube/index.php/Integration_and_Interoperability_Facilities_Framework:_Client_Libraries CL]
 +
|-
 +
|}

Latest revision as of 18:42, 6 July 2016


Overview

Key Features

Subsystem APIs

Component Functionality Accessed API Type Protocol Framework Compliance Framework Layer
Tree-Manager-Service Tree-based access to arbitrary sources to structured data gCube Web Service SOAP N/A WSRF
Tree-Manager-Library Java APIs for accessing the tree-manager-service from within client runtimes gCube CL Java yes CL
Tree-Manager-Framework Java APIs for source-specific plugins of the tree-manager-service Java Library Java N/A N/A
Common-Trees Java API for creation, inspection, filtering, and serialisation of tree structures Java Library Java N/A N/A
gDoc-model-library Java API for gDoc creation, inspection, and tree serialisation of gDoc document structures Java Library Java N/A N/A
gDoc-document-library Java API for gDoc-based access to the tree-manager servcie Java Library Java N/A N/A
View-manager-service SOAP-accessible APIs for the management of views over data sources accessible via the tree-manager-service Web Service SOAP N/A N/A
View-manager-library Java APIs for accessing the view-manager-service from within client runtimes gCube CL Java yes CL