38
Views
5
Comments
Solved
About Forge

Hi, I would like to know what languages can be used to create Forge components? I see that some use jQuery, C#, etc. How are they applied? Im just curious bcs Im new.

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

Hi,

It depends on the application type:

Traditional Web App: You code in OutSystems, javascript/html/css, jQuery

Reactive Web App & Library: You code in OutSystems, javascript/html/css, ReactJs 

Extensions: C#

Mobile Plugins: OutSystems, Cordova Plugin in highcode languages supported by iOS and Android

The OutSystems Visual Language Model generates C#, javascript/html/css

Regards,

Daniel

2024-05-16 09-12-57
Hanief Fathul Bahri Ahmad

thank you understand it now, and will try to implement it

2021-11-12 04-59-31
Manikandan Sambasivam

Please refer to the link below for ideas on how to create the forge component. 

https://success.outsystems.com/documentation/best_practices/development/the_complete_guide_to_creating_components/

https://success.outsystems.com/documentation/best_practices/development/forge_components_best_practices/


2024-05-30 10-12-48
Anushka singh

Hello

Forge components in OutSystems are developed using a variety of languages and technologies depending on the type of component and its intended use. Here’s a brief overview of the languages and how they are applied: JavaScript: For client-side logic, dynamic interactions, and custom functionality

.jQuery: A popular JavaScript library used for simplifying HTML DOM manipulation, event handling, and AJAX interactions.JavaScript/jQuery: Similar to reactive applications, used for client-side scripting and enhancing user interfaces.C# (in Integration Studio): Used to create custom server-side actions, extensions, and integrations with external systems.

SQL: For direct database interactions, often within advanced queries and aggregates.

The combination of these languages and technologies allows for the creation of highly customizable and functional Forge components in OutSystems. Understanding how and where to apply each language will significantly enhance your ability to develop robust applications within the OutSystems platform.

i hope it's help you


2024-05-16 09-12-57
Hanief Fathul Bahri Ahmad

Thank you for the information

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

Hi,

It depends on the application type:

Traditional Web App: You code in OutSystems, javascript/html/css, jQuery

Reactive Web App & Library: You code in OutSystems, javascript/html/css, ReactJs 

Extensions: C#

Mobile Plugins: OutSystems, Cordova Plugin in highcode languages supported by iOS and Android

The OutSystems Visual Language Model generates C#, javascript/html/css

Regards,

Daniel

2024-05-16 09-12-57
Hanief Fathul Bahri Ahmad

thank you understand it now, and will try to implement it

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