Difference between revisions of "Developer Guide"
From GCube System
Line 15: | Line 15: | ||
* [[Service Model| The Anatomy of a gCube Service]] | * [[Service Model| The Anatomy of a gCube Service]] | ||
* [[Configuration Components| Elements of Configuration]] | * [[Configuration Components| Elements of Configuration]] | ||
− | ** [[Configuration Components#Profile| The Service Profile]] | + | ** [[Configuration Components#Overview| Configuration Overview]] |
+ | ** [[Configuration Components#The Service Profile| The Service Profile]] | ||
** [[Configuration Components#Interface Definitions| Interface Definitions]] | ** [[Configuration Components#Interface Definitions| Interface Definitions]] | ||
** [[Configuration Components#The Security Descriptor| The Security Descriptor]] | ** [[Configuration Components#The Security Descriptor| The Security Descriptor]] |
Revision as of 09:03, 27 April 2009
This is a guide to the design principles and main features of the gCube Application Framework (gCF).
- Why a Framework?
- gCF at a Glance
- The Anatomy of a gCube Service
- Elements of Configuration
- Contexts for the Masses
- Logging
- Dealing with Faults
- Dealing with Scope
- Dealing with State
- Dealing with Security
- Working with gCube Resources
- Towards Service Semantics: Frameworks within Frameworks
- Towards Service Semantics: Client Libraries
- From Theory to Practice: Getting Started