Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to integrate talend with Spring framework?

Hi,
I am new to talend tools. As per our requirements, we need to use talend with Spring framework/?
Plase help me how to integrate talend tools with Spring frameworks?
Its very very urgent?
Please help me

Thanks and Regards
Mohan P
Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hi,
TOS generated code does not use the Spring framework.
Could you please explain what you mean with "integration to Spring framework".
Bye
Volker
Anonymous
Not applicable
Author

I need to execute talend from spring action?
Anonymous
Not applicable
Author

I' do not have deeper knowledge of spring. But I would say a generated class will not use IoC (DI lookup) or could be used easily out of an IoC-container (DI injection). Also AOP could not be used directly because the class does not extend or even provide an interface. You will need to write a wrapper to integrate it in your application.
If you have any further question it would be good to know what function, design concept you would like to use.
Bye
Volker