<?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 Modeller vs Designer in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/modeller-vs-designer/m-p/130210#M91518</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm looking to extend the GUI components in the pallette that are available in the Eclipse plugin (Designer) and the KIS BPM Modeller so that my end users have a smaller set of widgets to work with.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I'm seeing similar functionality in both tools and I am not sure which to extend.. the plugin or the modeller. I understand that the explorer is pretty much a Reference Impl, but it's pretty darn good and I suspect that it may be easier to extend.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any pointers on which one I should focus on and how can I go about this task (docs for extending the components)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Feb 2013 20:25:43 GMT</pubDate>
    <dc:creator>pankajtandon</dc:creator>
    <dc:date>2013-02-05T20:25:43Z</dc:date>
    <item>
      <title>Modeller vs Designer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/modeller-vs-designer/m-p/130210#M91518</link>
      <description>Hi,I'm looking to extend the GUI components in the pallette that are available in the Eclipse plugin (Designer) and the KIS BPM Modeller so that my end users have a smaller set of widgets to work with.But I'm seeing similar functionality in both tools and I am not sure which to extend.. the plugin o</description>
      <pubDate>Tue, 05 Feb 2013 20:25:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/modeller-vs-designer/m-p/130210#M91518</guid>
      <dc:creator>pankajtandon</dc:creator>
      <dc:date>2013-02-05T20:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Modeller vs Designer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/modeller-vs-designer/m-p/130211#M91519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We provide a web based modeler and an Eclipse plugin because we think they but have their use cases.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So it's really up to yourself which one you would choose. We will continue development efforts on both tools.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For extending the palette for the Designer we already have a large section in the user guide. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For the Modeler this needs to be done still, but a community member (m2spring) will create a Wiki for it (see this &lt;/SPAN&gt;&lt;A href="http://forums.activiti.org/en/viewtopic.php?f=8&amp;amp;t=5818&amp;amp;start=10" rel="nofollow noopener noreferrer"&gt;post&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 07:38:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/modeller-vs-designer/m-p/130211#M91519</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-02-06T07:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Modeller vs Designer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/modeller-vs-designer/m-p/130212#M91520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Incrementally extending the Designer is pretty easy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can follow this example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[img]&lt;/SPAN&gt;&lt;A href="https://github.com/jenkinsci/jenkow-plugin/tree/master/jenkow-designer-extension" rel="nofollow noopener noreferrer"&gt;https://github.com/jenkinsci/jenkow-plugin/tree/master/jenkow-designer-extension&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Incrementally extended the Modeler is not possible at this point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working on adding a new task type ("Jenkins task") into the Modeler here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/m2spring/Activiti/tree/jenkow-0.3.0" rel="nofollow noopener noreferrer"&gt;https://github.com/m2spring/Activiti/tree/jenkow-0.3.0&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Take a look here, too:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://docs.codehaus.org/display/ACT/Extending+Modeler+with+new+task+type" rel="nofollow noopener noreferrer"&gt;http://docs.codehaus.org/display/ACT/Extending+Modeler+with+new+task+type&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The new task is working so far.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The missing functionality is the import of BPMN files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Max&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 22:12:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/modeller-vs-designer/m-p/130212#M91520</guid>
      <dc:creator>m2spring</dc:creator>
      <dc:date>2013-02-06T22:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Modeller vs Designer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/modeller-vs-designer/m-p/130213#M91521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi m2spring,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for the pointers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Altho' I cannot get to the link that tells me how to extend the Designer (broken image)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please repost that link?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2013 14:53:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/modeller-vs-designer/m-p/130213#M91521</guid>
      <dc:creator>pankajtandon</dc:creator>
      <dc:date>2013-02-25T14:53:15Z</dc:date>
    </item>
  </channel>
</rss>

