Since we're on a major migration process of this website, some component documents here are out of sync right now. In the meantime you may want to look at the early version of the new website
https://camel.apache.org/staging/
We would very much like to receive any feedback on the new site, please join the discussion on the Camel user mailing list.
Ideas for the Apache Sponsored GSoC2009. 2009Full support of the Camel DSL in Ruby and PythonCamel provides an Enterprise Integration Patterns Domain Specific Language which can be used from many languges such as Java, XML, Groovy, Scala. There is support for Ruby and Python as well, but limited at the moment. The proposal is to bring the Ruby and Python support up to par with the current Camel features. Modifying Routes at runtimeWe can already modify XML at runtime; we could do with visualisations using Scala, Ruby, Groovy, Python so that folks can view & edit the routes in whatever language they want and hack them. For more see the Web Console which supports updating the routes at runtime using the XML structure. To do this we'll need to be able to turn a RouteDefinition back into the DSLs - such as Groovy/Ruby/Scala/Python |