Difference between revisions of "GCF Primer"

From GCube System
Jump to: navigation, search
Line 9: Line 9:
 
## [[Developing_a_new_gCube_service#Building|Building]]
 
## [[Developing_a_new_gCube_service#Building|Building]]
 
## [[Developing_a_new_gCube_service#Deployment|Deployment]]
 
## [[Developing_a_new_gCube_service#Deployment|Deployment]]
# [[Single Port-Type|A Sample Service: From configuration to testing with a single Port-Type]]
+
# [[Single Port-Type|A Sample Service: From configuration to testing with a single port-type]]
 
## [[Single Port-Type#Structuring the service code|Structuring the service code]]
 
## [[Single Port-Type#Structuring the service code|Structuring the service code]]
 
## [[Single Port-Type#Single_Port-Type#Profiling_for_the_infrastructure|Profiling for the infrastructure]]
 
## [[Single Port-Type#Single_Port-Type#Profiling_for_the_infrastructure|Profiling for the infrastructure]]
Line 20: Line 20:
 
## [[Single Port-Type#Refining the implementation|Refining the implementation]]
 
## [[Single Port-Type#Refining the implementation|Refining the implementation]]
 
# [[Adding State|A Sample Service: Adding State]]
 
# [[Adding State|A Sample Service: Adding State]]
## [[Adding_State#Multi_port-type_service|Multi port-type service]]
+
## [[Adding_State#Towards_a_multi_port-type_service|Towards a multi port-type service]]
## [[Adding State#Basic steps|Basic steps]]  
+
## [[Adding_State#Defining_the_port-type_interfaces|Defining the port-type interfaces]]  
 
## [[Adding State#Implementation|Implementation]]
 
## [[Adding State#Implementation|Implementation]]
 
## [[Adding State#Configuring JNDIs & Descriptors|Configuring JNDIs & Descriptors]]
 
## [[Adding State#Configuring JNDIs & Descriptors|Configuring JNDIs & Descriptors]]

Revision as of 23:43, 25 March 2008

  1. Tutorial overview
    1. Introduction
    2. Ground rules: preparing the environment
    3. Obtaining and running gCore
  2. Developing a new gCube service: Key Concepts
    1. Profiling
    2. Configuration
    3. Implementation
    4. Building
    5. Deployment
  3. A Sample Service: From configuration to testing with a single port-type
    1. Structuring the service code
    2. Profiling for the infrastructure
    3. JNDI configuration
    4. Sketching port-type interfaces
    5. Delving into the implementation
    6. Building & Deploying
    7. gCore Logging & Restart
    8. A Test Client
    9. Refining the implementation
  4. A Sample Service: Adding State
    1. Towards a multi port-type service
    2. Defining the port-type interfaces
    3. Implementation
    4. Configuring JNDIs & Descriptors
    5. Building & Deploying
    6. A Test Client
  5. Learning more

--Manuele.simi 23:14, 25 March 2008 (EET)