Hi Mahdav, What you call the metamodel is the Camel Schema that you can read it or import it in Eclipse/IntelliJ IDE tools --> http://camel.apache.org/schema/spring/camel-spring.xsd. This document represents the DSL language, words to be used, their values and grammar rules.
Regards, Charles Moulliard Apache Committer Blog : http://cmoulliard.blogspot.com Twitter : http://twitter.com/cmoulliard Linkedin : http://www.linkedin.com/in/charlesmoulliard Skype: cmoulliard On Mon, Jul 11, 2011 at 10:21 AM, unmarshall <[email protected]> wrote: > Hi All, > > Is there any effort being put in developing a camel metamodel which can then > be used to create camel routes during design time using a graphical editor? > > I have seen the graphical editor from fuse source, but it is not based on > any meta-model. In fact it is not even a generator and it still requires > users to know all possible properties for any endpoint. It is just a > graphical representation of a Spring XML based camel routes. > > What we are looking for is to allow users to graphically create camel routes > and then depending on the user choice generate Spring XML representation of > the camel context or DSL of choice. > > Best Regards, > Madhav > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-metamodel-tp4574253p4574253.html > Sent from the Camel - Users mailing list archive at Nabble.com. >
