325
Views
1
Comments
Integration Studio vs Integration Builder

Hello.

Please it's not clear to me what is the difference between Integration Studio & Integration Builder.

I've gone through most of the OutSystems trainings & Documentations, as well as searched online, including on the forum where I saw this post https://www.outsystems.com/forums/discussion/64744/integration-builder/#Post254722.

However, still very unclear to me what is the difference in terms of their intended use & capabilities.

Please I'll appreciate a detailed & comparative answer (if possible with examples), not just the definitions put by OutSystems. Thanks.

2018-10-29 08-31-03
João Marques
 
MVP

Hi Chinenye,


Integration Studio is a tool that allows you to manage extensions. Extensions are pieces of high code developed in C# that can be integrated in the OutSystems environment and use it in OutSystems Service Studio as actions / entities.


On the other hand, Integration Builder, is an accelerator which allows you to setup the integration with one of the supported third party systems (e.g. MongoDB) through means of a visual no-code wizard that guides you through the configuration. The code will be generated with the actions and services you need to connect OutSystems to these third party systems, without having to code it. This code follows the best architecture practices as defined by OutSystems.


Kind Regards,
João

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.