RE: converting form JAVA DSL to Spring DSL

2011-11-22 Thread bvahdat
@Omar IMHO eclipse *does* support XML, pretty while ago Jon Anstey (coauther of the "Camel in Action" book) also created camel specific templates for it, look at [1] for details but be aware that the provided links there are outdated. You find the up-to-date version of them at [2]. Here's how my

Re: converting form JAVA DSL to Spring DSL

2011-11-21 Thread Taariq Levack
gmail.com] > Sent: Monday, November 21, 2011 11:05 PM > To: users@camel.apache.org > Subject: Re: converting form JAVA DSL to Spring DSL > > I'm using IntelliJ but Eclipse or any editor supporting xml with > schemas should be fine. > > Bilgin > > On Mon, Nov

RE: converting form JAVA DSL to Spring DSL

2011-11-21 Thread Omar Atia
Eclipse can't support XML , is there any maven plugin for IntelliJ as I'm downloading it now . -Original Message- From: Bilgin Ibryam [mailto:bibr...@gmail.com] Sent: Monday, November 21, 2011 11:05 PM To: users@camel.apache.org Subject: Re: converting form JAVA DSL to Sprin

Re: converting form JAVA DSL to Spring DSL

2011-11-21 Thread Bilgin Ibryam
ss...@hotmail.com] > Sent: Monday, November 21, 2011 10:39 PM > To: users@camel.apache.org > Subject: Re: converting form JAVA DSL to Spring DSL > > Thanks Bilgin. > > I'm not using IDE but will try using it. > > -- > View this message in context: > http:/

RE: converting form JAVA DSL to Spring DSL

2011-11-21 Thread Omar Atia
Is there any IDE different than Eclipse Plugin for apache camel ? -Original Message- From: newbiee [mailto:m_ess...@hotmail.com] Sent: Monday, November 21, 2011 10:39 PM To: users@camel.apache.org Subject: Re: converting form JAVA DSL to Spring DSL Thanks Bilgin. I'm not usin

Re: converting form JAVA DSL to Spring DSL

2011-11-21 Thread newbiee
Thanks Bilgin. I'm not using IDE but will try using it. -- View this message in context: http://camel.465427.n5.nabble.com/converting-form-JAVA-DSL-to-Spring-DSL-tp5011220p5011615.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: converting form JAVA DSL to Spring DSL

2011-11-21 Thread Bilgin Ibryam
If you have xml autocompletion in your IDE, you should use it. Current time is ${header.firedTime} Bilgin On Mon, Nov 21, 2011 at 5:55 PM, newbiee wrote: > I have following JAVA DSL: > > from("timer://myTimer?period=2000") > .setBody().simple("Current time is ${header.fir