Hi, At a first glance (please correct me if I am wrong), the camel web console implementation appears to be very heavy - depending on Scala, scala template engines and several Jersey libraries which have a non-Apache licenses. It also appears to be unsuited to running on an OSGi environment where different bundles can contribute camel contexts.
Would the committers be interested if someone re-wrote this web-app to be more simpler (use HTML 5 techniques and move UI logic to client instead of heavy template engines), remove the Jersey dependencies (simply use servlets and a plain JSON library or if JAX/WS is really wanted use CXF for this) and abstract the lookup of Camel Contexts through some interface? Or is the community more than happy with what is there now and wouldn't like anything changed ? Best Regards, Tarun