<?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: Alfresco with Flex in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-with-flex/m-p/264205#M217335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Take a look at &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Dec 2010 13:24:56 GMT</pubDate>
    <dc:creator>jcustovic</dc:creator>
    <dc:date>2010-12-01T13:24:56Z</dc:date>
    <item>
      <title>Alfresco with Flex</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-with-flex/m-p/264204#M217334</link>
      <description>Hi allCan any one tell me the easiest way to integrate alfresco with a standard flex application.I have a flex application from which i want to Search, Upload, Download documents in Alfresco.As i am at a beginner level i am getting lost with the documentation and getting confused with which one to u</description>
      <pubDate>Wed, 01 Dec 2010 11:49:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-with-flex/m-p/264204#M217334</guid>
      <dc:creator>sambit_h</dc:creator>
      <dc:date>2010-12-01T11:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco with Flex</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-with-flex/m-p/264205#M217335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Take a look at &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Dec 2010 13:24:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-with-flex/m-p/264205#M217335</guid>
      <dc:creator>jcustovic</dc:creator>
      <dc:date>2010-12-01T13:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco with Flex</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-with-flex/m-p/264206#M217336</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;SPAN&gt;Thanks for the reply&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But i am still getting confused on what to use and what to not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please give me highlevel steps for integrating a Flex application with Alfresco?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to search documents in Alfresco from my flex UI.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 10:18:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-with-flex/m-p/264206#M217336</guid>
      <dc:creator>sambit_h</dc:creator>
      <dc:date>2010-12-02T10:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco with Flex</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-with-flex/m-p/264207#M217337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use Alfresco REST API &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference&lt;/A&gt;&lt;SPAN&gt; to call functions on alfresco using Javascript. I don't use REST API so I don't really know much about it, but the provided link describes what you can do. With this method you can execute actions to alfresco directly from flex. FLEX &amp;lt;–&amp;gt; Alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another way is to integrate flex with Java (create Java web services which flex can consume) &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Service_Samples_for_Java" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Service_Samples_for_Java&lt;/A&gt;&lt;SPAN&gt;. This way your flex API will contact Java services which will connect to alfresco and you can create your own response to flex. FLEX &amp;lt;–&amp;gt; Java &amp;lt;–&amp;gt; Alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use alfresco web services with other languages as well &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Content_Management_Web_Services" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_Content_Management_Web_Services&lt;/A&gt;&lt;SPAN&gt; and create services for flex. FLEX &amp;lt;–&amp;gt; OtherLangugae &amp;lt;–&amp;gt; Alfresco&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 10:40:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-with-flex/m-p/264207#M217337</guid>
      <dc:creator>jcustovic</dc:creator>
      <dc:date>2010-12-02T10:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco with Flex</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-with-flex/m-p/264208#M217338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The easiest way would be to integrate code from FlexSpaces into your app. I need to split parts off into an sdk to make it clearer how to do this (and have developer documentation).&amp;nbsp; You can use entire views, or just some ui components, or just the non ui part (which has an event api) or just the lowest level (delegate layer) which call&amp;nbsp; webscripts&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forge.alfresco.com/projects/flexspaces/" rel="nofollow noopener noreferrer"&gt;http://forge.alfresco.com/projects/flexspaces/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://code.google.com/p/flexspaces/" rel="nofollow noopener noreferrer"&gt;http://code.google.com/p/flexspaces/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 02:38:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-with-flex/m-p/264208#M217338</guid>
      <dc:creator>stevereiner</dc:creator>
      <dc:date>2010-12-03T02:38:10Z</dc:date>
    </item>
  </channel>
</rss>

