Search code examples
reusabilitytibcotibco-designer

Reusable Tibco subprocesses


If I have a sub-process that I'm using it in two Tibco projects, what will be the best way to reuse it?

Currently I'm copying the sub-process in both projects, but this leads to duplicated code, which is just hard to maintain.


Solution

  • Alternatively, if you're using BusinessWorks 5, use DTLs (design time libraries) that you can share across projects. Every time you change the DTL you need to build the project library (.projlib) and refresh your project/import the .projlib in the project that refers to it.

    A common example of why you want to use design-time libraries is when you want to share utility processes (e.g. logging, unique-id generation, etc).