While you'll spend the majority of your time using the route editor, Fuse IDE includes wizards that facilitate creating the following:
Fuse IDE projects
Apache Camel context files
Apache Camel-specific JUnit tests
Fuse IDE leverages the m2e plug-in's ability to execute Maven archetypes to create starting point projects for working on Apache Camel routes. The New Fuse IDE Project wizard displays the Apache Camel Maven archetype options. Selecting one creates a project that is properly configured for developing Apache Camel applications.
For more information, see Creating a new Fuse project.
Apache Camel context files are the key piece of any project. They contain the routing rules that form the backbone of an Apache Camel application. Fuse IDE has a simple wizard that creates new Apache Camel context files.
For more information, see Creating a new Apache Camel XML file.
Fuse IDE provides a wizard that generates JUnit code for testing your routes. The wizard makes it easy to select the assertions to test. It also simplifies the process of testing particular endpoints in a route.
For more information, see Creating a new Apache Camel JUnit test case.
Fuse IDE provides a wizard that creates a message that you can use to test a route. You drop the message on Camel endpoints or FuseMQ destinations to track its progress through the route. The wizard creates a skeletal message, which you can edit to customize the content of both the message body and the message header.
For more information, see Creating test messages for route tracing.