<?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 Alfresco Share architecture in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-architecture/m-p/251562#M204692</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, all&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm new in Alfresco. Now I'm reading the code of share part, I have a lot of questions and really cannot get the point, especially the the js file and the .get.desc.xml file. such us, when set the permission of a user in manage-permission page, I think the below code will be executed in manage-permissions.js:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;onSaveButton: function Permissions_onSaveButton(type, args)&lt;BR /&gt;{ ……&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Alfresco.util.Ajax.jsonPost(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url: Alfresco.constants.PROXY_URI + "slingshot/doclib/permissions/" + this.options.nodeRef.uri,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ……&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;}&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;and I find this code in permissions.get.desc.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;webscript&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ……&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;url&amp;gt;/slingshot/doclib/permissions/{store_type}/{store_id}/{id}&amp;lt;/url&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ……&lt;BR /&gt;&amp;lt;/webscript&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;all&amp;nbsp; .get/post.desc.xml&amp;nbsp; files has the &amp;lt;url&amp;gt; node, what does it mean, and how can i find java code via this url&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Apr 2011 07:51:11 GMT</pubDate>
    <dc:creator>tianyinlq</dc:creator>
    <dc:date>2011-04-11T07:51:11Z</dc:date>
    <item>
      <title>Alfresco Share architecture</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-architecture/m-p/251562#M204692</link>
      <description>Hi, all&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm new in Alfresco. Now I'm reading the code of share part, I have a lot of questions and really cannot get the point, especially the the js file and the .get.desc.xml file. such us, when set the permission of a user in manage-permission page, I think the below code will be executed in m</description>
      <pubDate>Mon, 11 Apr 2011 07:51:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-architecture/m-p/251562#M204692</guid>
      <dc:creator>tianyinlq</dc:creator>
      <dc:date>2011-04-11T07:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share architecture</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-architecture/m-p/251563#M204693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Web scripts run on both the repository tier and the Share tier. For repository tier web scripts (the permissions web script you've identified is one such example), go to &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/index" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/index&lt;/A&gt;&lt;SPAN&gt;. You can browse by URI if you want. You should be able to find the permissions web script. If not, here is a link: &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/index/uri/slingshot/doclib/permissions/%7Bstore_type%7D/%7Bstore_id%7D/%7Bid%7D" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/index/uri/slingshot/doclib/permissions/%7Bstore_type%7D/%7Bstore_id%7D/%7Bid%7D&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll see there is a web script for GET and a web script for POST. Suppose you want to see the parts that make up the POST. If you click on the link next to the "ID" you'll go to: &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/script/org/alfresco/slingshot/documentlibrary/permissions.post" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/script/org/alfresco/slingshot/documentlibrary/permissions.post&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And on that page you'll see the web script's controller code as well as the path to the controller itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this case the controller is implemented in JavaScript, but you can also use Java.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For more info, see the &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Scripts" rel="nofollow noopener noreferrer"&gt;Web Scripts&lt;/A&gt;&lt;SPAN&gt; wiki page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2012 16:21:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-architecture/m-p/251563#M204693</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-03-22T16:21:35Z</dc:date>
    </item>
  </channel>
</rss>

