Pure English

 
Software
Training
Hints & links
 
Computing
Elettronics
Matemathics
Tai Ji Quan
Giada Adriani
 
Thesis
Notes
Reviews
 
Blister
Short stories
Novels
Guests
 
Games
Events
Work-e
Ma.Ste.R.
 
Links
Search
About me
Contacts
Site map
Bandiera inglese Bandiera italiana

UNDER CONSTRUCTION

Advanced Mule Flows

MuleSoft ESB is an innovative tool designed to meet the modern requirements of integration using a simple, fast and intuitive approach. If you don't know MuleSoft we suggest to start from the introduction page.

Advanced flows

Below are listed some "advanced" projects. They are complete flows, each one facing and solving a specific problem. Each project contains a directory named doc with the essential documentation (usually a text file describing the main flow's features).

The documentation is written in Italian but comments, name conventions and main keywords (configuration files, XML notes, etc.) are in English.

See also: introduction to MuleSoftESB

  • Rest DB Json

    Complete REST service (GET and POST). The service accepts two types of GET requests (getAllRecords e getRecord) and a POST request to insert new records.
    The service is configured to connect to an Oracle database (not shipped with the project) and implements managements of errors. Data are exchanged in JSON format.
  • CRUD Rest

    Complete CRUD REST service (HTTP code status). This flow contains a bundle of web services complains with the CRUD pattern. The service is configured to connect to an PostgreSQL database (not shipped with the project). Data are exchanged in JSON format.