<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Embedded Talend? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218616#M13751</link>
    <description>You can export your job as a Java POJO package (or as an Axis WebService). I'm using this packages for my projects (in java) everyday.</description>
    <pubDate>Tue, 24 Jun 2008 15:02:53 GMT</pubDate>
    <dc:creator>fyk_cz</dc:creator>
    <dc:date>2008-06-24T15:02:53Z</dc:date>
    <item>
      <title>Embedded Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218613#M13748</link>
      <description>Is it possible to use Talend embedded inside another application (similar to how CloverETL allows embedded mode)? The goal would be to programmatically generate an ETL pipeline and then have Talend run it. 
&lt;BR /&gt;Thanks!</description>
      <pubDate>Sat, 16 Nov 2024 14:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218613#M13748</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218614#M13749</link>
      <description>Hello 
&lt;BR /&gt;tSystem component executes one or more command as you do on CMD. This component can typically used for companies which already implemented other application that they integrate into their processing flow through Talend. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 23 Jun 2008 06:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218614#M13749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-23T06:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218615#M13750</link>
      <description>Instead of having Talend call another process using tSystem, can the reverse be done? Can I have my system configure and run a Talend pipeline - so Talend is embedded into my application?
&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 24 Jun 2008 14:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218615#M13750</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-24T14:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218616#M13751</link>
      <description>You can export your job as a Java POJO package (or as an Axis WebService). I'm using this packages for my projects (in java) everyday.</description>
      <pubDate>Tue, 24 Jun 2008 15:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218616#M13751</guid>
      <dc:creator>fyk_cz</dc:creator>
      <dc:date>2008-06-24T15:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218617#M13752</link>
      <description>Exporting as a Java POJO sounds great for running the job, but doesn't that still require the UI to output the POJO?
&lt;BR /&gt;Is there a way to have Talend programmatically generate the ETL pipeline, and then generate the runtime Java POJO? For example, suppose I know I have two sources of data and want to join them and output them to a file. Does Talend have an API for creating a new ETL pipeline, configuring the two sources and sink, adding the join, and exporting the pipeline - all without requiring user interaction?
&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 24 Jun 2008 16:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218617#M13752</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-24T16:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218618#M13753</link>
      <description>Hi,
&lt;BR /&gt;Talend Export Job Scripts feature allows you to deploy and execute a job on any server, regardless
&lt;BR /&gt;Talend Open Studio.
&lt;BR /&gt;The job scripts export adds to an archive all the files required to execute the job, including the .bat and
&lt;BR /&gt;.sh along with the possible context-parameter files or relative files.
&lt;BR /&gt;The export type include also Java POJO, Axis Webservice (WAR) and Axis,Webservice (Zip).
&lt;BR /&gt;Best look</description>
      <pubDate>Tue, 24 Jun 2008 16:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218618#M13753</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-24T16:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218619#M13754</link>
      <description>Perhaps my question is not clear. I understand that I can export an ETL pipeline I've created in the UI and then run that job embedded in another Java application.
&lt;BR /&gt;My question:
&lt;BR /&gt;Can I create a new job, configure it, and export it using *only* the Talend API, not using the Talend UI at all?</description>
      <pubDate>Tue, 24 Jun 2008 22:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218619#M13754</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-24T22:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218620#M13755</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Is there a way to have Talend programmatically generate the ETL pipeline, and then generate the runtime Java POJO? For example, suppose I know I have two sources of data and want to join them and output them to a file. Does Talend have an API for creating a new ETL pipeline, configuring the two sources and sink, adding the join, and exporting the pipeline - all without requiring user interaction?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I mean you need own task generator, for recompute all in the space 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; ... 
