GVExample TOUPPER

From GreenVulcano Wiki
Revision as of 12:26, 31 January 2012 by Anonymous (talk) (Created page with "The easiest way to create a service with {{L_VULCON}} is to interact with the ''Wizard New Service'' option. From the core view: # expand the element GVServices # righ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The easiest way to create a service with VulCon® is to interact with the Wizard New Service option.


From the core view:

  1. expand the element GVServices
  2. right click the element Services
  3. select from the visualized drop down menu the object Wizard New Service


File:GVExamplesTOUPPER1.jpg
Creating service TOUPPER

In addition to the name of the service, the user could select a group (including those already configured) and a paradigm of communication between couples Client-ESB and ESB-Server. In this new service, the client will be the system suggested by the name "GVESB", and the server will be a testing service internal to GreenVulcano® ESB

  1. choose "DEFAULT_GRP" as a group
  2. choose "Synchronous-Synchronous" as a scenario
  3. call the Service "TOUPPER".



File:GVExamplesTOUPPER2.jpg
Chosing an operation

Continuing with the Wizard, the user can choose the client system, and the requested operation that will run on the server through the selection of the triple system-Channel-Operation.






File:GVExamplesTOUPPER3.jpg
Operation diagram

After you click on the button "Finish", a new service named "TOUPPER" will be available. In addition, a diagram is shown with the flow operations (in this case only one: the RequestReply).






Adding a Notification node

The user can also customize the flow created by adding new nodes with the help of the palette tools. For example, let's add a Notification node for notifying an error occurred in the flow (must be inserted after a check node and it is identified by a red arrow).

  1. pick a notification node present in the palette and drag it into the editor
  2. give it a name, we use notify
  3. make the Error connection (red arrow pointing from check_status to end_error nodes), to point to notify node by dragging the arrowhead
  4. create a Default connection from notify to end_error
  5. save the editor (Ctrl+s) or directly from the Eclipse Menu.