|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Mapping Node vs ESQL |
« View previous topic :: View next topic » |
Author |
Message
|
fitzcaraldo |
Posted: Tue Oct 11, 2005 10:47 pm Post subject: Mapping Node vs ESQL |
|
|
Voyager
Joined: 05 May 2003 Posts: 98
|
We are starting a new WBIMB project that will use XML messages exclusively for which we have the XSDs.
In the past I have always done the message field mappings in raw ESQL and I was looking for opinions on whether it's worth using the Mapping node approach.
What are the advantages of the mapping node vs a line of ESQL? Is there anything other than the point and click convenience?
Is the lack of access to the Environment tree a problem? We use a function to read reference data into the Environment tree for use in the transformation flow and presumably this would no longer work.
I'd appreciate any thoughts. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Oct 12, 2005 3:54 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
If you need to validate the content of the messages, you need to model them.
If you need to model them, you might as well use the Mapping nodes for the grunt work. Except that there may be a bit of a learning curve vs writing the ESQL yourself.
If you need to use the Environment tree... then you can't do the grunt work with the Mapping node, I guess. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
wschutz |
Posted: Wed Oct 12, 2005 9:01 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
If your are dealy exclusively with XML transformations, you should have a look at the XMLTransformation node as well....
however, there is the same restriction wrt Environment, but again perhaps you can do all the mapping in the XMLTransformation node and then have a follow-on compute node to do the Environment setting stuff... _________________ -wayne |
|
Back to top |
|
 |
fitzcaraldo |
Posted: Wed Oct 12, 2005 9:07 pm Post subject: |
|
|
Voyager
Joined: 05 May 2003 Posts: 98
|
page 87 of the 'Developing Message Flow Applications' manual:
'Every mapping file has a single mapping procedure ...... These mapping procedures can also be called from ESQL..'
My reading of this is that I can create a mapping file that can subsequently (and independently) be called from a compute node. Is this correct? Has anyone done this? |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|