<?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: Implementation of Persistence in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/implementation-of-persistence/m-p/51242#M29889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The persistence of Activiti is completely hidden, but it is not the best solution in every case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Let's talk about the situation when there is a requirement to display data joined from two different subsystems (one of them is bpm).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It's much easier to make such join on lower level (like db or jpa) then querying and joining results in format determined by Activiti API with something else (e.g. JPA entities), and applying any additional elements like filtering, sorting, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, maybe there are certain CTO's or 'architects' requirering an uniform persistence layer in 'their applications', but it doesn't make them incompetent.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Nov 2011 09:09:44 GMT</pubDate>
    <dc:creator>gregory1</dc:creator>
    <dc:date>2011-11-28T09:09:44Z</dc:date>
    <item>
      <title>Implementation of Persistence</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/implementation-of-persistence/m-p/51240#M29887</link>
      <description>Congratulations on your work with Activiti. I was looking at jBPM 4 but realized that jBoss' support for it seems to be waning.It appears as though jBoss used Hibernate for its persistencet. Does Activiti use an ORM for it's persistence?I was hoping to find a BPM engine that persists it's objects us</description>
      <pubDate>Fri, 15 Jul 2011 11:12:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/implementation-of-persistence/m-p/51240#M29887</guid>
      <dc:creator>chrisc</dc:creator>
      <dc:date>2011-07-15T11:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Implementation of Persistence</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/implementation-of-persistence/m-p/51241#M29888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Activiti uses iBatis. There is a &lt;/SPAN&gt;&lt;A href="http://forums.activiti.org/en/viewtopic.php?f=4&amp;amp;t=23&amp;amp;start=0" rel="nofollow noopener noreferrer"&gt;topic which describes the 'why'&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JDO is old, so using yet another abstraction layer to have either JDO, JPA or Hibernate is imo a solution that is even more wrong. But if you decide you want a JPA(2?) based persistence layer, I'm willing to help out as wel. But…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The persistence of Activiti is completely hidden. You can share transactions if you use JTA, you can even inject your own datasource, you can persist JPA entities from their own entitimanager as process variables etc… So there is no real problem here, at least I've not seen/encountered any. Yes, there are maybe certain CTO's or 'architects' requirering&amp;nbsp; an uniform persistence layer in 'their applications', but these people should be fired for their incompetence. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And where did you read that only H2 is supported? Just read &lt;/SPAN&gt;&lt;A href="http://www.activiti.org/userguide/index.html#changingTheDatabase" rel="nofollow noopener noreferrer"&gt;the docs&lt;/A&gt;&lt;SPAN&gt;. It is true that the demo setup is reduced to only supporting H2 easily out of the box, but that is imo a good choice. So many people that were not competent enough, were doing wrong things that the number of posts about this in the forum caused to much work (these people often did not search the forum etc). In addition the time to make it even simpler is simply not there. People that realy want to use a different db and are capable, will achieve this easily.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jul 2011 15:22:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/implementation-of-persistence/m-p/51241#M29888</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-07-16T15:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Implementation of Persistence</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/implementation-of-persistence/m-p/51242#M29889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The persistence of Activiti is completely hidden, but it is not the best solution in every case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Let's talk about the situation when there is a requirement to display data joined from two different subsystems (one of them is bpm).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It's much easier to make such join on lower level (like db or jpa) then querying and joining results in format determined by Activiti API with something else (e.g. JPA entities), and applying any additional elements like filtering, sorting, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, maybe there are certain CTO's or 'architects' requirering an uniform persistence layer in 'their applications', but it doesn't make them incompetent.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 09:09:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/implementation-of-persistence/m-p/51242#M29889</guid>
      <dc:creator>gregory1</dc:creator>
      <dc:date>2011-11-28T09:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Implementation of Persistence</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/implementation-of-persistence/m-p/51243#M29890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What data would you like to join?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 18:38:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/implementation-of-persistence/m-p/51243#M29890</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-11-28T18:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Implementation of Persistence</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/implementation-of-persistence/m-p/51244#M29891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;a simple example of joining data: when a task is assigned we store the user id in the assignee field. When the list of assigned tasks is displayed in an application we need to show the assignee full name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;our&amp;nbsp; options:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) store the full name as a process variable upon assignment&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) upon retrieval of the tasks join against a user table that has the complete info&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) after the tasks are retrieved from activitiy, wrap the taskentities and add getFullName where we do a lookup in the user table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We went for 3) but 2) would have been nicer. 1) seemed ugly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 07:29:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/implementation-of-persistence/m-p/51244#M29891</guid>
      <dc:creator>heymjo</dc:creator>
      <dc:date>2011-11-30T07:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Implementation of Persistence</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/implementation-of-persistence/m-p/51245#M29892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Since user data is used and retrieved very often, we kind of 'cache' that (memory is cheap) The 'joining' takes place in the ui layer (jsf). Works great and performs great as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Other usecases?&amp;nbsp; &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;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 14:51:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/implementation-of-persistence/m-p/51245#M29892</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-12-02T14:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Implementation of Persistence</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/implementation-of-persistence/m-p/51246#M29893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yes we cache the user info in a map as well now, works fine. So if you want other cases then use your imagination &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 08:47:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/implementation-of-persistence/m-p/51246#M29893</guid>
      <dc:creator>heymjo</dc:creator>
      <dc:date>2011-12-06T08:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Implementation of Persistence</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/implementation-of-persistence/m-p/51247#M29894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In light of Activiti 6, what do I need to do to use for example Hazelcast instead of RDBMS as storage for my processes?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 15:46:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/implementation-of-persistence/m-p/51247#M29894</guid>
      <dc:creator>oleksandr</dc:creator>
      <dc:date>2015-09-17T15:46:53Z</dc:date>
    </item>
  </channel>
</rss>

