<?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: Liferay or Drupal integration in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/liferay-or-drupal-integration/m-p/251313#M204443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are a lot of ways to integrate Alfresco with a web presentation tier. In general they break down into the following categories:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;* Use the CMIS API to query Alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Query Alfresco with custom web scripts&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Publish from Alfresco using the file transfer receiver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Embed Alfresco screens into the web presentation tier (iFrame)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The integration approach you take will determine how to handle user authentication and authorization. Many solutions would require a mixture of approaches.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. If a user needs to be logged into both platforms (not necessary depending on how the content is transferred), then LDAP and a single-sign-on service is the common approach. In our internal Drupal integration, we wrote a Drupal module to pull user and group data from Alfresco over CMIS. It wasn't a difficult module, and is very specific to our environment, so we haven't released that code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Choosing between Drupal, Liferay, and some other approach is a question of what trade-offs are most important to you. My team likes Drupal, but I have been disappointed with it. Liferay seems to be a better architected solution, but I have very little experience actually building things with it. If I had complete control over the decision, I would build with Django and Alfresco via the cmislib (&lt;/SPAN&gt;&lt;A href="http://chemistry.apache.org/python/cmislib.html" rel="nofollow noopener noreferrer"&gt;http://chemistry.apache.org/python/cmislib.html&lt;/A&gt;&lt;SPAN&gt;). The django-alfresco module looks like it might also prove helpful (&lt;/SPAN&gt;&lt;A href="http://code.google.com/p/django-alfresco/" rel="nofollow noopener noreferrer"&gt;http://code.google.com/p/django-alfresco/&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For reference, we have been working on a Drupal module to help pull content from Alfresco:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://drupal.org/sandbox/IanNorton/1270012" rel="nofollow noopener noreferrer"&gt;http://drupal.org/sandbox/IanNorton/1270012&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also for reference, I have recently contributed to these two threads regarding Alfresco and Liferay which might prove helpful to you:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://forums.alfresco.com/en/viewtopic.php?f=47&amp;amp;t=42289" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/en/viewtopic.php?f=47&amp;amp;t=42289&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://forums.alfresco.com/en/viewtopic.php?f=47&amp;amp;t=42290" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/en/viewtopic.php?f=47&amp;amp;t=42290&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jan 2012 18:37:14 GMT</pubDate>
    <dc:creator>resplin</dc:creator>
    <dc:date>2012-01-18T18:37:14Z</dc:date>
    <item>
      <title>Liferay or Drupal integration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/liferay-or-drupal-integration/m-p/251312#M204442</link>
      <description>We need to provide a public website as the presentation frontend to Alfresco. Users will access our web site and when they login, they will be logged in to Alfresco Share. Our web site will also contain content published in Liferay. Both Liferay and Drupal seem to be popular choices. However, I have</description>
      <pubDate>Mon, 16 Jan 2012 05:10:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/liferay-or-drupal-integration/m-p/251312#M204442</guid>
      <dc:creator>pcharsle</dc:creator>
      <dc:date>2012-01-16T05:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Liferay or Drupal integration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/liferay-or-drupal-integration/m-p/251313#M204443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are a lot of ways to integrate Alfresco with a web presentation tier. In general they break down into the following categories:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;* Use the CMIS API to query Alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Query Alfresco with custom web scripts&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Publish from Alfresco using the file transfer receiver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Embed Alfresco screens into the web presentation tier (iFrame)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The integration approach you take will determine how to handle user authentication and authorization. Many solutions would require a mixture of approaches.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. If a user needs to be logged into both platforms (not necessary depending on how the content is transferred), then LDAP and a single-sign-on service is the common approach. In our internal Drupal integration, we wrote a Drupal module to pull user and group data from Alfresco over CMIS. It wasn't a difficult module, and is very specific to our environment, so we haven't released that code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Choosing between Drupal, Liferay, and some other approach is a question of what trade-offs are most important to you. My team likes Drupal, but I have been disappointed with it. Liferay seems to be a better architected solution, but I have very little experience actually building things with it. If I had complete control over the decision, I would build with Django and Alfresco via the cmislib (&lt;/SPAN&gt;&lt;A href="http://chemistry.apache.org/python/cmislib.html" rel="nofollow noopener noreferrer"&gt;http://chemistry.apache.org/python/cmislib.html&lt;/A&gt;&lt;SPAN&gt;). The django-alfresco module looks like it might also prove helpful (&lt;/SPAN&gt;&lt;A href="http://code.google.com/p/django-alfresco/" rel="nofollow noopener noreferrer"&gt;http://code.google.com/p/django-alfresco/&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For reference, we have been working on a Drupal module to help pull content from Alfresco:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://drupal.org/sandbox/IanNorton/1270012" rel="nofollow noopener noreferrer"&gt;http://drupal.org/sandbox/IanNorton/1270012&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also for reference, I have recently contributed to these two threads regarding Alfresco and Liferay which might prove helpful to you:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://forums.alfresco.com/en/viewtopic.php?f=47&amp;amp;t=42289" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/en/viewtopic.php?f=47&amp;amp;t=42289&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://forums.alfresco.com/en/viewtopic.php?f=47&amp;amp;t=42290" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/en/viewtopic.php?f=47&amp;amp;t=42290&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 18:37:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/liferay-or-drupal-integration/m-p/251313#M204443</guid>
      <dc:creator>resplin</dc:creator>
      <dc:date>2012-01-18T18:37:14Z</dc:date>
    </item>
  </channel>
</rss>

