What is covered?

Description

Takes a name from a browser and adds text to create an output of “Hello, [name], How are you?”

Under the Hood

Mule parses the value entered via a HTTP request, does some validation, and uses a java class called greeter to add some text to the string before passing it on to another flow. The second flow Append text, then passes it back HTTP response.