<?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: Use database or not with Alfresco in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/use-database-or-not-with-alfresco/m-p/236510#M189640</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could use "behaviors" for that, triggering your update-classes. This was, your business logic can be called after/before/on create/update/delete/move/……..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Search the wiki for more details on that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Norgan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Sep 2009 10:15:04 GMT</pubDate>
    <dc:creator>norgan</dc:creator>
    <dc:date>2009-09-29T10:15:04Z</dc:date>
    <item>
      <title>Use database or not with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/use-database-or-not-with-alfresco/m-p/236508#M189638</link>
      <description>Hi,We will be storing XML contents/documents in Alfresco.&amp;nbsp; Within the XML contents, there are certain "elements" that I want to capture and create attribute/status data around.&amp;nbsp; Every time the XML document is changed, I will need to sync up these elements (new, delete, update).My initially thoughts/</description>
      <pubDate>Tue, 29 Sep 2009 07:59:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/use-database-or-not-with-alfresco/m-p/236508#M189638</guid>
      <dc:creator>chungley</dc:creator>
      <dc:date>2009-09-29T07:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Use database or not with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/use-database-or-not-with-alfresco/m-p/236509#M189639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are on the right path. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Work out the custom metadata you want to extract and store / make it searchable. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Create a custom aspect to store your metadata; &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Step-By-Step:_Creating_A_Custom_Model" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Step-By-Step:_Creating_A_Custom_Model&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- Add metadata extraction to parse your XML and pull out the required information and put it in the aspect (NB: XML metadata extraction is available for WCM. You can base your implementation on that); &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Metadata_Extraction" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Metadata_Extraction&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- Write web scripts to search the meta-data and report results. &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Scripts" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Scripts&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Save the license on the Oracle database. Depending on the complexity of your XMLs, this should be about few days of development effort.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 09:37:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/use-database-or-not-with-alfresco/m-p/236509#M189639</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2009-09-29T09:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Use database or not with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/use-database-or-not-with-alfresco/m-p/236510#M189640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could use "behaviors" for that, triggering your update-classes. This was, your business logic can be called after/before/on create/update/delete/move/……..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Search the wiki for more details on that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Norgan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 10:15:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/use-database-or-not-with-alfresco/m-p/236510#M189640</guid>
      <dc:creator>norgan</dc:creator>
      <dc:date>2009-09-29T10:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Use database or not with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/use-database-or-not-with-alfresco/m-p/236511#M189641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for all the responses…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think I know how to research for my options (1. It can be done within Alfresco's meta data without Oracle.&amp;nbsp; 2. It can also be done with Oracle).&amp;nbsp; However, I am sorry, but I forgot to mention that there are existing Oracle database system which will need to link to these special data that I extracted from the XML file.&amp;nbsp; Given that, would you still recommend to go with the Alfresco's meta data.&amp;nbsp; I liked the idea of using the Alfresco's meta data for this storage, but wasn't sure how easy/accessible is that data?&amp;nbsp; For instance, can users do a real time "query"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone have experience using the customized meta data, can you share your thoughts?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 14:46:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/use-database-or-not-with-alfresco/m-p/236511#M189641</guid>
      <dc:creator>chungley</dc:creator>
      <dc:date>2009-09-29T14:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Use database or not with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/use-database-or-not-with-alfresco/m-p/236512#M189642</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;doing realtime queries is the main use of the Alfresco repository. The Alfresco explorer is an application accessing the Alfresco repository - same as Alfresco share, docasu, flex-air-spaces and and and are. They all do these realtime access things. And what you get is the content object, beeing the set of metadata plus - in case of content type "cm:content", the binary (your XML file e.g.). The folders are just contenttypes "cm:folder" without the cm:content field, containing the binary, and instead, has a list of "children objects".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The question is rather, can you access the proper method from your requester side using SOAP/REST/CMIS/….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does that answer your metadata question ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 16:39:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/use-database-or-not-with-alfresco/m-p/236512#M189642</guid>
      <dc:creator>norgan</dc:creator>
      <dc:date>2009-09-29T16:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Use database or not with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/use-database-or-not-with-alfresco/m-p/236513#M189643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks again Norgan.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been developing relational database applications and I tend to think in terms of that…&amp;nbsp; For instance, when I query against the database, I can link the revelant tables together and run just one query…&amp;nbsp; With part of the data in an Oracle database, and part of that in Alfresco, if I want to pull say 1000 "master" records from Oracle, and all its "relevant" information from Alfresco using some sort of record key, is there any way to do that without going to Alfresco 1000 times for each of the record that I pulled from Oracle?&amp;nbsp; Sorry, I am really new to CMS.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 16:58:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/use-database-or-not-with-alfresco/m-p/236513#M189643</guid>
      <dc:creator>chungley</dc:creator>
      <dc:date>2009-09-29T16:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Use database or not with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/use-database-or-not-with-alfresco/m-p/236514#M189644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;First of all - I hope my posts did not sound to patronizing to you then, sorry if that was the case. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For the exact implementation, someone else will answer here I guess. I am not deep enough into the APIS, but from concept, I would create my 1000-records set and query Alfresoc with that list as parameter. Including alfresco content into the "where" clause for filtering however might be a bit challenging though. But lets see, what the programming gurus say about that &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, Norgan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 18:18:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/use-database-or-not-with-alfresco/m-p/236514#M189644</guid>
      <dc:creator>norgan</dc:creator>
      <dc:date>2009-09-29T18:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Use database or not with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/use-database-or-not-with-alfresco/m-p/236515#M189645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, it is possible to query across Oracle and Alfresco using a data virtualization tool such as JBoss Tiied. However, it might be an over kill if you only require two systems to share the same data. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once, you extract the required data you can just connect to Oracle and insert the meta-data directly into a table. This can be triggered by the policy. Easiest way to do this is create your own JDBC connection to Oracle and do the insert the data. You can Google for how to connect to Oracle from Spring.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 21:20:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/use-database-or-not-with-alfresco/m-p/236515#M189645</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2009-09-29T21:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Use database or not with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/use-database-or-not-with-alfresco/m-p/236516#M189646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you again to both Norgan and Zaizi.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Norgan, your posts did not sound at all patronizing to me&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 04:46:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/use-database-or-not-with-alfresco/m-p/236516#M189646</guid>
      <dc:creator>chungley</dc:creator>
      <dc:date>2009-09-30T04:46:41Z</dc:date>
    </item>
  </channel>
</rss>

