Difference between revisions of "Paradigms of communication"

From GreenVulcano Wiki
Jump to: navigation, search
(Synchronous-Synchronous)
(Synchronous-Asynchronous)
Line 26: Line 26:
 
===Synchronous-Asynchronous===
 
===Synchronous-Asynchronous===
  
 +
[[File:ParadigmSA.jpg|thumb|Synchronous-Asynchronous]]The Synchronous-Asynchronous paradigm takes place following the Client -> {{GVESB}} -> Server direction.
 +
 +
 +
The following table shows its properties:
 +
{|class="gvtable"
 +
!  !! Client !! GVESB Workflow Number !! Server
 +
|-
 +
| Communication || Synchronous || 1 || Aynchronous
 +
|}
  
 
===Asynchronous-Synchronous===
 
===Asynchronous-Synchronous===

Revision as of 17:26, 10 February 2012

Description

Depending on the type of communication (Synchronous / Asynchronous), on the role played by GreenVulcano® ESB (active / passive) and on the response management, it is possible to have from a minimum of one to a maximum of four operations constituting a single interaction client - server.


GreenVulcano® ESB Configuration

GreenVulcano® ESB is configured for managing four paradigms of communication:

Synchronous-Synchronous

Synchronous-Synchronous

The Synchronous-Synchronous paradigm takes place following the Client -> GreenVulcano® ESB -> Server direction.


The following table shows its properties:

Client GVESB Workflow Number Server
Communication Synchronous 1 Synchronous

Synchronous-Asynchronous

Synchronous-Asynchronous

The Synchronous-Asynchronous paradigm takes place following the Client -> GreenVulcano® ESB -> Server direction.


The following table shows its properties:

Client GVESB Workflow Number Server
Communication Synchronous 1 Aynchronous

Asynchronous-Synchronous

Asynchronous-Asynchronous