<?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 Access alfresco repository in web page Can or Not in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/access-alfresco-repository-in-web-page-can-or-not/m-p/249616#M202746</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi friendz,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I want to know can we access alfresco repository document from web page,plz tell me that first. :cry:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Aug 2012 08:47:43 GMT</pubDate>
    <dc:creator>vinothkumar</dc:creator>
    <dc:date>2012-08-21T08:47:43Z</dc:date>
    <item>
      <title>Access alfresco repository in web page Can or Not</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-alfresco-repository-in-web-page-can-or-not/m-p/249616#M202746</link>
      <description>Hi friendz,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I want to know can we access alfresco repository document from web page,plz tell me that first. :cry:</description>
      <pubDate>Tue, 21 Aug 2012 08:47:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-alfresco-repository-in-web-page-can-or-not/m-p/249616#M202746</guid>
      <dc:creator>vinothkumar</dc:creator>
      <dc:date>2012-08-21T08:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Access alfresco repository in web page Can or Not</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-alfresco-repository-in-web-page-can-or-not/m-p/249617#M202747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;CMIS is a good way to do that. Simply use your favorite language and one of the clients available from the &lt;/SPAN&gt;&lt;A href="http://chemistry.apache.org/" rel="nofollow noopener noreferrer"&gt;Apache Chemistry project&lt;/A&gt;&lt;SPAN&gt; and you'll be well on your way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 16:04:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-alfresco-repository-in-web-page-can-or-not/m-p/249617#M202747</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-08-21T16:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Access alfresco repository in web page Can or Not</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-alfresco-repository-in-web-page-can-or-not/m-p/249618#M202748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To be close,I created a site&amp;nbsp; with java script,css and html alone,can i access and display the document of alfresco repository in that site dynamically,if yes,can u plz give me guidance to do so,Im thankful to u in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 04:40:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-alfresco-repository-in-web-page-can-or-not/m-p/249618#M202748</guid>
      <dc:creator>vinothkumar</dc:creator>
      <dc:date>2012-08-22T04:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Access alfresco repository in web page Can or Not</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-alfresco-repository-in-web-page-can-or-not/m-p/249619#M202749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are thousands of tutorials on AJAX available. This is one:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://net.tutsplus.com/articles/news/how-to-make-ajax-requests-with-raw-javascript/" rel="nofollow noopener noreferrer"&gt;http://net.tutsplus.com/articles/news/how-to-make-ajax-requests-with-raw-javascript/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now use the techniques in that tutorial (or the AJAX features of your preferred JavaScript library) to make calls against the CMIS AtomPub binding. For example, to get the properties of a file named "test.txt" in a folder in company home called "test", you could execute the following GET:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/cmisatom/1b8980cc-1f1b-4ac3-b26f-17aeee0cefc9/path?path=/test/test.txt&amp;amp;filter=&amp;amp;includeAllowableActions=false&amp;amp;includeACL=false&amp;amp;includePolicyIds=false&amp;amp;includeRelationships=&amp;amp;renditionFilter=" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/cmisatom/1b8980cc-1f1b-4ac3-b26f-17aeee0cefc9/path?path=/test/test.txt&amp;amp;filter=&amp;amp;includeAllowableActions=false&amp;amp;includeACL=false&amp;amp;includePolicyIds=false&amp;amp;includeRelationships=&amp;amp;renditionFilter=&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The "1b8980cc-1f1b-4ac3-b26f-17aeee0cefc9" in the URL above is my repository's repository ID. If you don't know it, you can get it from the &amp;lt;cmis:repositoryId&amp;gt; element in the response that comes back when you go to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/cmisatom" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/cmisatom&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Back to the original call, if you look at the XML that comes back when you ask for the properties, you should see a property called "cmis&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;bjectId". With that, you could get the content with a call like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/cmisatom/1b8980cc-1f1b-4ac3-b26f-17aeee0cefc9/content/test.txt?id=workspace%3A%2F%2FSpacesStore%2Fc20d54f9-01b6-4c80-861b-094c2246ab21%3B1.0" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/cmisatom/1b8980cc-1f1b-4ac3-b26f-17aeee0cefc9/content/test.txt?id=workspace%3A%2F%2FSpacesStore%2Fc20d54f9-01b6-4c80-861b-094c2246ab21%3B1.0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case it is plain text that says, "This is a test.".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All calls to these URLs must use basic authentication, so you'll need to pass in the credentials with each request (or you can get a ticket and pass that).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 14:30:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-alfresco-repository-in-web-page-can-or-not/m-p/249619#M202749</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-08-22T14:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Access alfresco repository in web page Can or Not</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-alfresco-repository-in-web-page-can-or-not/m-p/249620#M202750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;how can i synchronize open documents (odt) for editing using cmis javascript library in alfresco share? In other words,I want to open odt document from the alfresco repository using libre office editor and synchronize changes with the repository document version using the cmis javascript library.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 12:01:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-alfresco-repository-in-web-page-can-or-not/m-p/249620#M202750</guid>
      <dc:creator>omarsiala</dc:creator>
      <dc:date>2014-04-07T12:01:09Z</dc:date>
    </item>
  </channel>
</rss>

