Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To summary, the application is listening for incidents coming from web service or files. According to the origin, the content (= incidents) are transformed into their correspodnding corresponding objects using for the CSV file, a new camel component : camel-bindy and for the Web Service camel-cxf component. Each message transformed is placed in a queue handled by ActiveMQ engine. All the messages (containing the objects) are next processed by a Bean service who will (with the help of injection of dependency provided by Spring) save the incidents in a DB.
A small Apache Wicket web application running in Jetty Web server provide to the users an screen to consult the incidents created.

Prerequisites

This tutorial uses:

...