cancel
Showing results for 
Search instead for 
Did you mean: 

Usage of UDF and DOM parsing

Former Member
0 Kudos

Hi Experts,

Can you please tell me when to use UDF and when to use Java Mapping?

Thanks and Regards

Atanu Mazumdar

Edited by: ATANU1 on May 17, 2011 2:06 PM

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

If your requiremnt is complex and it cant be achived using Standard functions and with UDF's.

Then you think about other alternatives, in this case go with JAVA Mapping..

if you are expert in JAVA coding then go with JAVA Mapping,it gives very good performance compare to other mapping techniques.

Regards,

Raj

Former Member
0 Kudos

udf is for complex mappings at specific fields.

if you have a lot of complex rules that require handling multiple fields, sorting etc, then you should consider java mapping

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

If you requirement is slightly complex and not able to handle through message mapping then try UDF. If the requirement is too complex and you might have to handle the logic just more than a simple function then go for Java Mapping.

Java Mapping perfomance is always good. But troubleshooting or debug the logic within runtime is slightly tougher here than simple UDF.