You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/docs/learn/message-routing.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Message routing
1
+
# Content-based message routing
2
2
3
3
In this tutorial, you'll create a service that allows users to reserve appointments at various hospitals. Requests will be directed to the appropriate hospital based on the request payload's content.
4
4
To accomplish this, you’ll build a REST service with a single resource in Ballerina Integrator extension. The resource will handle user requests, identify the hospital endpoint based on the hospital ID, forward the request to the specified hospital service to make the reservation, and return the reservation details.
Copy file name to clipboardExpand all lines: en/docs/roadmap/language-support.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# Ballerina language support in low-code development
2
2
3
-
The Kola low-code development environment provides an opinionated representation of the Ballerina language and its ecosystem, leveraging Ballerina’s core features to create a streamlined low-code experience.
3
+
The Ballerina Integrator development environment provides an opinionated representation of the Ballerina language and its ecosystem, leveraging Ballerina’s core features to create a streamlined low-code experience.
4
4
All configurations are serialized directly into Ballerina code—there is no intermediate representation—ensuring the source code remains the single source of truth.
5
5
6
6
This document offers a high-level overview of Ballerina language features, discusses the differences and limitations between pro-code and low-code development, and outlines the roadmap for aligning more advanced pro-code capabilities with the low-code environment in future releases.
7
7
8
8
## Low-code scope and limitations
9
9
10
-
The Kola low-code environment is designed to streamline development by abstracting complex Ballerina features and providing an intuitive visual experience.
10
+
The Ballerina Integrator low-code environment is designed to streamline development by abstracting complex Ballerina features and providing an intuitive visual experience.
11
11
However, this simplification has certain constraints.
12
12
Some advanced language features and custom configurations are not supported in low-code mode.
13
13
For greater flexibility and full access to Ballerina’s capabilities, developers can switch to the pro-code view when needed.
Copy file name to clipboardExpand all lines: en/docs/roadmap/overview.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# **Features and roadmap**
2
2
3
-
This document gives a broad overview of Kola's current features and future roadmap, emphasizing key capabilities available now and upcoming enhancements planned for future releases. Note that the roadmap might change and may not include all planned features.
3
+
This document gives a broad overview of Ballerina Integrator's current features and future roadmap, emphasizing key capabilities available now and upcoming enhancements planned for future releases. Note that the roadmap might change and may not include all planned features.
0 commit comments