<?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: Embedding activitit in Angular2 application in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/embedding-activitit-in-angular2-application/m-p/11068#M4901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Thanks for your reply. I just wanted to know wether above said alfresco components from ADF can be used by activiti community 1.6 version or we need to have alfresco enterprise only. Since i saw in the comparision matrix of alfresco BPM community vs alfresco enterprise there is no feature ticked for ADF on community.&lt;/P&gt;&lt;P&gt;Another question is how can i use the activity process designer specifically the BPM modeler in my Angular2 template is there any documentation for that please help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Aug 2017 04:18:26 GMT</pubDate>
    <dc:creator>mdtabrezmca</dc:creator>
    <dc:date>2017-08-18T04:18:26Z</dc:date>
    <item>
      <title>Embedding activitit in Angular2 application</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/embedding-activitit-in-angular2-application/m-p/11065#M4898</link>
      <description>Hi All,&amp;nbsp; My current project is developed in angular 4 template how can i call or use activti which is developed in angular1.6 from with in my angular 4 template. Since i am unable to find&amp;nbsp; how i can integrate them.&amp;nbsp; For example i want to give a link in my angular 4 template and want to load activiti</description>
      <pubDate>Wed, 16 Aug 2017 11:16:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/embedding-activitit-in-angular2-application/m-p/11065#M4898</guid>
      <dc:creator>mdtabrezmca</dc:creator>
      <dc:date>2017-08-16T11:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding activitit in Angular2 application</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/embedding-activitit-in-angular2-application/m-p/11066#M4899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alfresco has &lt;A _jive_internal="true" href="https://community.alfresco.com/community/application-development-framework" rel="nofollow noopener noreferrer"&gt;ADF project&lt;/A&gt;, that generate Angular4 components on its &lt;A href="https://devproducts.alfresco.com/components/alfresco-js-api" rel="nofollow noopener noreferrer"&gt;Javascript API&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if these ADF Javascript APIs are the same as that Activiti uses for its Angular 1.6 dashboard.&lt;/P&gt;&lt;P&gt;There is perhaps a wrapper application that wraps both&amp;nbsp;&lt;SPAN&gt;Alfresco REST API and Activiti REST API that gives&amp;nbsp;This Alfresco Javascript APIs.&amp;nbsp;&lt;BR /&gt;If that is true, perhaps having spring-boot application to run the Activiti engine and Rest service and then running the wrapper application can serve a BPM UI made with the ADF angular 4 components.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;If someone here gives a better picture, I would like to know if this assumption is correct, and what minimum is necessary to get BPM part (preferably with Spring-boot) with ADF running? Thanks in advance.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 19:55:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/embedding-activitit-in-angular2-application/m-p/11066#M4899</guid>
      <dc:creator>andypr</dc:creator>
      <dc:date>2017-08-16T19:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding activitit in Angular2 application</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/embedding-activitit-in-angular2-application/m-p/11067#M4900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you can use alfresco-js-api&lt;A href="https://github.com/Alfresco/alfresco-js-api" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-js-api&lt;/A&gt;&amp;nbsp;by itself, the only thing that you need is the Process service if you want to use only the BPM capability.&lt;/P&gt;&lt;P&gt;For ADF again if you want to use&amp;nbsp;only the BPM capability you need only the &lt;SPAN&gt;Process&lt;/SPAN&gt; service. This is the page with the prerequisites;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Alfresco/alfresco-ng2-components/blob/master/PREREQUISITES.md" title="https://github.com/Alfresco/alfresco-ng2-components/blob/master/PREREQUISITES.md" rel="nofollow noopener noreferrer"&gt;alfresco-ng2-components/PREREQUISITES.md at master · Alfresco/alfresco-ng2-components · GitHub&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;In ADF you can find already a lot of Components that works with the content service this is the list:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Alfresco/alfresco-ng2-components/tree/master/ng2-components" title="https://github.com/Alfresco/alfresco-ng2-components/tree/master/ng2-components" rel="nofollow noopener noreferrer"&gt;alfresco-ng2-components/ng2-components at master · Alfresco/alfresco-ng2-components · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 13:17:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/embedding-activitit-in-angular2-application/m-p/11067#M4900</guid>
      <dc:creator>eugenio_romano</dc:creator>
      <dc:date>2017-08-17T13:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding activitit in Angular2 application</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/embedding-activitit-in-angular2-application/m-p/11068#M4901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Thanks for your reply. I just wanted to know wether above said alfresco components from ADF can be used by activiti community 1.6 version or we need to have alfresco enterprise only. Since i saw in the comparision matrix of alfresco BPM community vs alfresco enterprise there is no feature ticked for ADF on community.&lt;/P&gt;&lt;P&gt;Another question is how can i use the activity process designer specifically the BPM modeler in my Angular2 template is there any documentation for that please help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 04:18:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/embedding-activitit-in-angular2-application/m-p/11068#M4901</guid>
      <dc:creator>mdtabrezmca</dc:creator>
      <dc:date>2017-08-18T04:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding activitit in Angular2 application</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/embedding-activitit-in-angular2-application/m-p/11069#M4902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;At the moment ADF works only with the enterprise version of the process service.&lt;/P&gt;&lt;P&gt;You can find some article here about how to use ADF with the PS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="link-titled" href="https://community.alfresco.com/community/application-development-framework/content?filterID=contentstatus%5Bpublished%5D~objecttype~objecttype%5Bdocument%5D&amp;amp;browseSite=place-content&amp;amp;containerType=14&amp;amp;containerID=2008&amp;amp;browseViewID=placeContent" title="https://community.alfresco.com/community/application-development-framework/content?filterID=contentstatus%5Bpublished%5D~objecttype~objecttype%5Bdocument%5D&amp;amp;browseSite=place-content&amp;amp;containerType=14&amp;amp;containerID=2008&amp;amp;browseViewID=placeContent" rel="nofollow noopener noreferrer"&gt;Application Development Framework&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/docs/DOC-6627"&gt;Alfresco Process Services components in action&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can find some examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Alfresco/adf-examples" title="https://github.com/Alfresco/adf-examples" rel="nofollow noopener noreferrer"&gt;GitHub - Alfresco/adf-examples: Collection of simple (and less simple) Alfresco ADF projects.&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 08:39:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/embedding-activitit-in-angular2-application/m-p/11069#M4902</guid>
      <dc:creator>eugenio_romano</dc:creator>
      <dc:date>2017-08-18T08:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding activitit in Angular2 application</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/embedding-activitit-in-angular2-application/m-p/11070#M4903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; At the moment we are not using alfresco enterprise so there is no question of ADF Framework. I just want to have a start where i want to seamlessly integrate activiti community 6 wihch is built in angular 1.3 UI and need to integrate this with my web application which is built on angular 2 + Backend is Spring micro services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Please let me know the options to integrate with my current system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2017 04:01:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/embedding-activitit-in-angular2-application/m-p/11070#M4903</guid>
      <dc:creator>mdtabrezmca</dc:creator>
      <dc:date>2017-08-24T04:01:41Z</dc:date>
    </item>
  </channel>
</rss>

