Difference between revisions of "Developer's Guide"
From Gcube Wiki
m (→Basic How-tos) |
m |
||
Line 1: | Line 1: | ||
[[Category: Developer's Guide]] | [[Category: Developer's Guide]] | ||
{|align=right | {|align=right | ||
− | || | + | ||__TOC__ |
|} | |} | ||
Documents technical-oriented information that will help developers further extend and exploit gCube’s source code. The document will target two classes of programmers: | Documents technical-oriented information that will help developers further extend and exploit gCube’s source code. The document will target two classes of programmers: | ||
Line 8: | Line 8: | ||
* 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. | * 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. | ||
+ | <!-- | ||
== Contents == | == Contents == | ||
Line 100: | Line 101: | ||
== Alternative TOC == | == Alternative TOC == | ||
− | + | --> | |
=== [[Developer's Guide:Introduction | Overview]] === | === [[Developer's Guide:Introduction | Overview]] === | ||
: [[Reference_Model | gCube Reference Model]] | : [[Reference_Model | gCube Reference Model]] |
Revision as of 17:31, 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 reuse the 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.
Overview
Basic 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
Components Programming Reference: Functionality-oriented View
- Core-facilities
- Data Infrastructure Management Facilities
- Utilities and Common Libraries
- 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
- Tabular Data Facilities
- gCube SDMX Statistical Data Dissemination System
- Biodiversity Data Facilities
- Data Consumption Facilities
- Data Retrieval Facilities
- Data Manipulation Facilities
- Data Mining Facilities
- Data Visualisation Facilities
- Semantic Data Analysis Facilities