<?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: Integration with Vaadin 7 &amp; using Project domain tables in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/integration-with-vaadin-7-using-project-domain-tables/m-p/128185#M90106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The workflow image added in share as we cant upload it here. &lt;/SPAN&gt;&lt;A href="http://postimg.org/image/f2ahs7zen/" rel="nofollow noopener noreferrer"&gt;http://postimg.org/image/f2ahs7zen/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jul 2013 19:11:19 GMT</pubDate>
    <dc:creator>rajeesh_k</dc:creator>
    <dc:date>2013-07-18T19:11:19Z</dc:date>
    <item>
      <title>Integration with Vaadin 7 &amp; using Project domain tables</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-with-vaadin-7-using-project-domain-tables/m-p/128184#M90105</link>
      <description>Hello Activti Experts,I am building a new web application. This includes a moderate complex workflow where multiple user approvals are required with different user roles (project specific).Workflow Scenario is like:1) There is a Approval Sequence (Parent) where there are N Approval Stages required.2</description>
      <pubDate>Thu, 18 Jul 2013 18:58:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-with-vaadin-7-using-project-domain-tables/m-p/128184#M90105</guid>
      <dc:creator>rajeesh_k</dc:creator>
      <dc:date>2013-07-18T18:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Vaadin 7 &amp; using Project domain tables</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-with-vaadin-7-using-project-domain-tables/m-p/128185#M90106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The workflow image added in share as we cant upload it here. &lt;/SPAN&gt;&lt;A href="http://postimg.org/image/f2ahs7zen/" rel="nofollow noopener noreferrer"&gt;http://postimg.org/image/f2ahs7zen/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 19:11:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-with-vaadin-7-using-project-domain-tables/m-p/128185#M90106</guid>
      <dc:creator>rajeesh_k</dc:creator>
      <dc:date>2013-07-18T19:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Vaadin 7 &amp; using Project domain tables</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-with-vaadin-7-using-project-domain-tables/m-p/128186#M90107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1) Activiti and Spring are best friends, they even sit together at lunch time &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt; No seriously… You can use existing spring-beans in expressions in your process, this makes it easy to use a spring-bean as a delegate (&lt;/SPAN&gt;&lt;CODE&gt;&amp;lt;serviceTask id="serviceTask" activiti:delegateExpression="${delegateExpressionBean}" /&amp;gt;&lt;/CODE&gt;&lt;SPAN&gt;) or call methods on spring-beans from within the process (&lt;/SPAN&gt;&lt;CODE&gt;&amp;lt;serviceTask id="javaService"&amp;nbsp; name="My Java Service Task" activiti:expression="#{printer.printMessage(execution, myVar)}" /&amp;gt;&lt;/CODE&gt;&lt;SPAN&gt;). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) The process you're describing is a perfect fit for activiti and would take more time if you would write your own state-machine for this… &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Since you're using spring, activity makes use of the PlatformTransactionManager, so any changes done in your services/model can participate in the same transaction as activiti does, without any hassle. We also have a pluggable variable-mechanism to allow to use your domain-model in the process-context (as variables) without storing duplicate data in activiti, but only pointers to your objects. We have a JPA-integration as an example of this shipped OOTB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4) That's up to you. We offer an API to do everything you want with processes - management, runtime, history, … - so your services/UI should consume the API, adding some additional logic, specific for your use cases on top of our API.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 06:39:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-with-vaadin-7-using-project-domain-tables/m-p/128186#M90107</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-07-19T06:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Vaadin 7 &amp; using Project domain tables</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-with-vaadin-7-using-project-domain-tables/m-p/128187#M90108</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;I want to change the Vaadin UI (screen) after completion of a service task. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How to do this ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 07:33:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-with-vaadin-7-using-project-domain-tables/m-p/128187#M90108</guid>
      <dc:creator>ashutosh1</dc:creator>
      <dc:date>2014-06-06T07:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Vaadin 7 &amp; using Project domain tables</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-with-vaadin-7-using-project-domain-tables/m-p/128188#M90109</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;Please provide more details about your question, because it's very difficult to answer it now.&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>Fri, 06 Jun 2014 10:40:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-with-vaadin-7-using-project-domain-tables/m-p/128188#M90109</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-06-06T10:40:41Z</dc:date>
    </item>
  </channel>
</rss>

