Difference between revisions of "Adding State"

From GCube System
Jump to: navigation, search
(Adding State)
(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 the first part of this tutorial we have created a stateless service for simplicity. 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.  
 
In this part of the tutorial we see how to add a state to the SampleService.  
 
== Multi Port-Type service ==
 
== Multi Port-Type service ==

Revision as of 03:35, 25 March 2008

Adding State

In the first part of this tutorial we have created a stateless service for simplicity. 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