<?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: Create a routine in Java in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Create-a-routine-in-Java/m-p/2318651#M88979</link>
    <description>Hello, thanks for your replies !&lt;BR /&gt;I know how to fill my routine, but my problem is how create "physicly" the routine.&lt;BR /&gt;When you create a routine with "Routine &amp;gt; Create routine", Talend create to files, a .properties file, and a .item file.&lt;BR /&gt;So, I need to create those files, but how..?</description>
    <pubDate>Tue, 12 Jul 2011 14:48:43 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2011-07-12T14:48:43Z</dc:date>
    <item>
      <title>Create a routine in Java</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-a-routine-in-Java/m-p/2318648#M88976</link>
      <description>Hello everybody&lt;BR /&gt;I'm creating a component with Talend 4.0.2, and during the process I need to create a routine.&lt;BR /&gt;So my question is simple : is there a simple way to create a Talend routine in Java ?&lt;BR /&gt;After a lot of try, I haven't found solutions.&lt;BR /&gt;Thank you all !&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Aurel</description>
      <pubDate>Sat, 16 Nov 2024 12:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-a-routine-in-Java/m-p/2318648#M88976</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T12:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create a routine in Java</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-a-routine-in-Java/m-p/2318649#M88977</link>
      <description>What do you mean regarding "talend routines"? You can extend your java component with classes or even packages by using your own external libraries</description>
      <pubDate>Sun, 10 Jul 2011 18:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-a-routine-in-Java/m-p/2318649#M88977</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-07-10T18:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create a routine in Java</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-a-routine-in-Java/m-p/2318650#M88978</link>
      <description>These blog posts describe creating Java routines in Talend. 
&lt;BR /&gt; 
&lt;A href="http://bekwam.blogspot.com/2011/02/user-defined-functions-with-talend-open.html" rel="nofollow noopener noreferrer"&gt;http://bekwam.blogspot.com/2011/02/user-defined-functions-with-talend-open.html&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://bekwam.blogspot.com/2011/07/trim-your-talend-tmaps-with-java.html" rel="nofollow noopener noreferrer"&gt;http://bekwam.blogspot.com/2011/07/trim-your-talend-tmaps-with-java.html&lt;/A&gt; 
&lt;BR /&gt;This post is the methodology and development environment setup I used for the BRules (from the Exchange) routines. Test-driven development (TDD) is well suited for routines because routines can be called in many different ways (with nulls, empty strings, etc.) and many unit tests help make sure that all cases continue to work. 
&lt;BR /&gt; 
&lt;A href="http://bekwam.blogspot.com/2011/06/test-driven-development-and-talend-open.html" rel="nofollow noopener noreferrer"&gt;http://bekwam.blogspot.com/2011/06/test-driven-development-and-talend-open.html&lt;/A&gt; 
&lt;BR /&gt;I do most of the development for BRules in Ecplise, but the TDD post describes a setup that is Open Studio-only. 
&lt;BR /&gt;Good luck. 
&lt;BR /&gt;-Carl</description>
      <pubDate>Sun, 10 Jul 2011 18:56:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-a-routine-in-Java/m-p/2318650#M88978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-10T18:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create a routine in Java</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-a-routine-in-Java/m-p/2318651#M88979</link>
      <description>Hello, thanks for your replies !&lt;BR /&gt;I know how to fill my routine, but my problem is how create "physicly" the routine.&lt;BR /&gt;When you create a routine with "Routine &amp;gt; Create routine", Talend create to files, a .properties file, and a .item file.&lt;BR /&gt;So, I need to create those files, but how..?</description>
      <pubDate>Tue, 12 Jul 2011 14:48:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-a-routine-in-Java/m-p/2318651#M88979</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-07-12T14:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Create a routine in Java</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-a-routine-in-Java/m-p/2318652#M88980</link>
      <description>walkerca's example are good, here are some tips on Talend and 
&lt;B&gt;how to use java routines in Talend TOS&lt;/B&gt;. 
&lt;BR /&gt;
&lt;A href="http://www.robertomarchetto.com/www/talend_data_integration_tips" rel="nofollow noopener noreferrer"&gt;http://www.robertomarchetto.com/www/talend_data_integration_tips&lt;/A&gt;
&lt;BR /&gt;Once defined, the 
&lt;B&gt;taled Java routines&lt;/B&gt; can be used in any Java expression editor, like the fields on tMap or tJavaRow.</description>
      <pubDate>Sun, 31 Jul 2011 11:59:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-a-routine-in-Java/m-p/2318652#M88980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-31T11:59:22Z</dc:date>
    </item>
  </channel>
</rss>

