Difference between revisions of "Developer Guide"
From GCube System
Manuele.simi (Talk | contribs) |
Manuele.simi (Talk | contribs) |
||
Line 23: | Line 23: | ||
** [[Scope Management#Modelling Scope|Modelling Scope]] | ** [[Scope Management#Modelling Scope|Modelling Scope]] | ||
** [[Scope_Management#Scope_Rules|Scope Rules]] | ** [[Scope_Management#Scope_Rules|Scope Rules]] | ||
+ | ** [[Scope_Management#Configuring_scope_.28Static_scope.29|Configuring_scope (Static scope)]] | ||
** [[Scope Management#gCube Calls & the gCube Handler|gCube Calls & the gCube Handler]] | ** [[Scope Management#gCube Calls & the gCube Handler|gCube Calls & the gCube Handler]] | ||
** [[Scope Management#Scope Managers|Scope Managers]] | ** [[Scope Management#Scope Managers|Scope Managers]] |
Revision as of 17:08, 16 August 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