Chapter 5. Using Java in Talend

Java is a hugely popular and incredibly rich programming language. Talend is a Java code generator which makes use of many open source Java libraries, so this means that Talend functionality can easily be extended by integrating Java code into Talend jobs.

This chapter contains recipes that show some of the techniques for making use of Java within Talend jobs.

  • Performing one-off pieces of logic using tJava
  • Setting the context and globalMap variables using tJava
  • Adding complex logic into a flow using tJavaRow
  • Creating pseudo components using tJavaFlex
  • Creating custom functions using code routines
  • Importing JAR files to allow use of external Java classes

Introduction

For many data integration requirements, the standard Talend ...

Get Talend Open Studio Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.