Featured Post

Applying Email Validation to a JavaFX TextField Using Binding

This example uses the same controller as in a previous post but adds a use case to support email validation.  A Commons Validator object is ...

Tuesday, January 18, 2011

[TUTORIAL] Deployment with Talend Open Studio

To provide environment-specific settings for Talend Open Studio jobs, use ContextGroups and Contexts.

Talend Open Studio uses ContextGroups and Contexts to provide environment-specific settings for jobs. For example, a ContextGroup can be defined for a project and Contexts can be added for the different environments (Dev, Test, Prod, etc.). Within the Context, define variables and values to parameterize your components and remove environment dependencies.

No comments:

Post a Comment