While you will spend the majority of your time using the editor, Fuse IDE includes wizards that make it easy to create the following:
Fuse IDE projects
Apache Camel context files
Apache Camel specific JUnit tests
Fuse IDE leverages the m2eclipse plug-in's ability to execute Maven archetypes to create starting point projects for working on Apache Camel routes. The Apache Camel Maven archetypes are included in the New Fuse IDE Project wizard. Selecting one will create a project that is properly configured for developing Apache Camel applications.
For more information see Creating a new Fuse IDE project.
Apache Camel context files are the key part of any project. They contain the routing rules that form the backbone of a 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.