In one of my projects I need ability to edit camel spring xml as the part of existing web application. There are set of just web-based xml editors. There are some work is done as part of hawtio camel plugin. Forge is on the way. But they all is not ready to be easy reused externally as I see. Maybe I am wrong and missed something?
Ideally will be to have following features supported:
- Online editing of camel spring xml which contains camel contexts/routes.
- Possibility to validate xml content (not only using schema). I know that such validation is in progress as part of forge addon, but maybe there are some other ways?
- Possibility to display xml as diagram (hawtio contains some implementation, but it's not ideal). If editing will be also possible it will be great, but I don't believe it's real now.