cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding UDF...

Former Member
0 Kudos

Hi guys,

Could you let me know , how we can write UDFs in external java files..so that we call UDFs in XI by imporint jar files.

while developing code in JAVA we need some jar files rights which have container classes..etc etc..which are displayed in UDFS in XI..

Regards

Somu.

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member518917
Participant
0 Kudos

Hi,

following are the steps to create UDFs in external java files:

1) Create java class externally.

2) create jar file for this class

3) import it in "imported Archive"

4) In message mapping, create one more UDf and import this jar file.

5) in UDF, instantiate the external java class

6) using this object u can call methods of that java class.

Thanks

Ritu Sinha

0 Kudos

fgfdg

Edited by: Adish Jain on Sep 23, 2008 11:45 AM

former_member189441
Active Participant
0 Kudos

Hi,

how we can write UDFs in external java files..so that we call UDFs in XI by imporint jar files.

Do you want to write your java code externally and to use in your UDF ??

former_member859847
Active Contributor
0 Kudos

Hi,

Please use the Imported archive option in Mapping objects.

once u imported the jar file,

that can be used as an import for u r UDF.

i hope, u r doubt cleared.

warm regards

mahesh.

Former Member
0 Kudos

which package i have to use ..so that i can declare advance udf so that i can handle container and queus...

Somu.