<?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 Writing adapters for other systems in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/writing-adapters-for-other-systems/m-p/226197#M179327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi guys!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i want to be able to write my own adapter for another type of content management system.&amp;nbsp; could you give me any advice on how to do this? is it relatively easy to configure this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thx.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jul 2010 12:53:48 GMT</pubDate>
    <dc:creator>unknown-user</dc:creator>
    <dc:date>2010-07-15T12:53:48Z</dc:date>
    <item>
      <title>Writing adapters for other systems</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/writing-adapters-for-other-systems/m-p/226197#M179327</link>
      <description>hi guys!i want to be able to write my own adapter for another type of content management system.&amp;nbsp; could you give me any advice on how to do this? is it relatively easy to configure this?Thx.</description>
      <pubDate>Thu, 15 Jul 2010 12:53:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/writing-adapters-for-other-systems/m-p/226197#M179327</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2010-07-15T12:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Writing adapters for other systems</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/writing-adapters-for-other-systems/m-p/226198#M179328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;OpenWorkdesk is not only a web application&lt;/STRONG&gt;&lt;SPAN&gt; :mrgreen:, it is also a framework, called OpenECM-Framework (&lt;/SPAN&gt;&lt;A href="http://www.wewebu.de/en/products/oecm.html" rel="nofollow noopener noreferrer"&gt;http://www.wewebu.de/en/products/oecm.html&lt;/A&gt;&lt;SPAN&gt;), that can be used by configuration or by changing existing implementation or developing of new components like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Adaptors : connections to ECM systems/repositories&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Plugins (functions/features/operations) like: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Record Functions - operations performed on folder&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Document Functions - operations performed on documents&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Master Plugins - application parts and features&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Remote calls&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Integration into existing environments&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. BPM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6. Document Viewing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and so on… and it's all in JAVA&amp;nbsp; :mrgreen: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;:arrow: The adaptors (connectors) OpenWorkdesk brings with it, are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- IBM FileNet Image Services (*)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- IBM FileNet Content Manager (*)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- IBM FileNet Business Process Manager (*)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- IBM Content Manager (CM8) (*)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- IBM Content Manager on Demand (*)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- JSR 170 (*) (e.g. JackRabbit, Saperion)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- CMIS compliant Repositories (Alfresco, IBM, Sharepoint….)&lt;/SPAN&gt;&lt;BR /&gt;&lt;EM&gt;(*) only Enterprise Edition&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;:idea: Prototype implementations done by WeWebU&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Dummy Adaptor (File Based) - part of the Community Edition&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- IBM Information Integrator Content Edition (IICE) Connector&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- OpenText Livelink&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- EMC Documentum&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- MS Sharepoint&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So if you are using other ECM systems or repositories like I mentioned before (e.g. Oracle Stellent, proprietary repositories - file or database based…) you can write your own adaptor. For this you have to implement some java interfaces of the OpenECM-Framework (OpenWorkdesk Community Edition) placed in the package named: &lt;/SPAN&gt;&lt;STRONG&gt;ow_core&lt;/STRONG&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Interfaces: &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;OwNetwork, OwObject, OwObjectClass, OwProperty, OwPropertyClass, OwVersion, OwResource, OwContentCollection&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; and so on…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then you have to configure your application to use your own adaptor (owbootstrap.xml, web.xml).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me now what kind of repository would you like to connect with the OpenWorkdesk Community Edition…&amp;nbsp;&amp;nbsp; :ugeek:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 13:47:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/writing-adapters-for-other-systems/m-p/226198#M179328</guid>
      <dc:creator>vahe</dc:creator>
      <dc:date>2010-07-16T13:47:56Z</dc:date>
    </item>
  </channel>
</rss>

