Difference between revisions of "First projects"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "The installation of {{GVESB}} is provided with the following services. {|class="gvtable" ! Example scope !! Service name |- | Creating a synchronous service || [[...")
 
Line 6: Line 6:
 
| Creating a synchronous service ||  [[GVExample TOUPPER | TOUPPER]]
 
| Creating a synchronous service ||  [[GVExample TOUPPER | TOUPPER]]
 
|-
 
|-
| Creating an asynchronous service with JMS forward ||  [[GVExample TOUPPER_A | TOUPPER_A]]
+
| Creating an asynchronous service with JMS forward ||  TOUPPER_A
 
|-  
 
|-  
 
| Using the metadata || [[GVExample TestProperty | TestProperty ]]
 
| Using the metadata || [[GVExample TestProperty | TestProperty ]]
Line 12: Line 12:
 
| Interacting with FileSystem and validating XML files. Creating support services || [[GVExample ValidateXMLFiles |ValidateXMLFiles and ValidateSingleXMLFile]]
 
| Interacting with FileSystem and validating XML files. Creating support services || [[GVExample ValidateXMLFiles |ValidateXMLFiles and ValidateSingleXMLFile]]
 
|-
 
|-
| Sending an email with attachments || [[GVExample TestFileAttachment | TestFileAttachment]]
+
| Sending an email with attachments || TestFileAttachment
 
|-
 
|-
| Receiving and processing emails. Using support services || [[GVExample ProcessSVCEmails | ProcessSVCEmails and ProcessSingleSVCEmail]]
+
| Receiving and processing emails. Using support services || ProcessSVCEmails and ProcessSingleSVCEmail
 
|-
 
|-
| Sending an email with an Excel file as attachment.  Part of the preceding example || [[GVExample SendUserDataAsExcel | SendUserDataAsExcel ]]
+
| Sending an email with an Excel file as attachment.  Part of the preceding example || SendUserDataAsExcel
 
|-
 
|-
| Sending an email with a PDF file as attachment.  Part of the preceding example || [[GVExample SendUserDataAsPDF | SendUserDataAsPDF]]
+
| Sending an email with a PDF file as attachment.  Part of the preceding example || SendUserDataAsPDF
 +
|-
 +
| Using DataHandler || [[GVExample CCardQuery|CCardQuery]]
 
|}
 
|}
  
Clicking on the service name you can see a detailed description of the service configuration procedure.
+
Clicking on the service name you can see a detailed description of the service {{L_VULCON}} configuration procedure.
 
 
Click on [[Advanced Test Projects]] for more examples or if you want to prove {{GVESB}} by your own, go to the [[Test your self]] section where you can find a complete applicative exercise.
 

Revision as of 16:11, 11 February 2012

The installation of GreenVulcano® ESB is provided with the following services.

Example scope Service name
Creating a synchronous service TOUPPER
Creating an asynchronous service with JMS forward TOUPPER_A
Using the metadata TestProperty
Interacting with FileSystem and validating XML files. Creating support services ValidateXMLFiles and ValidateSingleXMLFile
Sending an email with attachments TestFileAttachment
Receiving and processing emails. Using support services ProcessSVCEmails and ProcessSingleSVCEmail
Sending an email with an Excel file as attachment. Part of the preceding example SendUserDataAsExcel
Sending an email with a PDF file as attachment. Part of the preceding example SendUserDataAsPDF
Using DataHandler CCardQuery

Clicking on the service name you can see a detailed description of the service VulCon® configuration procedure.