Products | Versions |
---|---|
TIBCO IntegrationManager | - |
Not Applicable | - |
Resolution:
IM Custom task still gives you a lot more flexibility and maintainability compared to the Java task - which pretty much has inline code.
The Java task was meant as an intermediate step between Javascript and custom task
- to put together simple scripts where JavaScript was not enough
- maybe some basic exception handling etc.
Also it helps people refrain from using JavaSscript if they so choose - as a Java task can be easily migrated to a custom task if needed and reused.