Development process example
The steps in this topic provide an example of the development process for an integration project:
Procedure
- Develop your integration project using Studio on a standard Windows 2000/XP machine.
- In Studio, verify that the orchestration is valid.
- Publish the integration project to the Integration Appliance.
- Open a browser on a Windows 2000/XP machine. In the browser, start the Web Management Console (WMC). From the WMC, issue a request to the Integration Appliance to deploy the orchestration job (instance) of the integration project.
- An event triggers an orchestration job to be created and to start processing the activities that make up the orchestration. For example, a file being placed in a particular directory on a FTP server can trigger an orchestration job to be created and start processing.
- From the WMC, verify that the orchestration job has completed and that no errors have occurred.
- Modify the integration project in Studio. For example, your original integration project checks if a file appears in a particular directory on the FTP server and now you want to modify your integration project to move the file from the FTP source directory to an FTP output directory.
- In Studio, verify that the project updates are valid by using the Verify tab to run each affected orchestration.
- From the WMC, undeploy the original integration project.
- Publish the modified integration project to the Integration Appliance.
- From the WMC, deploy the modified integration project.
- An event triggers an orchestration job to be created and to start processing the activities in the orchestration.
- From the WMC, verify that the integration project has run.