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
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