Difference between revisions of "Developer Guide"
From GCube System
Manuele.simi (Talk | contribs) |
|||
Line 3: | Line 3: | ||
* [[Motivations | Why a Framework?]] | * [[Motivations | Why a Framework?]] | ||
* [[Overview| gCF at a Glance ]] | * [[Overview| gCF at a Glance ]] | ||
− | ** [[Overview# | + | ** [[Overview#Lifecycle Management | Lifecycle Management]] |
− | ** [[Overview# | + | ** [[Overview#Scope Management | Scope Management]] |
+ | ** [[Overview#Security Management | Security Management]] | ||
+ | ** [[Overview#Configuration Management | Configuration Management]] | ||
+ | ** [[Overview#State Management | State Management]] | ||
+ | ** [[Overview#Fault Management | Fault Management]] | ||
+ | ** [[Overview#Discovery & Publication | Discovery & Publication]] | ||
+ | ** [[Overview#Event Management | Event Management]] | ||
+ | ** [[Overview#Local Processes & Remote Interactions | Local Processes & Remote Interactions]] | ||
* [[Service Model| The Anatomy of a gCube Service]] | * [[Service Model| The Anatomy of a gCube Service]] | ||
* [[Configuration Management| Dealing with Configuration]] | * [[Configuration Management| Dealing with Configuration]] |
Revision as of 19:12, 1 December 2008
This is a guide to the design principles and main features of the gCore Framework (gCF).
- Why a Framework?
- gCF at a Glance
- The Anatomy of a gCube Service
- Dealing with 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