Difference between revisions of "GCF Primer"

From GCube System
Jump to: navigation, search
 
(6 intermediate revisions by one other user not shown)
Line 15: Line 15:
 
## [[Refining the implementation#Logging it!|Logging it!]]
 
## [[Refining the implementation#Logging it!|Logging it!]]
 
## [[Refining the implementation#Node & Port-Type Contexts|Node & Port-Type Contexts]]
 
## [[Refining the implementation#Node & Port-Type Contexts|Node & Port-Type Contexts]]
# [[Adding State|A Sample Service: Adding State]]
+
# [[Adding State|Adding State: Concepts, Patterns, and Standards]]
 
## [[Adding_State#WS-Resources and The Implied Resource Pattern|WS-Resources and The Implied Resource Pattern]]
 
## [[Adding_State#WS-Resources and The Implied Resource Pattern|WS-Resources and The Implied Resource Pattern]]
## [[Adding_State#Extending the Profile|Extending the Profile]]
+
## [[Adding_State#WS-Resources and Standard Interfaces|WS-Resources and Standard Interfaces]]
## [[Adding_State#Defining_the_port-type_interfaces|More Port-type Interfaces]]  
+
## [[Adding_State#The Lifetime of WS-Resources|The Lifetime of WS-Resources]]  
## [[Adding_State#Delving_into_the_implementation|Delving into the implementation]]
+
## [[Adding_State#Persistence for WS-Resources|Persistence for WS-Resources]]
## [[Adding_State#JNDI_configuration|JNDI configuration]]
+
## [[Adding_State#Publishing WS-Resources|Publishing WS-Resources]]
## [[Adding_State#Building & Deploying|Building & Deploying]]
+
## [[Adding_State#A Test Client|A Test Client]]
+
# [[Managing_State|A Sample Service: Managing State]]
+
## [[Managing_State#How_to_publish_the_state|How to publish the state]]
+
## [[Managing_State#How_to_persist_the_state|How to persist the state]]
+
 
# [[Advanced_Topics|Advanced Topics]]
 
# [[Advanced_Topics|Advanced Topics]]
 
## [[Advanced_Topics#Interfacing_the_Information_System|Interfacing the Information System]]
 
## [[Advanced_Topics#Interfacing_the_Information_System|Interfacing the Information System]]
Line 31: Line 26:
 
# [[Learning more]]
 
# [[Learning more]]
  
--[[User:Manuele.simi|Manuele.simi]] 20:25, 28 March 2008 (EET)
+
--[[User:Manuele.simi|Manuele.simi]]

Latest revision as of 13:58, 8 June 2010

This Primer gives a gentle introduction to the task of developing gCube services with the gCore Framework. Have a quick look at the prerequisites and make sure you go through the preliminary steps. Then dive in.

  1. First Things First: Prerequisites & Preliminaries
  2. The ACME Project: Organising Structure & Dependencies
  3. A Quick Tour of Development
    1. My First Profile
    2. A Tiny JNDI
    3. A PortType Interface
    4. A Simple Implementation
    5. Building & Deploying
    6. Starting the gHN
    7. A Minimal Client
  4. Refining the Implementation: Faults, Logs, and PortType Contexts
    1. A Faultful PortType
    2. Logging it!
    3. Node & Port-Type Contexts
  5. Adding State: Concepts, Patterns, and Standards
    1. WS-Resources and The Implied Resource Pattern
    2. WS-Resources and Standard Interfaces
    3. The Lifetime of WS-Resources
    4. Persistence for WS-Resources
    5. Publishing WS-Resources
  6. Advanced Topics
    1. Interfacing the Information System
    2. Service security
  7. Learning more

--Manuele.simi