Difference between revisions of "Developer's Guide"

From Gcube Wiki
Jump to: navigation, search
Line 20: Line 20:
 
### [[Storage Management]]  
 
### [[Storage Management]]  
 
### [[Content Management]]
 
### [[Content Management]]
 +
### [[Collection Management]]
 
### [[Metadata Management]]
 
### [[Metadata Management]]
 
### [[Annotation Management]]
 
### [[Annotation Management]]
### [[Content Security]]
+
### [[Archive Import Service|Content Import]]
 
### [[Data Tranformation]]
 
### [[Data Tranformation]]
 
## Information Retrieval Services
 
## Information Retrieval Services

Revision as of 15:41, 29 July 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. Overall Architecture
      2. Information System
      3. Dynamic Virtual Organisation Support
      4. VRE Management
      5. Broker and Matchmaker
      6. Process Management
      7. Process Optimisation
    2. Information Organisation Services
      1. Overall Architecture
      2. Storage Management
      3. Content Management
      4. Collection Management
      5. Metadata Management
      6. Annotation Management
      7. Content Import
      8. Data Tranformation
    3. Information Retrieval Services
      1. Overall Architecture
      2. gCube ResultSet (gRS)
      3. Search Framework
      4. Index Management Framework
      5. Personalisation
      6. Distributed Information Retrieval Support Framework
    4. Presentation Services
      1. Overall Architecture
      2. Application Support Layer
      3. 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