Skip to content

Commit 4736cb7

Browse files
committed
Update _data.json
Updates
1 parent a6be1c8 commit 4736cb7

1 file changed

Lines changed: 23 additions & 33 deletions

File tree

doc/_data.json

Lines changed: 23 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
}
5959
],
6060
"outcomesName": "Learning outcomes",
61-
"_outcomesComment": "Use IBM Integration Bus to create and invoke a message flow which transforms data using a Map.",
61+
"_outcomesComment": "Use IBM Integration Bus to create and drive a message flow which transforms data using a Map.",
6262
"outcomeList":
6363
[
6464
{
65-
"title": "Use IBM Integration Bus to create and invoke a message flow which transforms data using a Map."
65+
"title": "Use IBM Integration Bus to create and drive a message flow which transforms data using a Map."
6666
}
6767
],
6868
"summary":
@@ -75,7 +75,7 @@
7575
"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 Mapping node, and sends this back to the HTTP request."
7676
},
7777
{
78-
"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 including a Compute node (which uses ESQL), a Mapping node, a JavaCompute node (which can navigate data using an IBM Integration Bus Java API or JAXB), an XSL Transform node and a .NETCompute node."
78+
"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 Mapping node, a JavaCompute node (which can navigate data using an IBM Integration Bus Java API or JAXB), an XSL Transform node and a .NETCompute node."
7979
}
8080
]
8181
},
@@ -101,12 +101,15 @@
101101
"overview":
102102
{
103103
"name": "Create",
104-
"heading": "Import projects",
104+
"heading": "Import project",
105105
"_createComment": "A description of what will happen when the user clicks Import.",
106106
"sections":
107107
[
108108
{
109-
"section": "The Transformation_Map application includes one project that is imported into your workspace."
109+
"section": "Click <span class='uicontrol'>Import</span> and the <span class='uicontrol'>Transformation_Map</span> application will be imported into your workspace."
110+
},
111+
{
112+
"section": "The <span class='uicontrol'>Transformation_Map</span> message flow will be opened for you."
110113
}
111114
]
112115
},
@@ -117,7 +120,7 @@
117120
[
118121
{
119122
"title": "Knowledge Center link to ",
120-
"description": "Developing integration solutions by using applications",
123+
"description": "Developing integration solutions from scratch",
121124
"link": "com.ibm.etools.mft.doc/bi12002_.htm"
122125
}
123126
]
@@ -144,13 +147,13 @@
144147
"sections":
145148
[
146149
{
147-
"section": "The Transformation_Map application is shown in the Application Development view of your workspace."
150+
"section": "The <span class='uicontrol'>Transformation_Map</span> application is now shown in the Application Development view of your workspace."
148151
},
149152
{
150-
"section": ""
153+
"section": "No other preparation steps are required for this tutorial."
151154
},
152155
{
153-
"section": "The application will be deployed to your default integration server. The message flow is then started and ready to be invoked."
156+
"section": "Next you will use the Flow exerciser to send HTTP requests to the message flow."
154157
}
155158
]
156159
},
@@ -161,8 +164,8 @@
161164
[
162165
{
163166
"title": "Knowledge Center link to ",
164-
"description": "Developing integration solutions by using integration services",
165-
"link": "com.ibm.etools.mft.doc/bi12002_.htm"
167+
"description": "Using Message Maps",
168+
"link": "com.ibm.etools.mft.doc/br28800_.htm"
166169
}
167170
]
168171
},
@@ -188,20 +191,20 @@
188191
"sections":
189192
[
190193
{
191-
"section": "The Transformation_Java application is shown in the Application Development view of your workspace.",
194+
"section": "The <span class='uicontrol'>Transformation_Map</span> message flow should be open already:",
192195
"steps":
193196
{
194197
"type": "ordered",
195198
"details":
196199
[
197200
{
198-
"details": "Open the Transformation_Map message flow, and click the Flow Exerciser icon <img src='http://ot4i.github.io/ot4i.tutorials//dist/images/icons/iib/startFlowExerciser.png' alt='' /> to start recording the message path through the flow."
201+
"details": "Click the Flow Exerciser icon <img src='http://ot4i.github.io/ot4i.tutorials//dist/images/icons/iib/startFlowExerciser.png' alt='' /> to start recording the message path through the flow."
199202
},
200203
{
201204
"details": "Click the Send Message icon <img src='http://ot4i.github.io/ot4i.tutorials/dist/images/icons/iib/sendMessage.png' alt='' /> to select a message to send to the flow."
202205
},
203206
{
204-
"details": "Choose Message1, edit the message data if you like, and click Send. Your request message is sent to the HTTP input node."
207+
"details": "Choose Message1, edit the message data if you like, and click Send. Your request message is sent to the HTTP Input node."
205208
}
206209
]
207210
}
@@ -210,37 +213,24 @@
210213
"section": "After the request message is processed, the message path is automatically highlighted on the message flow."
211214
},
212215
{
213-
"section": "Click on any connection to see the data that passed through that connection. You can see that the request (input) message data has been transformed into a different response XML message."
214-
}
216+
"section": "Click on any connection to see the data that passed through that connection."
217+
},
218+
{
219+
"section": "You can see that the request (input) message data has been transformed into a different response XML message."
220+
}
215221
]
216222
},
217223
"helpLinks":
218224
{
219225
"title": "Find out more",
220226
"details":
221-
[
222-
{
223-
"title": "Knowledge Center link to ",
224-
"description": "Developing integration solutions by using applications",
225-
"link": "com.ibm.etools.mft.doc/bi12002_.htm"
226-
},
227+
[
227228
{
228229
"title": "Knowledge Center link to ",
229230
"description": "Testing your message flow by using the Flow exerciser",
230231
"link": "com.ibm.etools.mft.doc/rt26110_.htm"
231232
}
232233
]
233-
},
234-
"actions":
235-
{
236-
"title": "Run Actions",
237-
"details":
238-
[
239-
{
240-
"name": "Deploy",
241-
"method": "deployArtifacts()"
242-
}
243-
]
244234
},
245235
"exits":
246236
{

0 commit comments

Comments
 (0)