[
https://issues.apache.org/activemq/browse/CAMEL-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44803#action_44803
]
Jonathan Anstey commented on CAMEL-769:
---------------------------------------
Thanks for looking at this Hadrian!
Before Camel 2.0 though, we should certainly look into the great points you
made earlier. In particular, the ability to switch features between DSLs seems
very important. IIRC we get a lot of list traffic from folks trying out stuff
in the Java DSL (cause its so damn easy) and wanting to convert their stuff
over to Spring DSL for production deployment. At the very least we could have
improved docs on this topic.
> Spring Camel Main should provide option to export all the RouteDefinitions as
> XML to a file
> -------------------------------------------------------------------------------------------
>
> Key: CAMEL-769
> URL: https://issues.apache.org/activemq/browse/CAMEL-769
> Project: Apache Camel
> Issue Type: Improvement
> Reporter: James Strachan
> Assignee: Hadrian Zbarcea
> Fix For: 1.5.0
>
> Attachments: dumpRoutesToXml.patch
>
>
> e.g.
> {code}
> java org.apache.camel.spring.Main -out foo.xml
> {code}
> Then once the CamelContext is created it grabs the getRouteDefintions() and
> writes them to an XML file
> {code}
> <routes xmlns="...">
> <route/> ...
> </routes>
> {code}
> This will then make it easy for tooling to visualise the routes
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.