<?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: What means MODULE_GROUP in component's xml? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/What-means-MODULE-GROUP-in-component-s-xml/m-p/2323951#M93718</link>
    <description>Hi,
&lt;BR /&gt;What's the custom component you are using? Could you please give us more description about your job requirement?
&lt;BR /&gt;Have you already checked the KB article about:
&lt;A href="https://help.talend.com/search/all?query=How+to+create+a+custom+component" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:https://help.talend.com/search/all?query=How+to+create+a+custom+component&lt;/A&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
    <pubDate>Mon, 21 Dec 2015 08:09:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-21T08:09:24Z</dc:date>
    <item>
      <title>What means MODULE_GROUP in component's xml?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/What-means-MODULE-GROUP-in-component-s-xml/m-p/2323950#M93717</link>
      <description>&lt;P&gt;Hello!&lt;BR /&gt;Please, could you explain me how MODULE_GROUP property is used by Studio during compiling and building?&lt;BR /&gt;And where can I find more info on using IMPORT directive in custom cimponents?&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 19 Dec 2015 13:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/What-means-MODULE-GROUP-in-component-s-xml/m-p/2323950#M93717</guid>
      <dc:creator>est412</dc:creator>
      <dc:date>2015-12-19T13:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: What means MODULE_GROUP in component's xml?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/What-means-MODULE-GROUP-in-component-s-xml/m-p/2323951#M93718</link>
      <description>Hi,
&lt;BR /&gt;What's the custom component you are using? Could you please give us more description about your job requirement?
&lt;BR /&gt;Have you already checked the KB article about:
&lt;A href="https://help.talend.com/search/all?query=How+to+create+a+custom+component" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:https://help.talend.com/search/all?query=How+to+create+a+custom+component&lt;/A&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 21 Dec 2015 08:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/What-means-MODULE-GROUP-in-component-s-xml/m-p/2323951#M93718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-21T08:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: What means MODULE_GROUP in component's xml?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/What-means-MODULE-GROUP-in-component-s-xml/m-p/2323952#M93719</link>
      <description>Hello!
&lt;BR /&gt;I've been developing custom components, and have found that since version 6.0, file&amp;nbsp;tRESTClient_java.xml (for example) uses this construct: "&amp;lt;IMPORT MODULE_GROUP="cxf-core" REQUIRED="true" /&amp;gt;".&amp;nbsp;
&lt;BR /&gt;So, I would like to khow how this directive is interpreted by Studio to use it in my components!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;</description>
      <pubDate>Wed, 23 Dec 2015 16:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/What-means-MODULE-GROUP-in-component-s-xml/m-p/2323952#M93719</guid>
      <dc:creator>est412</dc:creator>
      <dc:date>2015-12-23T16:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: What means MODULE_GROUP in component's xml?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/What-means-MODULE-GROUP-in-component-s-xml/m-p/2323953#M93720</link>
      <description>Hi!&amp;nbsp; 
&lt;BR /&gt;Are there any ideas on the subject?&amp;nbsp; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;For example I've discovered the next styles of setting dependencies in components description xml: 
&lt;BR /&gt; 
&lt;BR /&gt;Old-style (?) 
&lt;BR /&gt; 
&lt;BR /&gt;&amp;lt;IMPORT NAME="dom4j" 
&lt;BR /&gt;MODULE="dom4j-1.6.1.jar" 
&lt;BR /&gt;UrlPath="platform:/plugin/org.talend.libraries.dom4j-jaxen/lib/dom4j-1.6.1.jar" 
&lt;BR /&gt;BundleID="org.apache.servicemix.bundles.dom4j"/&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt;&amp;lt;IMPORT NAME="cxf-rt-core" 
&lt;BR /&gt;MODULE="cxf-rt-core-2.7.12.jar" 
&lt;BR /&gt;UrlPath="platform:/plugin/org.talend.libraries.esb/lib/cxf-rt-core-2.7.12.jar" 
&lt;BR /&gt;BundleID=""/&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Since 6.0.0: 
&lt;BR /&gt; 
&lt;BR /&gt;&amp;lt;IMPORT NAME="hawtdb"&amp;nbsp; 
&lt;BR /&gt;MODULE="camel-hawtdb-alldep-2.15.4.jar"&amp;nbsp; 
&lt;BR /&gt;MVN="mvn 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;rg.talend.libraries/camel-hawtdb-alldep-2.15.4/6.0.0"&amp;nbsp; 
&lt;BR /&gt;UrlPath="platform:/plugin/org.talend.libraries.camel.alldeps/lib/camel-hawtdb-alldep-2.15.4.jar"/&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt;&amp;lt;IMPORT MODULE="commons-codec"&amp;nbsp; 
&lt;BR /&gt;MVN="mvn:commons-codec/commons-codec/1.10"/&amp;gt;&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;&amp;lt;IMPORT MODULE_GROUP="camel-groovy"/&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt;What are the difference between them? What style should I use as a component developer? Are there any additional styles?</description>
      <pubDate>Tue, 12 Jan 2016 12:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/What-means-MODULE-GROUP-in-component-s-xml/m-p/2323953#M93720</guid>
      <dc:creator>est412</dc:creator>
      <dc:date>2016-01-12T12:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: What means MODULE_GROUP in component's xml?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/What-means-MODULE-GROUP-in-component-s-xml/m-p/2323954#M93721</link>
      <description>Hi,&lt;BR /&gt;We are making an investigation on&amp;nbsp;your issue and then come back to you asap!&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 13 Jan 2016 08:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/What-means-MODULE-GROUP-in-component-s-xml/m-p/2323954#M93721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-13T08:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: What means MODULE_GROUP in component's xml?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/What-means-MODULE-GROUP-in-component-s-xml/m-p/2323955#M93722</link>
      <description>Thank you! 
&lt;BR /&gt;We are looking forward!&amp;nbsp; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 14 Jan 2016 06:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/What-means-MODULE-GROUP-in-component-s-xml/m-p/2323955#M93722</guid>
      <dc:creator>est412</dc:creator>
      <dc:date>2016-01-14T06:26:17Z</dc:date>
    </item>
  </channel>
</rss>

