Developing Integration Solutions¶
The contents on this page will walk you through the topics related to developing integration solutions using WSO2 Micro Integrator.
Development workflow¶
Integration developers will follow the workflow illustrated by the following diagram.
Step 1: Set up the workspace | To start developing integration solutions, you need to first set up your workspace. Install WSO2 Integration Studio, which you will use to develop, build, and test your integration artifacts. |
Step 2: Develop the artifacts |
Before you start developing your artifacts, design the synapse configurations that suite your requirement. Use the following resources:
|
Step 3: Build and Run the integration |
Once you have developed your integration solution,
|
Step 4: Iterate and improve |
You can easily test your integration flow either in a container environment, or a VM.
|
Step 5: Deploy in production |
It is recommended to use a CICD pipeline to deploy your tested integration solutions in the production environment.
WSO2 Integration Studio handles the continous integration of your solutions by generating the
artifacts that need to be pushed to a remote artifact repository for the continous deployment process:
|
Related topics¶
Develop your first integration solution. You can try the development workflow end-to-end by running a simple use case. | Using WSO2 Integration Studio Get familiar with the developer tool for creating your integration solutions. |