<?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: Webscripts in Share vs Explorer in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/webscripts-in-share-vs-explorer/m-p/262002#M215132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Repository JS API is here: &lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/4.0/topic/com.alfresco.enterprise.doc/concepts/API-JS-intro.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/4.0/topic/com.alfresco.enterprise.doc/concepts/API-JS-intro.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Surf JS API is here: &lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/4.0/topic/com.alfresco.enterprise.doc/references/APISurfPlatform-intro.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/4.0/topic/com.alfresco.enterprise.doc/references/APISurfPlatform-intro.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: the 4.0 documentation is currently "beta" and hence subject to change. If you spot any problems, please let us know via JIRA.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Nov 2011 08:55:45 GMT</pubDate>
    <dc:creator>mikeh</dc:creator>
    <dc:date>2011-11-18T08:55:45Z</dc:date>
    <item>
      <title>Webscripts in Share vs Explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/webscripts-in-share-vs-explorer/m-p/261998#M215128</link>
      <description>I face the following difficulties when I run my webscripts in share, which generally I do not when I run them in alfresco. - When my webscripts run through share, the javascript debugger does not seem to take any notice of them. Similarly logger.log(x) does not actually log. Is there any way to fix</description>
      <pubDate>Tue, 15 Nov 2011 16:08:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/webscripts-in-share-vs-explorer/m-p/261998#M215128</guid>
      <dc:creator>kriton</dc:creator>
      <dc:date>2011-11-15T16:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Webscripts in Share vs Explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/webscripts-in-share-vs-explorer/m-p/261999#M215129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1) As far as I know there are two JavaScript debuggers: repo-tier and web-tier. Thus to debug a Share&amp;nbsp; JS you have to enable the debugger for web-tier webscripts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) I think it's ok that some root scope objects are not accessible, because Share is just an interface to repository using REST API to communicate with it. So you should use the same API to interoperate with repository.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 21:06:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/webscripts-in-share-vs-explorer/m-p/261999#M215129</guid>
      <dc:creator>fufler</dc:creator>
      <dc:date>2011-11-16T21:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Webscripts in Share vs Explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/webscripts-in-share-vs-explorer/m-p/262000#M215130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1) oh thats nice. thx for 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; I thought there was just one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Yeah I dont disagree with you. But I would like some documentation of what is available.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 16:57:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/webscripts-in-share-vs-explorer/m-p/262000#M215130</guid>
      <dc:creator>kriton</dc:creator>
      <dc:date>2011-11-17T16:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Webscripts in Share vs Explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/webscripts-in-share-vs-explorer/m-p/262001#M215131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;2) I'm not sure if there's a place where Share JS root scope objects are documented. I think, that you should consider that all repository related objects are not accesible directly from js. Since Share is an interface only you shoult use &lt;/SPAN&gt;&lt;STRONG&gt;remote&lt;/STRONG&gt;&lt;SPAN&gt; object to communicate with actual repository via RESTful APIs.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 07:55:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/webscripts-in-share-vs-explorer/m-p/262001#M215131</guid>
      <dc:creator>fufler</dc:creator>
      <dc:date>2011-11-18T07:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Webscripts in Share vs Explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/webscripts-in-share-vs-explorer/m-p/262002#M215132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Repository JS API is here: &lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/4.0/topic/com.alfresco.enterprise.doc/concepts/API-JS-intro.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/4.0/topic/com.alfresco.enterprise.doc/concepts/API-JS-intro.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Surf JS API is here: &lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/4.0/topic/com.alfresco.enterprise.doc/references/APISurfPlatform-intro.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/4.0/topic/com.alfresco.enterprise.doc/references/APISurfPlatform-intro.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: the 4.0 documentation is currently "beta" and hence subject to change. If you spot any problems, please let us know via JIRA.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 08:55:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/webscripts-in-share-vs-explorer/m-p/262002#M215132</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2011-11-18T08:55:45Z</dc:date>
    </item>
  </channel>
</rss>

