<?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: Alfresco web script portlet in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-web-script-portlet/m-p/222429#M175559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Glad you found it useful!&amp;nbsp; I posted a couple of bug fixes, you might want to grab the latest version, same location.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 May 2010 00:32:28 GMT</pubDate>
    <dc:creator>nmcminn</dc:creator>
    <dc:date>2010-05-03T00:32:28Z</dc:date>
    <item>
      <title>Alfresco web script portlet</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-web-script-portlet/m-p/222424#M175554</link>
      <description>I am currently working on a handful of projects which call for integrating content from Alfresco into Liferay Portal.&amp;nbsp; Web scripts are a fantastic fit, but I had a need for authentication using the user's Liferay credentials, and I wanted the ability to use jQuery to fiddle with the data returned fr</description>
      <pubDate>Sat, 06 Mar 2010 01:28:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-web-script-portlet/m-p/222424#M175554</guid>
      <dc:creator>nmcminn</dc:creator>
      <dc:date>2010-03-06T01:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco web script portlet</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-web-script-portlet/m-p/222425#M175555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You have to use the WebScriptPortlet class provided by Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In this way you can implement your own WebScript and then, only if you have deployed Alfresco in the same application server of your portlet container, you can declare a WebScript as a portlet. You only need to add a portlet declaration in the portlet.xml in alfresco.war:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Script_Runtimes#JSR-168_Runtime_.28Portlet_Access.29" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Script_Runtimes#JSR-168_Runtime_.28Portlet_Access.29&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;The WebScriptPortlet will get the user session from the portal and it will execute the WebScript with the same user credentials taken from the portal session.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 13:07:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-web-script-portlet/m-p/222425#M175555</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2010-03-11T13:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco web script portlet</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-web-script-portlet/m-p/222426#M175556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My Liferay and Alfresco instances are (and will remain) on separate servers, so your method wouldn't work.&amp;nbsp; That's why I wrote the portlet that is linked to in my original post.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 20:38:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-web-script-portlet/m-p/222426#M175556</guid>
      <dc:creator>nmcminn</dc:creator>
      <dc:date>2010-03-16T20:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco web script portlet</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-web-script-portlet/m-p/222427#M175557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am currently working on a handful of projects which call for integrating content from Alfresco into Liferay Portal.&amp;nbsp; Web scripts are a fantastic fit, but I had a need for authentication using the user's Liferay credentials, and I wanted the ability to use jQuery to fiddle with the data returned from the script.&amp;nbsp; So, to solve both of those problems, I wrote up a quick Alfresco Portlet for Liferay.&amp;nbsp; It's built for Liferay 5.2.3, but it may work with earlier versions, not sure.&lt;BR /&gt;&lt;BR /&gt;If anybody might find it useful, you can grab the .war and the source here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.unorganizedmachines.com/site/index.php?option=com_content&amp;amp;view=article&amp;amp;id=84:alfresco-web-script-portlet&amp;amp;catid=34:software-development&amp;amp;Itemid=55" rel="nofollow noopener noreferrer"&gt;http://www.unorganizedmachines.com/site/index.php?option=com_content&amp;amp;view=article&amp;amp;id=84:alfresco-web-script-portlet&amp;amp;catid=34:software-development&amp;amp;Itemid=55&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy!&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Hye Nathan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried your Alfresco portlet for Liferay. It works well. You really did a great job, thanx.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'va succesfully achieve the following step with your component :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Authenticate as the Alfresco admin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Authenticate as an Alfresco "classic" user (I've manually created a test user in both Alfresco and Liferay)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Use the Folder webscript to display the user folder in Liferay&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Use the Upload Document webscript to upload documents in the Alfresco user folder&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Use the Search Webscript to retrieve a specific list of documents and display it in Liferay &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Use the People Webscript to retrieve Alfresco user informations and display them in Liferay&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Although, i have a problem creating user in Alfresco from Liferay with you portlet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For this, I'm using the People Webscript (once more), but this time, it's a POST request (what is necessary to create users in Alfresco).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you already done such things ? How are you creating users in Alfreso ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once again, thx for your great job &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, 21 Apr 2010 09:00:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-web-script-portlet/m-p/222427#M175557</guid>
      <dc:creator>liferay01</dc:creator>
      <dc:date>2010-04-21T09:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco web script portlet</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-web-script-portlet/m-p/222428#M175558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, done !&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, I am also able to create users in alfresco &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>Thu, 22 Apr 2010 23:12:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-web-script-portlet/m-p/222428#M175558</guid>
      <dc:creator>liferay01</dc:creator>
      <dc:date>2010-04-22T23:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco web script portlet</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-web-script-portlet/m-p/222429#M175559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Glad you found it useful!&amp;nbsp; I posted a couple of bug fixes, you might want to grab the latest version, same location.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 00:32:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-web-script-portlet/m-p/222429#M175559</guid>
      <dc:creator>nmcminn</dc:creator>
      <dc:date>2010-05-03T00:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco web script portlet</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-web-script-portlet/m-p/222430#M175560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have moved this project to AlfrescoForge in the hopes that it might be easier to discover that way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forge.alfresco.com/projects/liferaywsp/" rel="nofollow noopener noreferrer"&gt;http://forge.alfresco.com/projects/liferaywsp/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 14:06:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-web-script-portlet/m-p/222430#M175560</guid>
      <dc:creator>nmcminn</dc:creator>
      <dc:date>2010-06-01T14:06:47Z</dc:date>
    </item>
  </channel>
</rss>

