Difference between revisions of "Developer's Guide"
From Gcube Wiki
m |
m |
||
Line 13: | Line 13: | ||
Components Programming Reference Sections provide the developer with a detailed description of the gCube constituents organising them according to a [[#Components Programming Reference: Functionality-oriented View | Functionality-oriented View]] and a | Components Programming Reference Sections provide the developer with a detailed description of the gCube constituents organising them according to a [[#Components Programming Reference: Functionality-oriented View | Functionality-oriented View]] and a | ||
[[#Components Programming Reference: Data-typology-oriented View | Data-typology-oriented View]]. | [[#Components Programming Reference: Data-typology-oriented View | Data-typology-oriented View]]. | ||
+ | |||
+ | === [[Developer's Guide:Introduction | Overview]] === | ||
+ | : [[Reference_Model | gCube Reference Model]] | ||
+ | : [[GCube_Architecture | gCube Reference Architecture]] | ||
+ | : [[Glossary]] | ||
+ | |||
+ | === How-tos === | ||
+ | : [[How to develop a gCube Component]] | ||
+ | : [[How to develop a gCube Portlet]] | ||
+ | : [[Featherweight Stack | How to interface with a gCube-based Infrastructure (a.k.a. Featherweight Stack Client)]] | ||
+ | : [[Integration_and_Interoperability_Facilities_Framework:_Client_Libraries_Framework | How to interface with a gCube-based Infrastructure (a.k.a. the gCube Client Libraries Framework)]] | ||
+ | : [[How-to Implement Algorithms for the Statistical Manager | How-to implement algorithms for the Statistical Manager]] | ||
+ | : [[Legacy_applications_integration | How-to integrate legacy applications and offer them via WPS]] | ||
+ | |||
+ | === Components Programming Reference: Functionality-oriented View === | ||
+ | ; [[Core-facilities]] | ||
+ | : [[Core-facilities#Data_Infrastructure_Management_Facilities | Data Infrastructure Management Facilities]] | ||
+ | : [[Core-facilities#Data_Infrastructure_Policy-oriented_Security_Facilities | Data Infrastructure Policy-oriented Security Facilities]] | ||
+ | : [[Core-facilities#Workflow_Management_Facilities | Workflow Management Facilities]] | ||
+ | |||
+ | ; [[Data Management Facilities]] | ||
+ | : [[Data_Management_Facilities#Data_Access_and_Storage_Facilities | Data Access and Storage Facilities]] | ||
+ | : [[Data_Management_Facilities#Data_Transfer_Facilities | Data Transfer Facilities]] | ||
+ | : [[Data_Management_Facilities#Data_Assessment,_Harmonisation,_and_Certification_Facilities | Data Assessment, Harmonisation, and Certification Facilities]] | ||
+ | |||
+ | ; [[Data Consumption Facilities]] | ||
+ | : [[Data_Consumption_Facilities#Data_Retrieval_Facilities | Data Retrieval Facilities]] | ||
+ | : [[Data_Consumption_Facilities#Data_Manipulation_Facilities | Data Manipulation Facilities]] | ||
+ | : [[Data_Consumption_Facilities#Data_Mining_Facilities | Data Mining Facilities]] | ||
+ | : [[Data_Consumption_Facilities#Data_Visualisation_Facilities | Data Visualisation Facilities]] | ||
+ | : [[Data_Consumption_Facilities#Semantic_Data_Analysis_Facilities | Semantic Data Analysis Facilities]] | ||
+ | |||
+ | ; [[gCube APIs]] | ||
+ | |||
+ | ; [[gCube Presentation Services]] | ||
+ | |||
+ | === Components Programming Reference: Data-typology-oriented View === | ||
+ | ; [[Biodiversity Data Facilities]] | ||
+ | ; [[Geospatial Data Facilities]] | ||
+ | ; [[Semantic Data Facilities]] | ||
+ | ; [[Statistical Data Facilities]] | ||
<!-- OLD VERSION - PRE July 2013 | <!-- OLD VERSION - PRE July 2013 | ||
Line 106: | Line 147: | ||
# <strike>[[Lexical Convention]]</strike> | # <strike>[[Lexical Convention]]</strike> | ||
− | |||
--> | --> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 19:15, 23 July 2013
Documents technical-oriented information that will help developers further extend and exploit gCube’s source code. The document will target two classes of programmers:
- Those who want to interface with gCube or to reuse gCube code – Programmers who will use gCube’s libraries to build their own tools, without need to access the source code.
- Those who want to modify/extend the source code – Programmers who will use the platforms source code to enhance it, correct it, adapt it to different environments and applications domains.
The Guide is organised as follows. Overview provides the developer with a general summary of the gCube technology. How-to provides the developer with pragmatic, detailed and practical advice on gCube technology. Components Programming Reference Sections provide the developer with a detailed description of the gCube constituents organising them according to a Functionality-oriented View and a Data-typology-oriented View.
Overview
How-tos
- How to develop a gCube Component
- How to develop a gCube Portlet
- How to interface with a gCube-based Infrastructure (a.k.a. Featherweight Stack Client)
- How to interface with a gCube-based Infrastructure (a.k.a. the gCube Client Libraries Framework)
- How-to implement algorithms for the Statistical Manager
- How-to integrate legacy applications and offer them via WPS
Components Programming Reference: Functionality-oriented View
- Core-facilities
- Data Infrastructure Management Facilities
- Data Infrastructure Policy-oriented Security Facilities
- Workflow Management Facilities
- Data Management Facilities
- Data Access and Storage Facilities
- Data Transfer Facilities
- Data Assessment, Harmonisation, and Certification Facilities
- Data Consumption Facilities
- Data Retrieval Facilities
- Data Manipulation Facilities
- Data Mining Facilities
- Data Visualisation Facilities
- Semantic Data Analysis Facilities
Components Programming Reference: Data-typology-oriented View
- Biodiversity Data Facilities
- Geospatial Data Facilities
- Semantic Data Facilities
- Statistical Data Facilities