Difference between revisions of "Developer Guide"
From GCube System
Line 14: | Line 14: | ||
** [[Overview#Architecture Overview | Architecture Overview]] | ** [[Overview#Architecture Overview | Architecture Overview]] | ||
* [[Service Model| The Anatomy of a gCube Service]] | * [[Service Model| The Anatomy of a gCube Service]] | ||
− | * [[Configuration | + | * [[Configuration Elements| Dealing with Configuration]] |
− | ** [[Configuration | + | ** [[Configuration Elements#Profiles, JNDIs & Descriptors| Profiles, JNDIs & Descriptors]] |
* [[Contexts| Contexts for the Masses]] | * [[Contexts| Contexts for the Masses]] | ||
** [[Contexts#The gHN Context| The gHN Context]] | ** [[Contexts#The gHN Context| The gHN Context]] |
Revision as of 18:13, 26 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
- 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