Nov
27
We have talked about how to start develop application in EAP with Spring DSL, out of all the three ways of developing Camel in EAP, this is probably easiest to do to. And in this post we are going to take that example a bit more further, show you how to integrate with Databases, Java beans in the application, creating a servlet and lastly setup a Restful webservice. If you would like to know how to do it in Java DSL with CDI, please go to this blogpost.
For this currency exchange project, I have store the exchange rate in the h2 database.