On Wed, Feb 15, 2012 at 11:11 AM, 4ndrew <[email protected]> wrote: > Hi, > > Is it possible to create a javadoc like documentation for camel Routes? Any > suggestion? I'd like to generate a doc which describes the actual Routes in > a method, not the method itself. > Any help would be greatly appreciated! Thx! >
There is this tooling, which can generate a DOT file of the routes, which can be loaded by graphical tooling http://camel.apache.org/visualisation.html Then there is Fuse IDE which can visualize Camel routes, and allows you to export to png/pdf etc and print the routes as well. http://fusesource.com/products/fuse-ide/ > -Andrew > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Route-documentation-tp5485524p5485524.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
