Author |
Message
|
MQ_LEO |
Posted: Thu Jul 06, 2006 1:59 pm Post subject: Regarding Javacompute Node code |
|
|
Apprentice
Joined: 06 Jul 2006 Posts: 29
|
Hi everybody,
Iam new to Java compute node using.
Iam using WBIMBV6.0
any body help me regarding javacompute node coding for
parsing XMLmessage to XML message .
Iam using Basic message floe
MQInput---->Javacompute node---->MQOutput node
My Input message like
<name>
<fname>xxxx</fname>
<lname>xxxx</lname>
</name>
Expected output message like
<NAME>
<FIRSTNAME>xxxx</FIRSTNAME>
<LASTNAME>xxxx</LASTNAME>
</NAME>
Thanks,
MQ_LEO |
|
Back to top |
|
 |
wschutz |
Posted: Thu Jul 06, 2006 4:08 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Wy don't you just use a XMLTransformation node? _________________ -wayne |
|
Back to top |
|
 |
MQ_LEO |
Posted: Thu Jul 06, 2006 5:04 pm Post subject: |
|
|
Apprentice
Joined: 06 Jul 2006 Posts: 29
|
Iam able to dothis with ESQL copute node.
Iwant to do with Javacompute node right now. Is it note possible with Javacomputenode.
Thanks
MQ_LEO |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jul 06, 2006 7:05 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
It's possible to do with a java compute node. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
MQ_LEO |
Posted: Fri Jul 07, 2006 4:51 am Post subject: |
|
|
Apprentice
Joined: 06 Jul 2006 Posts: 29
|
Please any body write code for me. iam not able to find how to write code.iam new to java. can you help me how to write codein java compute node
Thanks
MQ_LEO |
|
Back to top |
|
 |
dirac |
Posted: Fri Jul 07, 2006 5:28 am Post subject: |
|
|
Novice
Joined: 31 Mar 2005 Posts: 23
|
So did you lie in your job interview or have you been dropped in it by your manager?
 |
|
Back to top |
|
 |
MQ_LEO |
Posted: Fri Jul 07, 2006 5:51 am Post subject: |
|
|
Apprentice
Joined: 06 Jul 2006 Posts: 29
|
I dropped in it by my manager. |
|
Back to top |
|
 |
wschutz |
Posted: Fri Jul 07, 2006 7:00 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
The "Samples Gallery" has a sample transformations (one using xpath and one using the plugin API) under the sample JavaComputeNode category. _________________ -wayne |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Jul 07, 2006 3:13 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I'm sure your manager would be happier if you wrote this code yourself and took the time to understand how it worked so you could support it. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|