<?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: Approaches to adopt/integrate Activiti in web application in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/approaches-to-adopt-integrate-activiti-in-web-application/m-p/41588#M22279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Since activiti has first class Spring-support, it's just a matter of configuring activiti in your app's spring-context and wiring in the datasource.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://activiti.org/userguide/index.html#springintegration" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#springintegration&lt;/A&gt;&lt;SPAN&gt; (be sure to read about transactions).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Mar 2011 06:40:39 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2011-03-24T06:40:39Z</dc:date>
    <item>
      <title>Approaches to adopt/integrate Activiti in web application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/approaches-to-adopt-integrate-activiti-in-web-application/m-p/41587#M22278</link>
      <description>Hi,I am in need to adopt activti in web application. I have spent some time on exploring activiti. I would like to know the best practices or ideas to adopt activiti in&amp;nbsp; a web application. My web application layer has&amp;nbsp; icefaces-&amp;gt;Spring -&amp;gt;JPA-&amp;gt;database.Currently I am thinking to have activit</description>
      <pubDate>Thu, 24 Mar 2011 05:40:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/approaches-to-adopt-integrate-activiti-in-web-application/m-p/41587#M22278</guid>
      <dc:creator>sudhir1</dc:creator>
      <dc:date>2011-03-24T05:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Approaches to adopt/integrate Activiti in web application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/approaches-to-adopt-integrate-activiti-in-web-application/m-p/41588#M22279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Since activiti has first class Spring-support, it's just a matter of configuring activiti in your app's spring-context and wiring in the datasource.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://activiti.org/userguide/index.html#springintegration" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#springintegration&lt;/A&gt;&lt;SPAN&gt; (be sure to read about transactions).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 06:40:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/approaches-to-adopt-integrate-activiti-in-web-application/m-p/41588#M22279</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-03-24T06:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Approaches to adopt/integrate Activiti in web application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/approaches-to-adopt-integrate-activiti-in-web-application/m-p/41589#M22280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Since activiti has first class Spring-support, it's just a matter of configuring activiti in your app's spring-context and wiring in the datasource.&lt;BR /&gt;&lt;A href="http://activiti.org/userguide/index.html#springintegration" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#springintegration&lt;/A&gt; (be sure to read about transactions).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Fred. agree with you. I am using spring integration to fetch handle to process engine in my application. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to wrap activiti services (runtime,task…) inside my Workflowservice.My application code will access activiti services via WorkFlowService instead of direct access to activiti services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The next question is related to end-end integration. On UI user will see my app form..after storing the information to database, I need to make call to the activiti to start the process instance. After that need to call activiti for tasks list and show it to the user. There will be some redundancy of data.. data in app db and data in activiti db. Also there is need to keep both data in sync. Any suggestions here..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sudhir&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 10:09:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/approaches-to-adopt-integrate-activiti-in-web-application/m-p/41589#M22280</guid>
      <dc:creator>sudhir1</dc:creator>
      <dc:date>2011-03-24T10:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Approaches to adopt/integrate Activiti in web application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/approaches-to-adopt-integrate-activiti-in-web-application/m-p/41590#M22281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The best approach is NOT to have redundancy in data and only store references in the Activiti DB. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Whenever you need the real data, use the reference to look up the 'real' data through some dedicated service.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 09:20:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/approaches-to-adopt-integrate-activiti-in-web-application/m-p/41590#M22281</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-03-25T09:20:23Z</dc:date>
    </item>
  </channel>
</rss>

