Donnerstag, 19. Mai 2016

Querying Database via Camel

I recently stumpled a bit to query a database using Camel's JDBC component. The provided sample code on how to read the results was not working for me what is a bit strange because it is part of their tests.

Anyway if you have similar issues please find a working sample attached.

The whole project can be found on GitHub.

Mittwoch, 18. Mai 2016

Calling REST services via Camel

I recently tryed to call a REST service with Camel's CXFRS component and could not find an easy solution. So I tryed Camel's HTTP component and found out that it is working pretty straight forward.

Please find a working sample attached.

The whole project can be found on GitHub.