Introducing Talend Component
Talend Component intends to simplify the development of connectors at two main levels:
- Runtime
-
how to inject the specific component code into a job or pipeline. It should unify as much as possible the code required to run in DI and BEAM environments.
- Graphical interfaces
-
unify the code required to be able to render in a browser (web) or the eclipse based Studio (SWT).
Talend Component System Requirement
Talend Component requires Java 8. You can download it on Oracle website.
To develop a component or the project itself it is recommended to use Apache Maven 3.5.0. you can download it on Apache Maven website.