Difference between revisions of "Adding State"

From GCube System
Jump to: navigation, search
(New page: = Adding State = == Multi Port-Type service == == Basic steps == == Implementation == == Configuring JNDIs & Descriptors == == Building & Deploying == == A Test Client ==)
 
(Adding State)
Line 1: Line 1:
 
= Adding State =
 
= Adding State =
 +
In the first part of this tutorial we have creates a stateless service. However, the most common patterns used when developing gCube services are the ones that allow to create stateful service.
 +
In this part of the tutorial we see how to add a state to the SampleService.
 
== Multi Port-Type service ==
 
== Multi Port-Type service ==
 
== Basic steps ==  
 
== Basic steps ==  

Revision as of 03:34, 25 March 2008

Adding State

In the first part of this tutorial we have creates a stateless service. However, the most common patterns used when developing gCube services are the ones that allow to create stateful service. In this part of the tutorial we see how to add a state to the SampleService.

Multi Port-Type service

Basic steps

Implementation

Configuring JNDIs & Descriptors

Building & Deploying

A Test Client