Difference between revisions of "GCF Primer"

From GCube System
Jump to: navigation, search
 
(39 intermediate revisions by 2 users not shown)
Line 1: Line 1:
# [[Tutorial overview|Tutorial overview]]
+
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.
## [[Tutorial overview#Introduction|Introduction]]
+
 
## [[Tutorial overview#Ground rules: preparing the environment|Ground rules: preparing the environment]]
+
#[[Prerequisites & Preliminaries|First Things First: Prerequisites & Preliminaries]]
## [[Tutorial overview#Obtaining and running gCore|Obtaining and running gCore]]
+
#[[The ACME Project|The ACME Project: Organising Structure & Dependencies]]
# [[Single Port-Type|From configuration to testing with a single Port-Type]]
+
# [[The Development Cycle|A Quick Tour of Development]]
## [[Single Port-Type#Structuring the service code|Structuring the service code]]
+
## [[The Development Cycle#My First Profile|My First Profile]]
## [[Single Port-Type#Single_Port-Type#Profiling_for_the_infrastructure|Profiling for the infrastructure]]
+
## [[The Development Cycle#A Tiny JNDI |A Tiny JNDI]]
## [[Single_Port-Type#JNDI_configuration|JNDI configuration]]
+
## [[The Development Cycle#A PortType Interface|A PortType Interface]]
## [[Single_Port-Type#Sketching_Port-type_Interfaces|Sketching port-type interfaces]]
+
## [[The Development Cycle#A Simple Implementation|A Simple Implementation]]
## [[Single Port-Type#Structuring the service code|Delving into the implementation]]
+
## [[The Development Cycle#Building & Deploying|Building & Deploying]]
## [[Single Port-Type#Building & Deploying|Building & Deploying]]
+
## [[The Development Cycle#Starting the gHN|Starting the gHN]]
## [[Single Port-Type#gCore Logging & Restart|gCore Logging & Restart]]
+
## [[The Development Cycle#A Minimal Client|A Minimal Client]]
## [[Single_Port-Type#A_Test_Client_for_Stateless_Port-Type|A Test Client]]
+
# [[Refining the implementation|Refining the Implementation: Faults, Logs, and PortType Contexts]]
## [[Single Port-Type#Refining the implementation|Refining the implementation]]
+
## [[Refining the implementation#A Faultful PortType|A Faultful PortType]]
# [[Adding State]]
+
## [[Refining the implementation#Logging it!|Logging it!]]
## [[Adding_State#Multi_port-type_service|Multi port-type service]]
+
## [[Refining the implementation#Node & Port-Type Contexts|Node & Port-Type Contexts]]
## [[Adding State#Basic steps|Basic steps]]  
+
# [[Adding State|Adding State: Concepts, Patterns, and Standards]]
## [[Adding State#Implementation|Implementation]]
+
## [[Adding_State#WS-Resources and The Implied Resource Pattern|WS-Resources and The Implied Resource Pattern]]
## [[Adding State#Configuring JNDIs & Descriptors|Configuring JNDIs & Descriptors]]
+
## [[Adding_State#WS-Resources and Standard Interfaces|WS-Resources and Standard Interfaces]]
## [[Adding State#Building & Deploying|Building & Deploying]]
+
## [[Adding_State#The Lifetime of WS-Resources|The Lifetime of WS-Resources]]  
## [[Adding State#A Test Client|A Test Client]]
+
## [[Adding_State#Persistence for WS-Resources|Persistence for WS-Resources]]
 +
## [[Adding_State#Publishing WS-Resources|Publishing WS-Resources]]
 +
# [[Advanced_Topics|Advanced Topics]]
 +
## [[Advanced_Topics#Interfacing_the_Information_System|Interfacing the Information System]]
 +
## [[Advanced_Topics#Interfacing_the_Information_System|Service security]]
 
# [[Learning more]]
 
# [[Learning more]]
  
[[User:Manuele.simi|Manuele.simi]] 17:18, 24 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