I still not sure whether I understood what you want.
Do you plan to provide a web GUI (with JSP's) which integrates with your
back end systems via Camel?
E.G. you provide a route like:
from("direct:webOrderEntry")
.to("cxf:bean:orderEntryService") // calling the order Entry web service
.("jdbc://...") // update some database
.("jms:queue:billingQueue"); // send a message to the billing system
And in your JSP, you use a (Camel) producer template to send the message to
the "direct:webOrderEntry" endpoint? Is this roughly what you want to do?
Best,
Christian
On Tue, Dec 18, 2012 at 3:56 PM, Meriem <[email protected]> wrote:
> Ok. Is there a way to create a parameterized Pojo, like a router for
> example,
> that will do routing differently depending of the input value?
>
> Thank you very much for your help.
> Meriem.
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Problem-Apache-Camel-with-JSP-Tomcat-application-tp5724232p5724290.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
--