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?
Apache Camel Code Generation in JBoss
180 views Asked by JnRambo At
2
There are 2 answers
0
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,
Have a look at JBoss Fuse Tooling for Eclipse.