Difference between revisions of "Developer Guide"
From GCube System
(9 intermediate revisions by 2 users not shown) | |||
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 Components| Elements of Configuration]] |
− | ** [[Configuration | + | ** [[Configuration Components#Overview| Configuration Overview]] |
+ | ** [[Configuration Components#The JNDI Configuration| The JNDI Configuration]] | ||
+ | ** [[Configuration Components#The Deployment Descriptor| The Deployment Descriptor]] | ||
* [[Contexts| Contexts for the Masses]] | * [[Contexts| Contexts for the Masses]] | ||
** [[Contexts#The gHN Context| The gHN Context]] | ** [[Contexts#The gHN Context| The gHN Context]] | ||
Line 47: | 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]] |
− | ** [[ | + | ** [[The_Call_Framework| Intelligent Stubs: the Call Framework]] |
− | ** [[ | + | ** [[The_Events_Framework| Local Events: the Event Framework]] |
+ | ** [[The_Proxy_Framework| Objects before Objects: the Proxy Framework]] | ||
* [[Client Libraries | Towards Service Semantics: Client Libraries]] | * [[Client Libraries | Towards Service Semantics: Client Libraries]] | ||
** [[Client Libraries#The IS Client | Discovering Remote Resources: the IS Client]] | ** [[Client Libraries#The IS Client | Discovering Remote Resources: the IS Client]] | ||
** [[Client Libraries#The IS Publisher |Publishing Local Resources: the IS Publisher]] | ** [[Client Libraries#The IS Publisher |Publishing Local Resources: the IS Publisher]] | ||
* [[Getting Started | From Theory to Practice: Getting Started]] | * [[Getting Started | From Theory to Practice: Getting Started]] |
Latest revision as of 19:50, 15 February 2012
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