Developing the GMF model to add a new mediator in WSO2 Integration Studio -Part 4

Praveen Nadarajah
2 min readJun 29, 2019

esb.gmftool

Let’s move on to esb.gmftool modeling.

  1. Go to the plugin “org.wso2.developerstudio.eclipse.gmf.esb” in the project explorer. Double click on it. Select model → esb.gmftool.

2. Double click on “esb.gmftool”. Select platform → Tool Registry → Pallete esbPalette → Tool Group Mediators.

3. Let’s add CalculatorMediator to Tool Group Mediator. Right click on Tool Group Mediators and select New Child → Creation Tool.

4. Right click on the newly created “Creation Tool” and click on “Show Properties View”. Set the properties as shown below

Description — Create new CalculatorMediator

Title — CalculatorMediator

5. Let’s add “Small Icon Default Image” to CalculatorMediator. Right click on the newly created “Creation Tool CalculatorMediator” and select New Child → Small Icon Default Image

6. Similarly, add the “Large Icon Default Image” as mentioned in the previous step

This ends the modeling of esb.gmftool.

References

--

--