Can anyone explain use of Joblet in Talend -


can please give me brief description , uses of joblet in talend.

i have tried information in google it's bit confusing.

a joblet specific component replaces job component groups. joblets can reused in different jobs or several times in same job.

at runtime, joblet code integrated job code itself. no separate code generated, same java class being used.

unlike trunjob component, joblet code automatically included in job code @ runtime, using less resources. uses same context variables job itself, joblet easier maintain.

to use group of components standalone job, can use trunjob component. unlike joblet, trunjob has own context variables.

click here more usage of it


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -