Difference between revisions of "Adding State"
From GCube System
Manuele.simi (Talk | contribs) (→Adding State) |
Manuele.simi (Talk | contribs) (→Adding State) |
||
Line 1: | Line 1: | ||
= Adding State = | = Adding State = | ||
− | In the first part of this tutorial we have | + | 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 02:35, 25 March 2008
Contents
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.