You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Erik Allais <er...@altervisions.com> on 2007/08/09 12:21:05 UTC

Designing EIP case study

hi,
i need information how to design EIP?

There is an IDE to that or an eclipse plugins
Thanks

Regards,
Erik
-- 
View this message in context: http://www.nabble.com/Designing-EIP-case-study-tf4241800s22882.html#a12069904
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Designing EIP case study

Posted by Erik Allais <er...@altervisions.com>.
In fact, i need an IDE to model the workflow (graphically)
Its the best to way to show you my analysis

Regards,
Erik


James.Strachan wrote:
> 
> On 8/9/07, Erik Allais <er...@altervisions.com> wrote:
>>
>> hi,
>> i need information how to design EIP?
>>
>> There is an IDE to that or an eclipse plugins
> 
> There's not yet an eclipse plugin - but we're working on it.
> 
> Until a nice graphical IDE is available, you could use your Java IDE
> for smart completion when creating Java routing rules...
> http://activemq.apache.org/camel/routes.html
> 
> or you can use your XML IDE (with XSD smart completion) to edit the
> routing rules in XML
> http://activemq.apache.org/camel/spring.html
> 
> -- 
> James
> -------
> http://macstrac.blogspot.com/
> 
> 

-- 
View this message in context: http://www.nabble.com/Designing-EIP-case-study-tf4241800s22882.html#a12070836
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Designing EIP case study

Posted by James Zhang <jm...@gmail.com>.


James.Strachan wrote:
> 
> On 8/9/07, James Zhang <jm...@gmail.com> wrote:
>>
>>
>>
>> James.Strachan wrote:
>> >
>> > On 8/9/07, Erik Allais <er...@altervisions.com> wrote:
>> >>
>> >> hi,
>> >> i need information how to design EIP?
>> >>
>> >> There is an IDE to that or an eclipse plugins
>> >
>> > There's not yet an eclipse plugin - but we're working on it.
>> >
>> > Until a nice graphical IDE is available, you could use your Java IDE
>> > for smart completion when creating Java routing rules...
>> > http://activemq.apache.org/camel/routes.html
>> >
>> > or you can use your XML IDE (with XSD smart completion) to edit the
>> > routing rules in XML
>> > http://activemq.apache.org/camel/spring.html
>> >
>> > --
>> > James
>> > -------
>> > http://macstrac.blogspot.com/
>> >
>> >
>> Oh.
>> These days I frequently think that maybe I can contribute an eclipse
>> plugin
>> for camel aftertime....
> 
> Oooh! Go James! :) I'll buy you lots of beers!
> 
> Am thinking, given that we have a set of JAXB2 POJOS (camel.model
> package) along with an XSD, it should be pretty easy for someone how
> knows EMF/GMF to hack up an eclipse plugin fairly quickly.
> 
> I was wondering about the cimero project (version 2 is moving to the
> Eclipse SOA Tooling Project) which could be a good base for a Camel
> EIP editor.
> 
> Finally, in the sandbox there's a little experiment I had at a real
> text based DSL for eclipse; which generates an EMF model; so if that
> were revived, who knows, some Eclipse GMF jedi might be able to figure
> out how to turn it into an visual, as well as textual, editor.
> https://svn.apache.org/repos/asf/activemq/camel/ide/camel-eclipse/
> 
> -- 
> James
> -------
> http://macstrac.blogspot.com/
> 
> 

OK.I see.


James Zhang
2007/8/9

-- 
View this message in context: http://www.nabble.com/Designing-EIP-case-study-tf4241800s22882.html#a12073373
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Designing EIP case study

Posted by James Strachan <ja...@gmail.com>.
On 8/9/07, James Zhang <jm...@gmail.com> wrote:
>
>
>
> James.Strachan wrote:
> >
> > On 8/9/07, Erik Allais <er...@altervisions.com> wrote:
> >>
> >> hi,
> >> i need information how to design EIP?
> >>
> >> There is an IDE to that or an eclipse plugins
> >
> > There's not yet an eclipse plugin - but we're working on it.
> >
> > Until a nice graphical IDE is available, you could use your Java IDE
> > for smart completion when creating Java routing rules...
> > http://activemq.apache.org/camel/routes.html
> >
> > or you can use your XML IDE (with XSD smart completion) to edit the
> > routing rules in XML
> > http://activemq.apache.org/camel/spring.html
> >
> > --
> > James
> > -------
> > http://macstrac.blogspot.com/
> >
> >
> Oh.
> These days I frequently think that maybe I can contribute an eclipse plugin
> for camel aftertime....

Oooh! Go James! :) I'll buy you lots of beers!

Am thinking, given that we have a set of JAXB2 POJOS (camel.model
package) along with an XSD, it should be pretty easy for someone how
knows EMF/GMF to hack up an eclipse plugin fairly quickly.

I was wondering about the cimero project (version 2 is moving to the
Eclipse SOA Tooling Project) which could be a good base for a Camel
EIP editor.

Finally, in the sandbox there's a little experiment I had at a real
text based DSL for eclipse; which generates an EMF model; so if that
were revived, who knows, some Eclipse GMF jedi might be able to figure
out how to turn it into an visual, as well as textual, editor.
https://svn.apache.org/repos/asf/activemq/camel/ide/camel-eclipse/

-- 
James
-------
http://macstrac.blogspot.com/

Re: Designing EIP case study

Posted by James Zhang <jm...@gmail.com>.


James.Strachan wrote:
> 
> On 8/9/07, Erik Allais <er...@altervisions.com> wrote:
>>
>> hi,
>> i need information how to design EIP?
>>
>> There is an IDE to that or an eclipse plugins
> 
> There's not yet an eclipse plugin - but we're working on it.
> 
> Until a nice graphical IDE is available, you could use your Java IDE
> for smart completion when creating Java routing rules...
> http://activemq.apache.org/camel/routes.html
> 
> or you can use your XML IDE (with XSD smart completion) to edit the
> routing rules in XML
> http://activemq.apache.org/camel/spring.html
> 
> -- 
> James
> -------
> http://macstrac.blogspot.com/
> 
> 
Oh.
These days I frequently think that maybe I can contribute an eclipse plugin
for camel aftertime....

-- 
View this message in context: http://www.nabble.com/Designing-EIP-case-study-tf4241800s22882.html#a12070887
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Designing EIP case study

Posted by James Strachan <ja...@gmail.com>.
On 8/9/07, Erik Allais <er...@altervisions.com> wrote:
>
> hi,
> i need information how to design EIP?
>
> There is an IDE to that or an eclipse plugins

There's not yet an eclipse plugin - but we're working on it.

Until a nice graphical IDE is available, you could use your Java IDE
for smart completion when creating Java routing rules...
http://activemq.apache.org/camel/routes.html

or you can use your XML IDE (with XSD smart completion) to edit the
routing rules in XML
http://activemq.apache.org/camel/spring.html

-- 
James
-------
http://macstrac.blogspot.com/