<?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: Questions comparing JET with Talend Development Kit in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Questions-comparing-JET-with-Talend-Development-Kit/m-p/2248289#M149287</link>
    <description>&lt;P&gt;Thanks for your clear answers.&lt;/P&gt;
&lt;P&gt;For now, I will keep old style coding. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Martin&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jun 2019 13:27:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-26T13:27:40Z</dc:date>
    <item>
      <title>Questions comparing JET with Talend Development Kit</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Questions-comparing-JET-with-Talend-Development-Kit/m-p/2248287#M149285</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Some questions regarding to the new style creating Talend Components.&lt;/P&gt; 
&lt;P&gt;1. With JET there is the possibility providing a Schema upfront. Definition is done inside the component XML File.&lt;/P&gt; 
&lt;P&gt;Example:&lt;/P&gt; 
&lt;P&gt;&amp;lt;PARAMETER NAME="XXX" NUM_ROW="17" FIELD="SCHEMA_TYPE" CONTEXT="ADDRESSWW_STATS" SHOW="true"&amp;gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;lt;TABLE READONLY="true"&amp;gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;COLUMN COMMENT="" KEY="false" NAME="RESULT_ID" TYPE="id_Integer" LENGTH="255" READONLY="true" CUSTOM="true" /&amp;gt;&lt;/P&gt; 
&lt;P&gt;…&lt;/P&gt; 
&lt;P&gt;What would be a similar way reaching same behaviour with “Talend Component Kit”, without pressing the “Guess” button?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;2. Columns within the table definition (question 1) could be marked as READONLY. I was not able detecting a method based on the SchmaBuilder?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;3. Is it possible creating 1:n Records from a Processor-Component? Within JET there is a simple way linking more than one templates together.&lt;/P&gt; 
&lt;P&gt;Example:&lt;/P&gt; 
&lt;P&gt;&amp;lt;CODEGENERATION&amp;gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;lt;TEMPLATES OUTPUT="In" INPUT="Loop"&amp;gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;TEMPLATE NAME="Loop" COMPONENT="xxxLoop"&amp;gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LINK_TO CTYPE="ITERATE" NAME="In"/&amp;gt;&lt;/P&gt; 
&lt;P&gt;...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;4. It’s nice that the repository had been opened providing datstores/datasets functions. Is there a hook or which API has to be included for adding own SWT-Layout style components/functions?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;5. For using SAP RFC you need the JNI DLL/SO inside the lib path. Which is the best way placing JNI related parts within a CAR File? And is the Class-Loader now able detecting that the DLL has already been loaded, without running into an Exception?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Questions-comparing-JET-with-Talend-Development-Kit/m-p/2248287#M149285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-02T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Questions comparing JET with Talend Development Kit</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Questions-comparing-JET-with-Talend-Development-Kit/m-p/2248288#M149286</link>
      <description>&lt;P&gt;Hi Martin,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;1. Guess schema is required for components having some output, it enables to ensure the component is portable and works reliably in the Studio but also the cloud.&lt;/P&gt; 
&lt;P&gt;2. Same as 1, this is not a feature available - from the time a column is incoming into a component it is up to the component to output it or not.&lt;/P&gt; 
&lt;P&gt;3. Injecting an&amp;nbsp;@Output with an emitter instead of the default programming style shortcut which is to get a Record directly, you should be able to do that.&lt;/P&gt; 
&lt;P&gt;4. Since Talend Component Kit components are also deployed into the Cloud (reactjs), SWT is not exposed or usable directly. The layout of datastores/datasets is inherited from they&amp;nbsp;@GridLayout or&amp;nbsp;@OptionsOrder.&lt;/P&gt; 
&lt;P&gt;5. Usually the component extract it in a either temporary location if you can unload the lib or user configured location if not, then loads it - ensure it is not done twice using a system property or so.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope it helps.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 09:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Questions-comparing-JET-with-Talend-Development-Kit/m-p/2248288#M149286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-26T09:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Questions comparing JET with Talend Development Kit</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Questions-comparing-JET-with-Talend-Development-Kit/m-p/2248289#M149287</link>
      <description>&lt;P&gt;Thanks for your clear answers.&lt;/P&gt;
&lt;P&gt;For now, I will keep old style coding. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 13:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Questions-comparing-JET-with-Talend-Development-Kit/m-p/2248289#M149287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-26T13:27:40Z</dc:date>
    </item>
  </channel>
</rss>

