Adding State

From GCube System
Revision as of 03:34, 25 March 2008 by Manuele.simi (Talk | contribs) (Adding State)

Jump to: navigation, search

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