|
8 | 8 |
|
9 | 9 | # WSO2 Integration Studio |
10 | 10 |
|
11 | | -WSO2 Integration Studio is a development environment used to design your integration scenarios and develop them. This can be used to develop services, features, and artifacts as well as manage their links and dependencies through a simplified graphical editor. |
| 11 | + |
| 12 | +WSO2 Integration Studio is a development environment used to design your integration scenarios and develop them. It can be used to develop services, features, and artifacts as well as manage their links and dependencies through a simplified graphical editor. |
| 13 | +It provides inbuilt debugging and testing capabilities to troubleshoot and identify the integration aspects while creating the artifacts. |
| 14 | +Furthermore, WSO2 Integration Studio offers different deployment approaches, including CAR (Carbon Application Archive) deployment, docker deployment, kubernetes deployment, WSO2 integration cloud deployment, etc., to cater your CI/CD (Continuous Integration/Continuous Development) requirements. |
| 15 | + |
| 16 | +[](https://ei.docs.wso2.com/en/latest/micro-integrator/develop/WSO2-Integration-Studio/) |
| 17 | + |
12 | 18 |
|
13 | 19 | [Installation](https://ei.docs.wso2.com/en/latest/micro-integrator/develop/installing-WSO2-Integration-Studio/) | |
14 | 20 | [Documentation](https://ei.docs.wso2.com/en/latest/micro-integrator/develop/intro-integration-development/) | |
@@ -52,19 +58,25 @@ If you are deploying in a VM, you can generate a **CAR** file (with your integra |
52 | 58 |
|
53 | 59 | ## Features |
54 | 60 |
|
55 | | -- **Graphical view**: Supports designing and development of the integration flow |
56 | | -- **Source view**: Represents the Synapse configuration of the integration flow |
57 | | -- **Connector support**: Supports working with WSO2 connectors at [WSO2 Store](https://store.wso2.com/store/assets/esbconnector/list) |
58 | | -- **Visual data mapping**: Maps input data formats to output data formats visually |
59 | | -- **Data integration support**: Supports data service and data source artifact generation |
60 | | -- **Business process support** : Supports BPEL workflow, human task, BPMN artifact generation |
61 | | -- **Docker support**: Supports Docker image generation |
62 | | -- **Kubernetes support**: Supports kubernetes deployment using [WSO2 EI Operator](https://github.com/wso2/k8s-ei-operator) |
| 61 | +- **Graphical View**: Supports designing and development of the integration flow |
| 62 | +- **Source View**: Represents the Synapse configuration of the integration flow |
| 63 | +- **Properties View**: Allows configuring and customizing artifacts |
| 64 | +- **Pre-defined Projects**: Facilitates structuring integration artifacts |
| 65 | +- **Updater Tool**: Provides bug fixes and improvements as updates |
| 66 | +- **Connector Support**: Supports working with WSO2 connectors at [WSO2 Store](https://store.wso2.com/store/assets/esbconnector/list) |
| 67 | +- **Visual Data Mapping**: Maps input data formats to output data formats visually |
| 68 | +- **Data Integration Support**: Supports data service and data source artifact generation |
| 69 | +- **Business Process Support** : Supports BPEL workflow, human task, BPMN artifact generation |
| 70 | +- **Docker Support**: Supports Docker image generation |
| 71 | +- **Kubernetes Support**: Supports kubernetes deployment using [WSO2 EI Operator](https://github.com/wso2/k8s-ei-operator) |
| 72 | +- **WSO2 Integration Cloud Support**: Supports deploying artifacts to the integration cloud |
63 | 73 | - **Synapse Testing Framework**: Allows testing the integration scenario with the Synapse Testing Framework |
64 | 74 | - **Debugger**: Allows debugging the mediation flow |
65 | | -- **WSO2 Server support**: Supports adding WSO2 ESB/EI servers as remote servers and WSO2 MI as the embedded server |
| 75 | +- **WSO2 Server Support**: Supports adding WSO2 ESB/EI servers as remote servers and WSO2 MI as the embedded server |
66 | 76 | - **Embedded JDK**: Contains with an embedded JDK |
67 | 77 | - **Embedded WSO2 Micro Integrator**: Contains with an embedded WSO2 Micro Integrator for testing the integration flow |
| 78 | +- **Integration Templates**: Pre-built integration templates to guide on boarding users |
| 79 | +- **REST Client**: Allows testing the integration scenarios |
68 | 80 |
|
69 | 81 |
|
70 | 82 | ## Distributions |
|
0 commit comments