<?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: Programming Alfresco - What API(s) to use? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/programming-alfresco-what-api-s-to-use/m-p/233030#M186160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What about uploading and downloading large files?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Talking about REST APIs, the CMIS API is also RESTful ASFAIK, which is to be preferred?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank your for your fast response!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jun 2009 15:10:05 GMT</pubDate>
    <dc:creator>mwildam</dc:creator>
    <dc:date>2009-06-10T15:10:05Z</dc:date>
    <item>
      <title>Programming Alfresco - What API(s) to use?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/programming-alfresco-what-api-s-to-use/m-p/233028#M186158</link>
      <description>Hi folks,I find it overwhelming, what different APIs exist that could be used to programmatically work against the Alfresco repository.I do see SOAP services, RESTful APIs, JCR API, …I wandered through the forum and searched for topics regarding those APIs and it seems to me that each of the APIs is</description>
      <pubDate>Wed, 10 Jun 2009 14:51:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/programming-alfresco-what-api-s-to-use/m-p/233028#M186158</guid>
      <dc:creator>mwildam</dc:creator>
      <dc:date>2009-06-10T14:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Programming Alfresco - What API(s) to use?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/programming-alfresco-what-api-s-to-use/m-p/233029#M186159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use the REST APIs.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 14:56:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/programming-alfresco-what-api-s-to-use/m-p/233029#M186159</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-06-10T14:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Programming Alfresco - What API(s) to use?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/programming-alfresco-what-api-s-to-use/m-p/233030#M186160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What about uploading and downloading large files?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Talking about REST APIs, the CMIS API is also RESTful ASFAIK, which is to be preferred?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank your for your fast response!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 15:10:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/programming-alfresco-what-api-s-to-use/m-p/233030#M186160</guid>
      <dc:creator>mwildam</dc:creator>
      <dc:date>2009-06-10T15:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Programming Alfresco - What API(s) to use?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/programming-alfresco-what-api-s-to-use/m-p/233031#M186161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Large files should be streamed to and from Alfresco.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Given the choice I'd prefer the CMIS interface first but if the functionality is not available in CMIS then use the Alfresco interfaces.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 19:06:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/programming-alfresco-what-api-s-to-use/m-p/233031#M186161</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-06-10T19:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Programming Alfresco - What API(s) to use?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/programming-alfresco-what-api-s-to-use/m-p/233032#M186162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Large files should be streamed to and from Alfresco.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;What does that mean - the large files should be "streamed"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a separate API for that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding the CMIS: Can CMIS and other RESTful API be completely free mixed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have worked with other products having different types of APIs and there I have experienced problems in mixing APIs (just to explain why I am asking this question).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What about the login token? Can I login using one API and use the retrieved token then with other APIs?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 06:34:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/programming-alfresco-what-api-s-to-use/m-p/233032#M186162</guid>
      <dc:creator>mwildam</dc:creator>
      <dc:date>2009-06-12T06:34:17Z</dc:date>
    </item>
  </channel>
</rss>

