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
"_commentskillLevel":"1=novice, 2=beginner, 3=intermediate, 4=Advanced or experienced and 5=Expert or Guru",
40
40
"skillLevel":"2",
41
41
"_commentConceptsUsed":"Give a list",
42
42
"conceptsUsed":
43
43
[
44
44
{
45
-
"concept":"XML Transformation node",
46
-
"description":"XML Transformation node"
45
+
"concept":"Compute node",
46
+
"description":"Compute node"
47
47
}
48
48
]
49
49
},
@@ -88,8 +88,8 @@
88
88
"tutorial":
89
89
{ "_common":
90
90
{
91
-
"name":"Transformation using XSL in a message flow",
92
-
"shortDescription":"Learn how to use an XML Transformation node to transform data using an XML Stylesheet in an IBM Integration Bus message flow by exploring this simple example.",
91
+
"name":"Transformation using ESQL in a message flow",
92
+
"shortDescription":"Learn how to use a Compute node to transform data using ESQL in an IBM Integration Bus message flow by exploring this simple example.",
93
93
"_comment_category":"Categories are either 'tool' or 'scenario'",
94
94
"category":"tool",
95
95
"isPattern" : "false",
@@ -104,8 +104,8 @@
104
104
"topicList":
105
105
[
106
106
{
107
-
"title":"XML Transformation node",
108
-
"description":"XML Transformation node"
107
+
"title":"Compute node",
108
+
"description":"Compute node"
109
109
},
110
110
{
111
111
"title":"XML parsing and writing",
@@ -116,8 +116,8 @@
116
116
"outcomeList":
117
117
[
118
118
{
119
-
"title":"Use IBM Integration Bus to create and invoke a message flow which transforms data using an XML stylesheet.",
120
-
"description":"Use IBM Integration Bus to create and invoke a message flow which transforms data using an XML stylesheet."
119
+
"title":"Use IBM Integration Bus to create and invoke a message flow which transforms data using ESQL.",
120
+
"description":"Use IBM Integration Bus to create and invoke a message flow which transforms data using ESQL."
121
121
}
122
122
],
123
123
"summary":
@@ -127,10 +127,10 @@
127
127
"sections":
128
128
[
129
129
{
130
-
"section":"This tutorial demonstrates a simple message flow which receives XML data over HTTP. The flow transforms the input XML structure into a different output XML structure using an XML Transformation node (whose behavior is based on a stylesheet, and sends this back to the HTTP request."
130
+
"section":"This tutorial demonstrates a simple message flow which receives XML data over HTTP. The flow transforms the input XML structure into a different output XML structure using a Compute node (whose behavior is based on ESQL), and sends this back to the HTTP request."
131
131
},
132
132
{
133
-
"section":"In IBM Integration Bus, message flows can be used to transform input data structures into output data structures. Several transformation options are provided including an XML Transformation node, a graphical data mapping node, a Compute node (which uses ESQL), a JavaCompute node (which can navigate data using an IBM Integration Bus Java API or JAXB) and a .NET Compute node."
133
+
"section":"In IBM Integration Bus, message flows can be used to transform input data structures into output data structures. Several transformation options are provided including a Compute node (which uses ESQL), a graphical data mapping node, a JavaCompute node (which can navigate data using an IBM Integration Bus Java API or JAXB), an XML Transformation node and a .NET Compute node."
134
134
}
135
135
]
136
136
}
@@ -147,7 +147,7 @@
147
147
"sections":
148
148
[
149
149
{
150
-
"section":"This tutorial demonstrates a simple message flow which receives XML data over HTTP. The flow transforms the input XML structure into a different output XML structure using an XML Transformation node (whose behavior is based on a stylesheet, and sends this back to the HTTP request."
150
+
"section":"This tutorial demonstrates a simple message flow which receives XML data over HTTP. The flow transforms the input XML structure into a different output XML structure using a Compute node (whose behavior is based on ESQL), and sends this back to the HTTP request."
151
151
},
152
152
{
153
153
"section":"You will import the message flow to your Integration Toolkit workspace, deploy it to your default integration server, and invoke the message flow by using the Flow exerciser."
@@ -197,7 +197,7 @@
197
197
"sections":
198
198
[
199
199
{
200
-
"section":"The Transformation_XSL application includes one project that is imported into your workspace."
200
+
"section":"The Transformation_ESQL application includes one project that is imported into your workspace."
201
201
}
202
202
]
203
203
},
@@ -210,7 +210,7 @@
210
210
"section":"Developing integration solutions by using applications."
211
211
},
212
212
{
213
-
"section":"The Transformation_XSL application is shown in the Application Development view of your workspace. You can explore the message flow Transformation_XSL.msgflow inside the application before deploying the application to an integration node."
213
+
"section":"The Transformation_ESQL application is shown in the Application Development view of your workspace. You can explore the message flow Transformation_ESQL.msgflow inside the application before deploying the application to an integration node."
214
214
}
215
215
]
216
216
},
@@ -238,7 +238,7 @@
238
238
"sections":
239
239
[
240
240
{
241
-
"section":"The Transformation_XSL application is shown in the Application Development view of your workspace."
241
+
"section":"The Transformation_ESQL application is shown in the Application Development view of your workspace."
242
242
},
243
243
{
244
244
"section":""
@@ -256,7 +256,7 @@
256
256
"sections":
257
257
[
258
258
{
259
-
"section":"The Transformation_XSL application will be deployed to your default integration server."
259
+
"section":"The Transformation_ESQL application will be deployed to your default integration server."
260
260
},
261
261
{
262
262
"section":"The message flow is then started and ready to be invoked."
@@ -289,15 +289,15 @@
289
289
"sections":
290
290
[
291
291
{
292
-
"section":"The Transformation_XSL application is shown in the Application Development view of your workspace.",
292
+
"section":"The Transformation_ESQL application is shown in the Application Development view of your workspace.",
293
293
"steps":
294
294
{
295
295
"type":"ordered",
296
296
"details":
297
297
[
298
298
{
299
299
"name":"",
300
-
"details":"Open the Transformation_XSL message flow, and click the Flow Exerciser icon to start recording the message path through the flow."
300
+
"details":"Open the Transformation_ESQL message flow, and click the Flow Exerciser icon to start recording the message path through the flow."
0 commit comments