<?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: Creating a Custom Component without Input or Output using the new Framework in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Creating-a-Custom-Component-without-Input-or-Output-using-the/m-p/2260012#M41294</link>
    <description>Or is this somehow possible?
&lt;BR /&gt;My problem is, that I need to use Log4j2 (for its Syslog Appender), so I need a way to write more complex code than a tjava can handle and include a log4j2 dependency.</description>
    <pubDate>Tue, 21 Jan 2020 09:34:02 GMT</pubDate>
    <dc:creator>Teguard_Dev</dc:creator>
    <dc:date>2020-01-21T09:34:02Z</dc:date>
    <item>
      <title>Creating a Custom Component without Input or Output using the new Framework</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-a-Custom-Component-without-Input-or-Output-using-the/m-p/2260009#M41291</link>
      <description>&lt;P&gt;Hello there,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Is there a way to create a Custom Component that has no Input or Outputs?&lt;/P&gt; 
&lt;P&gt;I'm new to using the new Framework (working with Intellij Talend Plugin).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The Create Component Api seems to only be able to let me create Components with IO added.&lt;/P&gt; 
&lt;P&gt;I want to create a component that sends a log Message once it gets trigger by an "OnSubjobOk" etc.&lt;/P&gt; 
&lt;P&gt;Is something like that possible?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-a-Custom-Component-without-Input-or-Output-using-the/m-p/2260009#M41291</guid>
      <dc:creator>Teguard_Dev</dc:creator>
      <dc:date>2024-11-16T03:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Custom Component without Input or Output using the new Framework</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-a-Custom-Component-without-Input-or-Output-using-the/m-p/2260010#M41292</link>
      <description>you may use tjava for that.
&lt;BR /&gt;why did you need intellij for that?
&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jan 2020 10:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-a-Custom-Component-without-Input-or-Output-using-the/m-p/2260010#M41292</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2020-01-20T10:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Custom Component without Input or Output using the new Framework</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-a-Custom-Component-without-Input-or-Output-using-the/m-p/2260011#M41293</link>
      <description>&lt;P&gt;Since it's not possible to write complex stuff in tJava (and the lack of ability to include log4j2 + custom configuration), I wanted to implement that as a custom component.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 10:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-a-Custom-Component-without-Input-or-Output-using-the/m-p/2260011#M41293</guid>
      <dc:creator>Teguard_Dev</dc:creator>
      <dc:date>2020-01-20T10:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Custom Component without Input or Output using the new Framework</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-a-Custom-Component-without-Input-or-Output-using-the/m-p/2260012#M41294</link>
      <description>Or is this somehow possible?
&lt;BR /&gt;My problem is, that I need to use Log4j2 (for its Syslog Appender), so I need a way to write more complex code than a tjava can handle and include a log4j2 dependency.</description>
      <pubDate>Tue, 21 Jan 2020 09:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-a-Custom-Component-without-Input-or-Output-using-the/m-p/2260012#M41294</guid>
      <dc:creator>Teguard_Dev</dc:creator>
      <dc:date>2020-01-21T09:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Custom Component without Input or Output using the new Framework</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-a-Custom-Component-without-Input-or-Output-using-the/m-p/2260013#M41295</link>
      <description>you can create your own component.&lt;BR /&gt;you can also use java tjavarow and tjavaFlex&lt;BR /&gt;but first think at what did you want to do for how many instances and tine. and so on…..</description>
      <pubDate>Wed, 22 Jan 2020 09:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-a-Custom-Component-without-Input-or-Output-using-the/m-p/2260013#M41295</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2020-01-22T09:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Custom Component without Input or Output using the new Framework</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-a-Custom-Component-without-Input-or-Output-using-the/m-p/2260014#M41296</link>
      <description>&lt;P&gt;Hm, I was not able to implement a Syslog Appender using log4j2 in the tjava component, mainly because I could not find a way to implement a log4j2 config file and also could not access log4j2 even though I added it as a dependency.&lt;/P&gt;&lt;P&gt;If there is a way to implement the log4j2.xml and a syslogAppender using the tJava component, I'd be very interested.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 12:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-a-Custom-Component-without-Input-or-Output-using-the/m-p/2260014#M41296</guid>
      <dc:creator>Teguard_Dev</dc:creator>
      <dc:date>2020-01-22T12:46:59Z</dc:date>
    </item>
  </channel>
</rss>

