Re: Java DSL with FUSE ESB

2016-07-06 Thread souciance
> > as > > > > a standalone app. Now I want to deploy this to JBoss FUSE ESB. How > do I > > > do > > > > this with a DSL app? > > > > > > > > > > > > > > > > > > > > -- > > > Claus Ibsen &

Re: Java DSL with FUSE ESB

2016-07-06 Thread Morgan Hautman
want to deploy this to JBoss FUSE ESB. How do I > > do > > > this with a DSL app? > > > > > > > > > > > > > > -- > > Claus Ibsen > > - > > http://davsclaus.com @davsclaus > > Camel in Action 2: https://www.manning.com/ibsen2 > &

Re: Java DSL with FUSE ESB

2016-07-06 Thread souciance
do I > do > > this with a DSL app? > > > > > > > > -- > Claus Ibsen > - > http://davsclaus.com @davsclaus > Camel in Action 2: https://www.manning.com/ibsen2 > > > -- > If you reply to this email, your message will be ad

Re: Java DSL with FUSE ESB

2016-07-06 Thread Claus Ibsen
Just create a blueprint xml file with a and refer to the java route builders as you can do with spring also. See more details at using Java code at: http://camel.apache.org/spring.html On Wed, Jul 6, 2016 at 1:44 PM, Thomas Hehl wrote: > I finally have my Java DSL route working under camel the

Java DSL with FUSE ESB

2016-07-06 Thread Thomas Hehl
I finally have my Java DSL route working under camel the way that I want as a standalone app. Now I want to deploy this to JBoss FUSE ESB. How do I do this with a DSL app?