Thursday, February 18, 2016

Use WSO2 ESB Developer Studio to Create my first project (1) - Installation, Project Setup

1. Go to the following website to download the latest developer studio.
http://wso2.com/products/developer-studio/

2. Install developer studio in my local machine.

3. Click Eclipse I just installed and get into Eclipse.

4. Click on Developer Studio tab, then click Open Dashboard.


5. Click Maven Multi Module project

6. Enter group id and artifact id, then click on finish button.

7.Create ESB project. Click on ESB Config project.



8.  Choose new esb config project.
9. Enter ESB project name, click Finish.

10. Now I would like to create a new proxy service.

11.  Choose create a new proxy service, click on next.


12. Enter the service name, click finish.
13. Now the proxy service xml file is generated and opened in the IDE as below.
From here, we can drag Mediators or Endpoints from left side of palette to the design diagram.



No comments:

Post a Comment