<?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: CMIS how to ? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cmis-how-to/m-p/266431#M219561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;mcasanet,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you see "curl -uadmin:admin &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/s/cmis" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/s/cmis&lt;/A&gt;&lt;SPAN&gt;" what you are seeing is a command-line invocation of a program called curl. The "-u" switch passes in the username and password. The last bit starting with "http" is the URL that curl is invoking.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can read more about curl &lt;/SPAN&gt;&lt;A href="http://curl.haxx.se/" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;&lt;SPAN&gt;. It's used as a convenient way to execute HTTP methods against a URL. In this case, the URL is &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/s/cmis" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/s/cmis&lt;/A&gt;&lt;SPAN&gt;. You should definitely be able to invoke that CMIS URL (without the curl and -u switch) in a browser.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Curl is used as a convenient example program because it is usually already installed on non-Windows operating systems and it is easy to work with. You can install curl for Windows if you want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The point is, curl isn't required for working with CMIS. If you just want to execute GETs, POSTs, and DELETEs against the CMIS Atom Pub binding, there are many, many tools you can use to do that. Or, as OpenPj pointed out, you can use a higher-level API built for the language you are comfortable working with.&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, 05 Jan 2012 00:33:50 GMT</pubDate>
    <dc:creator>jpotts</dc:creator>
    <dc:date>2012-01-05T00:33:50Z</dc:date>
    <item>
      <title>CMIS how to ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-how-to/m-p/266427#M219557</link>
      <description>Hi All,&amp;nbsp; &lt;IMG id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; &amp;nbsp;&amp;nbsp; I am new to CMIS. I don't know how it works.&amp;nbsp;&amp;nbsp; I have read some articles on net about CMIS but still not getting it.&amp;nbsp;&amp;nbsp; In every article they write some url like curl -uadmin:admin "http://localhost:8080/alfresco/s/cmis" (that starts with curl) whenever I hit this url the browser goes</description>
      <pubDate>Fri, 02 Dec 2011 05:49:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-how-to/m-p/266427#M219557</guid>
      <dc:creator>mcasanket</dc:creator>
      <dc:date>2011-12-02T05:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS how to ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-how-to/m-p/266428#M219558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is it possible to crate one stand alone JAVA file (New separate project) and use CMIS?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Yes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can take a look at the Apache reference implementation of the CMIS protocol that includes some good example of how you can implement your own CMIS client:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://chemistry.apache.org/java/examples/index.html" rel="nofollow noopener noreferrer"&gt;http://chemistry.apache.org/java/examples/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Take a look at the CMIS Workbench application that is a complete standalone Java client that uses the OpenCMIS library to invoke calls against repositories.&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>Fri, 02 Dec 2011 15:30:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-how-to/m-p/266428#M219558</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2011-12-02T15:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS how to ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-how-to/m-p/266429#M219559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you so much &lt;/SPAN&gt;&lt;STRONG&gt;OpenPj&lt;/STRONG&gt;&lt;SPAN&gt;. It is so nice of you! It works… &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 05:20:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-how-to/m-p/266429#M219559</guid>
      <dc:creator>mcasanket</dc:creator>
      <dc:date>2011-12-08T05:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS how to ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-how-to/m-p/266430#M219560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alfresco provide support to CMIS WebScript by exposing the repository via CMIS based WebScript where you can consume this webscript and manipulate the content in the repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It is supported in the Alfresco with the idea that Alfresco repository can easily communicate with the other such repository or application which support the CMIS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the link from alfresco wiki&amp;nbsp; which will gives you more idea.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/CMIS" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/CMIS&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 12:02:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-how-to/m-p/266430#M219560</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2011-12-14T12:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS how to ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-how-to/m-p/266431#M219561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;mcasanet,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you see "curl -uadmin:admin &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/s/cmis" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/s/cmis&lt;/A&gt;&lt;SPAN&gt;" what you are seeing is a command-line invocation of a program called curl. The "-u" switch passes in the username and password. The last bit starting with "http" is the URL that curl is invoking.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can read more about curl &lt;/SPAN&gt;&lt;A href="http://curl.haxx.se/" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;&lt;SPAN&gt;. It's used as a convenient way to execute HTTP methods against a URL. In this case, the URL is &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/s/cmis" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/s/cmis&lt;/A&gt;&lt;SPAN&gt;. You should definitely be able to invoke that CMIS URL (without the curl and -u switch) in a browser.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Curl is used as a convenient example program because it is usually already installed on non-Windows operating systems and it is easy to work with. You can install curl for Windows if you want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The point is, curl isn't required for working with CMIS. If you just want to execute GETs, POSTs, and DELETEs against the CMIS Atom Pub binding, there are many, many tools you can use to do that. Or, as OpenPj pointed out, you can use a higher-level API built for the language you are comfortable working with.&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, 05 Jan 2012 00:33:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-how-to/m-p/266431#M219561</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-01-05T00:33:50Z</dc:date>
    </item>
  </channel>
</rss>

