RE: Spring vs Java DSL

2011-12-28 Thread diwakar
Hi, Thanks for the example. I opened xml in Fuse IDE and "threads" is supported (in miscellaneous). The screenshot is attached http://camel.465427.n5.nabble.com/file/n5105275/threads.JPG threads.JPG . With Best Regards, Diwakar -- View this message in context: http:

Re: Spring vs Java DSL

2011-12-28 Thread Christian Schneider
Am 28.12.2011 13:36, schrieb diwakar: Hi, >> do code assistance for you in the XML editor Did you mean Fuse IDE or any general purpose XML editor? (I was expecting support for threads DLS from Fuse IDE for Camel.) Please let me know your comment. With

RE: Spring vs Java DSL

2011-12-28 Thread Omar Atia
...@nsn.com] Sent: Wednesday, December 28, 2011 2:37 PM To: users@camel.apache.org Subject: Re: Spring vs Java DSL Hi, >> do code assistance for you in the XML editor Did you mean Fuse IDE or any general purpose XML editor? (I was expecting support for threads DL

Re: Spring vs Java DSL

2011-12-28 Thread diwakar
Hi, >> do code assistance for you in the XML editor Did you mean Fuse IDE or any general purpose XML editor? (I was expecting support for threads DLS from Fuse IDE for Camel.) Please let me know your comment. With Best Regards, Diwakar -- View this message

Re: Spring vs Java DSL

2011-12-28 Thread Claus Ibsen
On Wed, Dec 28, 2011 at 12:22 PM, diwakar wrote: > Hi, > >           Is "threads" DSL supported in Spring xml? >           How can the below code from http://camel.apache.org/async.html be > represented in xml? > from("jms:queue:order") >    .to("bean:validateOrder") >    .to("mock:validate") >  

Re: Spring vs Java DSL

2011-12-28 Thread diwakar
Hi, Is "threads" DSL supported in Spring xml? How can the below code from http://camel.apache.org/async.html be represented in xml? from("jms:queue:order") .to("bean:validateOrder") .to("mock:validate") .threads(20) // How can this be specified in XML? .unmar

Re: Spring vs Java DSL

2011-10-15 Thread Claus Ibsen
On Fri, Oct 14, 2011 at 7:59 PM, diwakar wrote: > Hi, > >                 Which is better? Can everything be done in both. >                 One drawback with Java is, it can not be opened in Fuse > Camel Editor. >                 Please let me know your comment. > It depends. Some people prefer

Re: Spring vs Java DSL

2011-10-14 Thread Brendan Long
On 2011-10-14 11:59 AM, diwakar wrote: > Which is better? Can everything be done in both. > One drawback with Java is, it can not be opened in Fuse > Camel Editor. I've found the Java one easier to use, because Eclipse will auto-complete and show JavaDocs. There are also some things that require