Re: Camel Web Console Questions

2011-06-02 Thread Jim Talbut
On 26/05/2011 13:13, James Strachan wrote: On 26 May 2011 12:57, Jim Talbut wrote: Yeah. How about /camel/{contextId}/routes/{routeId} I picked /camel as the root URI for all contexts so that we can then mix this web app with other web apps showing other things without clashing James I've bee

Re: Camel Web Console Questions

2011-05-26 Thread James Strachan
On 26 May 2011 12:57, Jim Talbut wrote: > On 26/05/2011 11:51, James Strachan wrote: >> >> Also we don't need to rewrite camel-web just to provide support for >> multiple contexts; all thats really required is one or two resource >> beans using the OSGi or JMX API to discover the contexts and a >>

Re: Camel Web Console Questions

2011-05-26 Thread Jim Talbut
On 26/05/2011 11:51, James Strachan wrote: Also we don't need to rewrite camel-web just to provide support for multiple contexts; all thats really required is one or two resource beans using the OSGi or JMX API to discover the contexts and a template page or two and multiple contexts could be sup

Re: Camel Web Console Questions

2011-05-26 Thread Tarun Ramakrishna
Hi Jim, I also am just another plain Camel user. OSGi and multiple contexts: This is obviously a prime motivation. We need to view and observe the details of multiple Camel Contexts contributed by multiple bundles. The spring extender binds ApplicationContext objects as OSGi services - we want to

Re: Camel Web Console Questions

2011-05-26 Thread James Strachan
I agree with everything Jim just said :) So I'm sure we can trim the size down. e.g. we don't really need the scala compiler for deployment; we can compile all the templates at build time (though its very handy using it at development time for rapid reloading of templates as you edit them on the f

Re: Camel Web Console Questions

2011-05-26 Thread Jim Talbut
Tarun, I'm just another user, but I've recently been trying to turn camel-web into something that suits my needs. There are certainly problems with camel-web, but I'm not convinced that Tarun's heading in completely the right direction. The two big problems with camel-web for me are: 1. I u

Re: Camel Web Console Questions

2011-05-25 Thread boday
There has been a lot of discussion about reworking camel-web with regards to OSGI and multiple contexts. Overall, I agree that this app should be much more comprehensive, extensible and easy to integrate with existing apps. If camel-web can evolve into this...great. But currently, for specific r