&lt;BR /&gt;Create a job for a new data transfer, export the job to POJO package and embede generated package to your own app. If you need transfer something from somewhere to someplace, you need "somegenerator". But I mean, with well configured and prepared Talend job, you can use only one package and "something" define via properties and contexts.</description>
      <pubDate>Tue, 24 Jun 2008 22:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218620#M13755</guid>
      <dc:creator>fyk_cz</dc:creator>
      <dc:date>2008-06-24T22:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218621#M13756</link>
      <description>mikem2005, did you ever get your question answered? I'm looking for the same thing. As far as I can tell the only way to create a new job is through the TalenD UI.&lt;BR /&gt;There doesn't seem to be an API exposed for other applications to create jobs.</description>
      <pubDate>Wed, 07 Oct 2009 23:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218621#M13756</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-07T23:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218622#M13757</link>
      <description>Looks like Pentaho kettle uses an API. May please try to find out .&lt;BR /&gt;Please let us know in case it is useful.&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Pravu Mishra.</description>
      <pubDate>Thu, 08 Oct 2009 05:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218622#M13757</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-08T05:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218623#M13758</link>
      <description>Well, TOS is opensource, it'll be a pain, but you can try to look at the jar files &amp;amp; their API.
&lt;BR /&gt;A talend job is basically a xml file (see .item files) serialized from an EMF model (see the eclipse project).
&lt;BR /&gt;TIS (the non free version of TOS) has a console which can then compile the project.</description>
      <pubDate>Thu, 08 Oct 2009 21:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218623#M13758</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-08T21:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218624#M13759</link>
      <description>Hi Morbo, 
&lt;BR /&gt;The question is not about design of Talend and using Eclipse modelling framework(EMF) or java classes without having intergace implementation. 
&lt;BR /&gt;The question is about whether there is/are APIs which can be used independently from out side of TOS. Please let us know in case you have some idea about the API/s exposed by talend. 
&lt;BR /&gt;There are many third party APIs those are used by talend. Might be there are APIs developed by talend on top of third party API. Do you have any idea about it? 
&lt;BR /&gt;Any way talend is an excellent software. 
&lt;BR /&gt;Thanks and Regards, 
&lt;BR /&gt;Pravu Mishra.</description>
      <pubDate>Fri, 09 Oct 2009 05:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218624#M13759</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-09T05:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218625#M13760</link>
      <description>Hello, 
&lt;BR /&gt;I don't know much, I just did some digging on some area. 
&lt;BR /&gt;All I'm saying is that's it's already possible to manipulate the .item file in a regulated manner (thanks to EMF) and without TOS. I'm made a basic gui launcher wich uses this to read the item file, deduce the context parameters to expose. 
&lt;BR /&gt;See this about the EMF model of talend 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCp97CAC" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Is-there-a-the-xsd-for-item-files/td-p/99896&lt;/A&gt; 
&lt;BR /&gt;And this was a start of discution about talend use of GEF : 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCpYeCAK" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Which-class-of-TOS-generates-the-GUI-representation-of-a-job/td-p/102934&lt;/A&gt; but I didn't go further. 
&lt;BR /&gt;Feel free to share your investigations 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;. 
&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 09 Oct 2009 17:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218625#M13760</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-09T17:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218626#M13761</link>
      <description>Hello, 
&lt;BR /&gt;I know this post has been asleep for a while but the question has never been properly answered. 
&lt;BR /&gt;So, once again, is there today a way to define programmatically talend Job and execute them from my own java application ? 
&lt;BR /&gt;I checked the documentation, there is a guide for components development but that is not what i want, there is (to my knowledge), there is no available API, nothing useful on the maven repositories so... 
&lt;BR /&gt;Did i miss something ? Is it even possible to do what i'm asking ? I saw some tutorials about running already defined Talend Job from java application, i can maybe turn aroud this to build my own application but i'd like to be sure... 
&lt;BR /&gt;Sorry for the inconvenience, 
&lt;BR /&gt;Best Regards, Cyprien.</description>
      <pubDate>Wed, 30 Mar 2016 15:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Embedded-Talend/m-p/2218626#M13761</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-30T15:50:13Z</dc:date>
    </item>
  </channel>
</rss>

