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
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
>>
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
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
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
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
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