Difference between revisions of "Developer's Guide"

From Gcube Wiki
Jump to: navigation, search
(Contents)
(Contents)
Line 49: Line 49:
 
### [[gCube Ontology Management Service]]
 
### [[gCube Ontology Management Service]]
 
## [[gCube Data Visualization Facilities]]
 
## [[gCube Data Visualization Facilities]]
### [[gCube GeoExplorer Portlet| gCube GeoExplorer Portlet: A web interface for performing discovery of layers in a distributed GeoServer network]]
+
 
 
## [[gCube Data Consumption Facilities]]
 
## [[gCube Data Consumption Facilities]]
 
### [[Ecological Modeling| Ecological Modeling: Features for Analyzing Biological Phenomena and Species]]
 
### [[Ecological Modeling| Ecological Modeling: Features for Analyzing Biological Phenomena and Species]]
Line 62: Line 62:
 
## gCube Data Publishing Facilities
 
## gCube Data Publishing Facilities
 
### [[gCube SDMX Statistical Data Dissemination System]]
 
### [[gCube SDMX Statistical Data Dissemination System]]
 +
## Geospatial Data Facilities
 +
### GIS Interface
 +
### [[gCube GeoExplorer Portlet| gCube GeoExplorer Portlet: A web interface for performing discovery of layers in a distributed GeoServer network]]
 
## [[gCube Presentation Services]]
 
## [[gCube Presentation Services]]
 
### [[ASL|Application Support Layer]]
 
### [[ASL|Application Support Layer]]

Revision as of 16:54, 18 March 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.

Contents

  1. Introduction
  2. gCube Architecture
  3. Reference Model
  4. gCube Components Programming Reference
    1. gCube Infrastructure Enabling Services
      1. Information System
      2. Virtual Organisation Management
        1. Security Library (NEW)
        2. Virtual Organisation Management LEGACY
      3. VRE Management
      4. Execution Engine
      5. Workflow Engine
      6. Messaging Infrastructure
      7. Utility and Common Libraries
        1. common-utils-encryption
    2. gCube Information Organisation Services
      1. Storage Manager
      2. Storage Manager (OLD)
      3. Content Manager
      4. Content Manager Library
      5. gCube Document Model and gCube Model Library
      6. gCube Document Library
      7. View Manager
    3. gCube Information Organisation Services (LEGACY)
      1. Storage Management
      2. Content Management
      3. Collection Management
      4. Metadata Management
      5. Annotation Management
      6. Content Import
    4. gCube Information Retrieval Services
      1. gCube ResultSet (gRS)
      2. gCube ResultSet 2 (gRS2)
      3. gRS2 Broker
      4. Search Framework (LEGACY)
      5. Search 2 Framework (NEW)
      6. OpenSearch Framework
      7. Index Management Framework
      8. Data Transformation
      9. Personalisation
      10. Distributed Information Retrieval Support Framework
      11. gCube Ontology Management Service
    5. gCube Data Visualization Facilities
    1. gCube Data Consumption Facilities
      1. Ecological Modeling: Features for Analyzing Biological Phenomena and Species
      2. Environment Explorer: Features for Retrieving environmental data associated to a set of coordinates
      3. Geo Spatial Data Processing: Features for processing geo-spatial data
    2. gCube Data Transfer Facilities
      1. Data Transfer Agent
      2. Data Transfer Common components
      3. Data Transfer Scheduler
    3. gCube Data Assessment, Harmonization and Certification Facilities
      1. Time Series Management and Analysis
    4. gCube Data Publishing Facilities
      1. gCube SDMX Statistical Data Dissemination System
    5. Geospatial Data Facilities
      1. GIS Interface
      2. gCube GeoExplorer Portlet: A web interface for performing discovery of layers in a distributed GeoServer network
    6. gCube Presentation Services
      1. Application Support Layer
      2. gCube Portal Engine
      3. ASL HTTP Front End
      4. Social Networking Library
    7. gCube Infrastructure Tools
      1. SAM Tools
      2. Resource Manager Client
    8. INSPIRE Community Applications
    9. DRIVER Community Applications
  1. Step by step guide
    1. Developing a gCube Component
      1. Developing a Service
      2. Profile Specification
      3. Software Archive Specification
    2. Portlet Development
      1. Developing gCube Portlets Guide
        1. Create a new Mavenized gCube GWT Portlet Guide (NEW)
      2. Adding a Quick tour guide to your portlet
      3. Publish App News in User Feeds (Social Portal)
      4. GCube Widgets Library - General guidelines about Portlet StyleSheets
      5. GCube Portlets common icon set
      6. Inter Portlet Subscription/Notification Mechanism (Client side)
      7. Building your gCube Portlet in ETICS
    3. Security
      1. Security Model
      2. How To Configure Service Security
      3. Common Security Troubleshooting
      4. How to use VOMS api library
  2. References
  3. Glossary
  4. Lexical Convention