<?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: How to create a custom ESB component? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-custom-ESB-component/m-p/2204146#M5147</link>
    <description>Hi Sabrina,
&lt;BR /&gt;thanks. Unfortunately this does not help. I do not want to create a DI component, but an ESB component. As there is no documentation yet, I have just created a JIRA ticket for it: 
&lt;A href="https://jira.talendforge.org/browse/DOCT-1297" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/DOCT-1297&lt;/A&gt;
&lt;BR /&gt;Best regards,
&lt;BR /&gt;Kai</description>
    <pubDate>Fri, 28 Dec 2012 13:58:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-12-28T13:58:53Z</dc:date>
    <item>
      <title>How to create a custom ESB component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-custom-ESB-component/m-p/2204142#M5143</link>
      <description>Different components exist already, e.g. cFile or cTimer. 
&lt;BR /&gt;Camel offers over 100 components (
&lt;A href="http://camel.apache.org/components.html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://camel.apache.org/components.html&lt;/A&gt;). Most of them can only be accessed via cMessagingEndpoint in Talend ESB. That works! However, it is not as comfortable as having a "cTalend" component for each Camel component. 
&lt;BR /&gt;So, I wonder how to create custom "cTalend" components (based on existing Camel components)? Is there a template and / or tutorial how to do this?</description>
      <pubDate>Sat, 16 Nov 2024 12:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-custom-ESB-component/m-p/2204142#M5143</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a custom ESB component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-custom-ESB-component/m-p/2204143#M5144</link>
      <description>Hi, 
&lt;BR /&gt;Do you want to custom a component in ESB?
&lt;BR /&gt;First, find a demo component in your &amp;lt;Taklend Installation dir\plugins\org.talend.designer.camel.components.localprovider_5.2.1.r95165\components&amp;gt;.
&lt;BR /&gt;Second, copy any existed component, and rename it.
&lt;BR /&gt;Third, there are five types file. You can design your custom component according to the file.
&lt;BR /&gt;Fourth, you can open .javajet file to code.
&lt;BR /&gt;see pics
&lt;BR /&gt;Hope it will help you!
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 18 Dec 2012 09:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-custom-ESB-component/m-p/2204143#M5144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-18T09:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a custom ESB component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-custom-ESB-component/m-p/2204144#M5145</link>
      <description>Thanks Sabrina.&lt;BR /&gt;using another component would work, but it is definitely not easy for getting started. Is there no documentation about the content and concepts of these files anywhere?&lt;BR /&gt;Of course, a short tutorial would be the best solution &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Btw: What is kind of data type is javajet? Is that a "view definition language" without public documentation?</description>
      <pubDate>Tue, 18 Dec 2012 12:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-custom-ESB-component/m-p/2204144#M5145</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-18T12:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a custom ESB component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-custom-ESB-component/m-p/2204145#M5146</link>
      <description>Hi, &lt;BR /&gt;I have consulted our documentation team, and there is no such detailed doc as you mentioned. Here is a documentation about component creation: https://help.talend.com/search/all?query=How+to+create+a+custom+component. Hope it will help you.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 19 Dec 2012 08:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-custom-ESB-component/m-p/2204145#M5146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-19T08:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a custom ESB component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-custom-ESB-component/m-p/2204146#M5147</link>
      <description>Hi Sabrina,
&lt;BR /&gt;thanks. Unfortunately this does not help. I do not want to create a DI component, but an ESB component. As there is no documentation yet, I have just created a JIRA ticket for it: 
&lt;A href="https://jira.talendforge.org/browse/DOCT-1297" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/DOCT-1297&lt;/A&gt;
&lt;BR /&gt;Best regards,
&lt;BR /&gt;Kai</description>
      <pubDate>Fri, 28 Dec 2012 13:58:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-custom-ESB-component/m-p/2204146#M5147</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-28T13:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a custom ESB component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-custom-ESB-component/m-p/2204147#M5148</link>
      <description>Hi, &lt;BR /&gt;OK, it is a good resolution and thanks for your feedback!&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 31 Dec 2012 02:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-custom-ESB-component/m-p/2204147#M5148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-31T02:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a custom ESB component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-custom-ESB-component/m-p/2204148#M5149</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi, &lt;BR /&gt;Do you want to custom a component in ESB?&lt;BR /&gt;First, find a demo component in your &amp;lt;Taklend Installation dir\plugins\org.talend.designer.camel.components.localprovider_5.2.1.r95165\components&amp;gt;.&lt;BR /&gt;Second, copy any existed component, and rename it.&lt;BR /&gt;Third, there are five types file. You can design your custom component according to the file.&lt;BR /&gt;Fourth, you can open .javajet file to code.&lt;BR /&gt;see pics&lt;BR /&gt;Hope it will help you!&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Unfortunately that instruction won't work at all, as all the URL compositing for camel components is done in 
&lt;BR /&gt;the header_route.javajet of the org.talend.designer.codegen plugin (one if statement for each supported component) instead of doing it with individual .javajet files loaded from the actual components. 
&lt;BR /&gt;See bug 
&lt;A href="https://jira.talendforge.org/browse/TESB-9596" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TESB-9596&lt;/A&gt; 
&lt;BR /&gt;I hope Talend will support custom Camel components.</description>
      <pubDate>Sat, 09 Nov 2013 01:10:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-custom-ESB-component/m-p/2204148#M5149</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-09T01:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a custom ESB component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-custom-ESB-component/m-p/2204149#M5150</link>
      <description>Hi, 
&lt;BR /&gt;Thanks for the jira issue. I have re-assigned it to ESB manager and inform you as long as there is a response.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 11 Nov 2013 03:33:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-custom-ESB-component/m-p/2204149#M5150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-11T03:33:04Z</dc:date>
    </item>
  </channel>
</rss>

