Difference between revisions of "Developer Guide"
From GCube System
Line 49: | Line 49: | ||
* [[Resource Model| Working with gCube Resources]] | * [[Resource Model| Working with gCube Resources]] | ||
* [[Auxiliary Frameworks| Towards Service Semantics: Frameworks within Frameworks]] | * [[Auxiliary Frameworks| Towards Service Semantics: Frameworks within Frameworks]] | ||
− | ** [[ | + | ** [[The_Handler_Framework| Local Processes: the Handler Framework]] |
** [[Auxiliary Frameworks#Local Events: the Event Framework| Local Events: the Event Framework]] | ** [[Auxiliary Frameworks#Local Events: the Event Framework| Local Events: the Event Framework]] | ||
** [[Auxiliary Frameworks#Objects before Objects: the Proxy Framework| Objects before Objects: the Proxy Framework]] | ** [[Auxiliary Frameworks#Objects before Objects: the Proxy Framework| Objects before Objects: the Proxy Framework]] |
Revision as of 16:27, 11 September 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