<?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: tJava and tMap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tJava-and-tMap/m-p/2281083#M55732</link>
    <description>I am not sure which components i can use but requirement is that one java program manages one java POJO and another program manages an another java POJO. Example: ERPOrder pojo needs to be mapped to LocalOrder pojo. In this case, ERPOrder pojo contains fields which needs to be transformed to new POJO fields LocalOrder based on various business rules. Currently, everything mapping rules is hard-coded into one program. 
&lt;BR /&gt;In studio 5.6.1 i do not see *Joblet* option.</description>
    <pubDate>Mon, 13 Apr 2015 22:33:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-04-13T22:33:22Z</dc:date>
    <item>
      <title>tJava and tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tJava-and-tMap/m-p/2281081#M55730</link>
      <description>Hi,
&lt;BR /&gt;I am new to TalendStudio 5.6. I need to make my java program extensible by using tMap. Is it possible to use one tJava to feed into tMap with two sets of structs and have tMap tool to perform mapping and output fed into another tJava?
&lt;BR /&gt;Another side question, is it possible to create dependent Job in TalendStudio 5.6 sharing some data, context etc?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 09 Apr 2015 19:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tJava-and-tMap/m-p/2281081#M55730</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-09T19:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: tJava and tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tJava-and-tMap/m-p/2281082#M55731</link>
      <description>Hi,
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I am new to TalendStudio 5.6. I need to make my java program extensible by using tMap. Is it possible to use one tJava to feed into tMap with two sets of structs and have tMap tool to perform mapping and output fed into another tJava?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;Could you please elaborate your case with an example with input and expected output values? &lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Another side question, is it possible to create dependent Job in TalendStudio 5.6 sharing some data, context etc?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Are you looking for Talend joblet? Or you're looking into 
&lt;A href="https://help.talend.com/search/all?query=tRunJob&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tRunJob&lt;/A&gt; component which helps mastering complex Job systems which need to execute one Job after another.
&lt;BR /&gt;
&lt;A href="https://help.talend.com/search/all?query=What+is+a+Joblet&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=What+is+a+Joblet&amp;amp;content-lang=en&lt;/A&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 10 Apr 2015 04:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tJava-and-tMap/m-p/2281082#M55731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-10T04:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: tJava and tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tJava-and-tMap/m-p/2281083#M55732</link>
      <description>I am not sure which components i can use but requirement is that one java program manages one java POJO and another program manages an another java POJO. Example: ERPOrder pojo needs to be mapped to LocalOrder pojo. In this case, ERPOrder pojo contains fields which needs to be transformed to new POJO fields LocalOrder based on various business rules. Currently, everything mapping rules is hard-coded into one program. 
&lt;BR /&gt;In studio 5.6.1 i do not see *Joblet* option.</description>
      <pubDate>Mon, 13 Apr 2015 22:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tJava-and-tMap/m-p/2281083#M55732</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-13T22:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: tJava and tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tJava-and-tMap/m-p/2281084#M55733</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I am not sure which components i can use but requirement is that one java program manages one java POJO and another program manages an another java POJO. Example: ERPOrder pojo needs to be mapped to LocalOrder pojo. In this case, ERPOrder pojo contains fields which needs to be transformed to new POJO fields LocalOrder based on various business rules.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Could you please take a look at component 
&lt;A href="https://help.talend.com/search/all?query=tJavaFlex&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tJavaFlex&lt;/A&gt; which lets you add Java code to the Start/Main/End code sections of this component itself. 
&lt;BR /&gt;*Joblet* option is only available in Talend Enterprise Subscription Version not open source. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 14 Apr 2015 11:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tJava-and-tMap/m-p/2281084#M55733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-14T11:44:49Z</dc:date>
    </item>
  </channel>
</rss>

