Apache Camel Code Generation in JBoss

190 views Asked by At

What API and which function (please mention function name and github.com repository if available) is called on camel JBoss Developer Studio IDE when we drag and drop components to palette i.e., Code generation from Design to Source editor?

2

There are 2 answers

4
Dmitrii Bocharov On
0
Aurélien Pupier On

the diagram is based on Eclipse graphiti. EMF is not used, we are using our own internal java model.

The repository is effectively this one: https://github.com/fusesource/fuseide The Drag'n'drop is mainly implemented in classes of this package: https://github.com/fusesource/fuseide/tree/master/editor/plugins/org.fusesource.ide.camel.editor/src/org/fusesource/ide/camel/editor/features

What are you trying to achieve? If you want to contribute, we can guide you directly on the github project or on our JIRA https://issues.jboss.org/projects/FUSETOOLS/

Regards,