Difference between revisions of "Developer's Guide"

From Gcube Wiki
Jump to: navigation, search
(Index reorganization)
Line 8: Line 8:
 
# [[Developer's Guide:Introduction|Introduction]]
 
# [[Developer's Guide:Introduction|Introduction]]
 
# gCube Components Programming Reference
 
# gCube Components Programming Reference
## gCube Infrastructure Enabling Services
+
## [[gCube Infrastructure Enabling Services]]
### [[Enabling Services Overall Architecture|Overall Architecture]]
+
 
### [[Information System]]
 
### [[Information System]]
 
### [[Dynamic Virtual Organisation Support]]
 
### [[Dynamic Virtual Organisation Support]]
Line 16: Line 15:
 
### [[Process Management]]
 
### [[Process Management]]
 
### [[Process Optimisation]]
 
### [[Process Optimisation]]
## Information Organisation Services
+
## [[gCube Information Organisation Services]]
### [[Information Organisation - Overall Architecture|Overall Architecture]]
+
 
### [[Storage Management]]  
 
### [[Storage Management]]  
 
### [[Content Management]]
 
### [[Content Management]]
Line 25: Line 23:
 
### [[Archive Import Service|Content Import]]
 
### [[Archive Import Service|Content Import]]
 
### [[Data Tranformation]]
 
### [[Data Tranformation]]
## Information Retrieval Services
+
## [[gCube Information Retrieval Services]]
### [[Information Retrieval - Overall Architecture|Overall Architecture]]
+
 
### [[gCube ResultSet (gRS)]]
 
### [[gCube ResultSet (gRS)]]
 
### [[Search Framework]]
 
### [[Search Framework]]
Line 32: Line 29:
 
### [[Personalisation]]
 
### [[Personalisation]]
 
### [[Distributed Information Retrieval Support Framework]]
 
### [[Distributed Information Retrieval Support Framework]]
## Presentation Services
+
## [[gCube Presentation Services]]
### [[Presentation Services Overall Architecture|Overall Architecture]]
+
 
### [[ASL Library|Application Support Layer]]
 
### [[ASL Library|Application Support Layer]]
 
### [[gCube Portal Engine]]
 
### [[gCube Portal Engine]]

Revision as of 17:36, 27 August 2008

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 Components Programming Reference
    1. gCube Infrastructure Enabling Services
      1. Information System
      2. Dynamic Virtual Organisation Support
      3. VRE Management
      4. Broker and Matchmaker
      5. Process Management
      6. Process Optimisation
    2. gCube Information Organisation Services
      1. Storage Management
      2. Content Management
      3. Collection Management
      4. Metadata Management
      5. Annotation Management
      6. Content Import
      7. Data Tranformation
    3. gCube Information Retrieval Services
      1. gCube ResultSet (gRS)
      2. Search Framework
      3. Index Management Framework
      4. Personalisation
      5. Distributed Information Retrieval Support Framework
    4. gCube Presentation Services
      1. Application Support Layer
      2. gCube Portal Engine
  3. Step by step guidelines
    1. Developing a gCube Component
      1. Developing a Service
      2. GCUBE Provider
      3. Profile Specification
      4. Service Archive Specification
    2. Portlet Development
      1. Developing Portlets with GWT
      2. Using credentials in Portlets and Servlets
      3. General guidelines about Portlet StyleSheets
    3. Security
      1. Security Model
      2. How To Configure Service Security
      3. Common Security Troubleshooting
      4. How to use VOMS api library
  4. References
  5. Glossary