Saturday, September 30, 2023

Designer IDE - 10.x Tips

In this blog, we will see some useful stuff in Designer apart from flow implementation.

How to connect Integration Server from Designer:
In real-time, we may need to connect multiple Integration Servers based on your environments like Dev IS, QA IS..etc.

Open Designer if not opened already
Go to Window> Preferences > Sofware AG > Integration Servers.
Click on Add and specify Host, Port and User Name and Password and then connect and click on Apply and Close it.


If you're using BPM, then ensure to configure function alias in IS Admin page and then configure Process Audit Database.

Recently Used Services:
You can customize recently used services based on your usage.

webMethods Microservices Runtime


Run/Debug
You can customize Colors based on your choice and comfort.


Web Service Descriptor Editor


webMethods.io Integration


API Gateway and API Portal

Java 
To set build path and you can do lot of things based on your requirement for implementing Java services

Appearance
You can choose Theme and color and Fonts ...

Short-cut Keys
You can customize short-cut keys

To change Perspective
Toggle between perspectives between Service Developments - Debug - Process Development.

                    Ctrl+F8
Its default, you can change it as shown above.

To find services in available packages

                    Ctrl +F

Change Views / Perspectives



Sync Document Types
Due to some reasons, some of the documents are out of sync then you can sync those documents with provider (Broker / UM) as shown below

Switch WorkSpace


If you know any other stuff, please comment here..I will update it.

Thanks for reading :-)

No comments:

Post a Comment

How to debug a Java Service.?

Please read my previous blog on Java Service Implementation to understand basics. After you have implemented Java Service successfully and e...