1

I can create a custom java function by adding a custom java function activity and loading my class into it.

I would like to create a custom java function for all my projects so I don't need to repeat the same thing with every project.

Is it possible to do such thing ?

Thanks in advance !

1 Answers1

1

I think the best approach to do this is to include your custom function in a DTL and use the DTL across your projects.

EmmanuelM
  • 337
  • 1
  • 6
  • Please explain what is DTL? – David Abragimov May 27 '20 at 15:24
  • A DTL is a BW 5.X Design Time Library, this is a set of BW resources (processes, shared resources, and etc) that are packaged together and cab be shared between projects. See Chapter 19 Sharing Common Resources with Other Projects in Process Design Guide available on http://docs.tibco.com for details. – EmmanuelM May 27 '20 at 18:53
  • Actually that's what i did as an alternative ! I thought there's another way of doing such thing, Thank you @EmmanuelM – Radwane Mabchour May 28 '20 at 10:25