Difference between revisions of "Developer's Guide"
From Gcube Wiki
Line 5: | Line 5: | ||
== Contents == | == Contents == | ||
+ | |||
+ | # [[Developer's Guide:Introduction|Introduction]] | ||
+ | # gCube Components Programming Reference | ||
+ | ## gCube Infrastructure Enabling Services | ||
+ | ### [[Overall Architecture]] | ||
+ | ### [[Information System]] | ||
+ | ### [[Dynamic Virtual Organisation Support]] | ||
+ | ### [[VRE Management]] | ||
+ | ### [[Broker and Matchmaker]] | ||
+ | ### [[Process Management]] | ||
+ | ### [[Process Optimisation]] | ||
+ | ## Information Organisation Services | ||
+ | ### [[Overall Architecture]] | ||
+ | ### [[Storage Management]] | ||
+ | ### [[Content Management]] | ||
+ | ### [[Metadata Management]] | ||
+ | ### [[Annotation Management]] | ||
+ | ### [[Content Security]] | ||
+ | ## Information Retrieval Services | ||
+ | ### [[Overall Architecture]] | ||
+ | ### [[gCube ResultSet (gRS)]] | ||
+ | ### [[Search Framework]] | ||
+ | ### [[Index Management Framework]] | ||
+ | ### [[Personalisation]] | ||
+ | ### [[Distributed Information Retrieval Support Framework]] | ||
+ | ## Presentation Services | ||
+ | ### [[Overall Architecture]] | ||
+ | ### [[Application Support Layer]] | ||
+ | ### [[gCube Portal Engine]] | ||
+ | # Step by step guidelines | ||
+ | ## Developing a gCube Component | ||
+ | ### [[Developing a Service]] | ||
+ | ### [[DILIGENT Provider]] | ||
+ | ### [[Profile Specification]] | ||
+ | ### [[Service Archive Specification]] | ||
+ | ## Portlet Development | ||
+ | ### [[Developing Portlets with GWT]] | ||
+ | ### [[Using credentials in Portlets and Servlets]] | ||
+ | ### [[General guidelines about Portlet StyleSheets]] | ||
+ | ## Security | ||
+ | ### [[DILIGENT Security Model|Security Model]] | ||
+ | ### [[How To Configure Service Security]] | ||
+ | ### [[Common Security Troubleshooting]] | ||
+ | ### [[How to use VOMS api library]] | ||
+ | # [[References]] | ||
+ | # [[Glossary]] | ||
<!-- | <!-- |
Revision as of 11:38, 16 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
- Introduction
- gCube Components Programming Reference
- gCube Infrastructure Enabling Services
- Information Organisation Services
- Information Retrieval Services
- Presentation Services
- Step by step guidelines
- Developing a gCube Component
- Portlet Development
- Security
- References
- Glossary