Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey I have been using talend a little and I want to use it as part of another Eclipse application. Pretty much I want to take a job and call it from another java program. I could use system to do this but, that is not very portable and I need my application to be portable. Is there any good way to use a talend job inside another java program?
context.myValue = javax.swing.JOptionPane.showInputDialog("Please input a value");
How does one also specify the path to any relevant context files that might be required using this approach? I have seen a few threads about this but nothing from those seems to be helping me very much (they appear to work within batch files but I've not seen mention of them regarding an integrated project).
For example - Talend Open Studio will deliver a properties file such as job/jobname/context/Default.properties. I copy those properties into my project but can't seem to get the job to pick them up using the switch '--context_param file=/properties/Default.properties'
Any help appreicated.
cheers,
neil