<?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: Accessing alfresco repository from custom java application in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/accessing-alfresco-repository-from-custom-java-application/m-p/198943#M152073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to use a straight forward Java API to communicate with a remote Alfresco repository with decent coverage of the Alfresco Foundation Services features you could use one of the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Alfresco's &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Content_Management_Web_Services" rel="nofollow noopener noreferrer"&gt;Web services API&lt;/A&gt;&lt;SPAN&gt; (SOAP)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Rivet Logic's &lt;/SPAN&gt;&lt;A href="http://www.rivetlogic.com/Forge/Rivets/Remote_Alfresco_API_Rivet" rel="nofollow noopener noreferrer"&gt;Remote Alfresco API rivet&lt;/A&gt;&lt;SPAN&gt; (REST)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;–Alaaeldin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Apr 2009 20:10:43 GMT</pubDate>
    <dc:creator>rivetlogic</dc:creator>
    <dc:date>2009-04-28T20:10:43Z</dc:date>
    <item>
      <title>Accessing alfresco repository from custom java application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-alfresco-repository-from-custom-java-application/m-p/198940#M152070</link>
      <description>Hello all,I am confused of diiferent types of API available for Alfresco.I have been given a task to develop sample java web application which shows login page.After login to alfresco repository using Alfresco user/password I have to diaplay one page from which user can upload document to particular</description>
      <pubDate>Wed, 22 Apr 2009 13:01:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-alfresco-repository-from-custom-java-application/m-p/198940#M152070</guid>
      <dc:creator>nikes</dc:creator>
      <dc:date>2009-04-22T13:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing alfresco repository from custom java application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-alfresco-repository-from-custom-java-application/m-p/198941#M152071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can either use the "inprocess" Java API in which case your code will have to go into the alfresco war file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or you will want to connect from your application via one of the remote APIs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From a remote custom java application your choce is in this order Web Scripts, Web Services and RMI.&amp;nbsp;&amp;nbsp;&amp;nbsp; There are other options but start with the preceding list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your first point of call will be to authentcate to log on.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 18:38:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-alfresco-repository-from-custom-java-application/m-p/198941#M152071</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-04-22T18:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing alfresco repository from custom java application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-alfresco-repository-from-custom-java-application/m-p/198942#M152072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks mrogers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you provide any sample code available to access out-of-box web scripts( provided by Alfresco) from web application (jsp/servlet) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(login to alfresco, create folders, upload documents)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Web-Scripts is new for me. I am used to code using plain java API (Example Filenet API). Does Alfresco provide JAR files containing JAVA API which I can use for all repository operations like login,create folder,upload/download documents etc……..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My requirement is to create folders(spaces) in Alfresco through custom web application (jsp/servlets) and upload documents to those spaces.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been assigned a task of migration of data/application from Filenet(IBM) to Alfresco. Current web application uses Filenet API so I have to search where all changes are needed to replace Filenet code with Alfresco API code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nikesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 03:56:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-alfresco-repository-from-custom-java-application/m-p/198942#M152072</guid>
      <dc:creator>nikes</dc:creator>
      <dc:date>2009-04-23T03:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing alfresco repository from custom java application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-alfresco-repository-from-custom-java-application/m-p/198943#M152073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to use a straight forward Java API to communicate with a remote Alfresco repository with decent coverage of the Alfresco Foundation Services features you could use one of the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Alfresco's &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Content_Management_Web_Services" rel="nofollow noopener noreferrer"&gt;Web services API&lt;/A&gt;&lt;SPAN&gt; (SOAP)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Rivet Logic's &lt;/SPAN&gt;&lt;A href="http://www.rivetlogic.com/Forge/Rivets/Remote_Alfresco_API_Rivet" rel="nofollow noopener noreferrer"&gt;Remote Alfresco API rivet&lt;/A&gt;&lt;SPAN&gt; (REST)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;–Alaaeldin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2009 20:10:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-alfresco-repository-from-custom-java-application/m-p/198943#M152073</guid>
      <dc:creator>rivetlogic</dc:creator>
      <dc:date>2009-04-28T20:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing alfresco repository from custom java application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-alfresco-repository-from-custom-java-application/m-p/198944#M152074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Alaaeldin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are Rivet Logic's Remote Alfresco API rivet (REST) APIs free of cost? or we need to buy?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nikesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 12:54:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-alfresco-repository-from-custom-java-application/m-p/198944#M152074</guid>
      <dc:creator>nikes</dc:creator>
      <dc:date>2009-05-06T12:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing alfresco repository from custom java application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-alfresco-repository-from-custom-java-application/m-p/198945#M152075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's free, as in it's open source with a GPL license.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;–Alaaeldin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 13:09:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-alfresco-repository-from-custom-java-application/m-p/198945#M152075</guid>
      <dc:creator>rivetlogic</dc:creator>
      <dc:date>2009-05-06T13:09:04Z</dc:date>
    </item>
  </channel>
</rss>

