Howto quickly setup an interface among systems using Apache Camel / Karaf (OSGI)
2012-07-25
In the article building system integrations with Apache Camel I’ll show how to create in 10 minutes an integration between two databases (without writing any lines of java or c# code):
- looking for uses in the database MOODLE (mysql) with missing attributes
- for each of that users retreiving the missing attributes from the database UPMS (m$ sql server) and then
- adding the missing attributes to the database MOODLE
I’ll use
- Apache Karaf 2.2.8
- Apache Camel 2.10.0
under Linux. Any suggestions and comments are welcome! Matteo