<?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: how to modify alfresco using Flex? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-modify-alfresco-using-flex/m-p/169598#M122969</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;It is possible to communicate with the Alfresco repository from Flex.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a look here for an overview &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Flex_SDK_Developer_Guide" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Flex_SDK_Developer_Guide&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps you could provide some more details about what it is you are trying to achieve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Apr 2008 11:49:56 GMT</pubDate>
    <dc:creator>rwetherall</dc:creator>
    <dc:date>2008-04-24T11:49:56Z</dc:date>
    <item>
      <title>how to modify alfresco using Flex?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-modify-alfresco-using-flex/m-p/169597#M122968</link>
      <description>Can anyone help me to modify the GUI of Alfresco using Flex?I would greatly appreciate any help possible. Thank you!</description>
      <pubDate>Thu, 24 Apr 2008 07:20:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-modify-alfresco-using-flex/m-p/169597#M122968</guid>
      <dc:creator>zhienzhien</dc:creator>
      <dc:date>2008-04-24T07:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to modify alfresco using Flex?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-modify-alfresco-using-flex/m-p/169598#M122969</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;It is possible to communicate with the Alfresco repository from Flex.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a look here for an overview &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Flex_SDK_Developer_Guide" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Flex_SDK_Developer_Guide&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps you could provide some more details about what it is you are trying to achieve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 11:49:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-modify-alfresco-using-flex/m-p/169598#M122969</guid>
      <dc:creator>rwetherall</dc:creator>
      <dc:date>2008-04-24T11:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to modify alfresco using Flex?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-modify-alfresco-using-flex/m-p/169599#M122970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To add flex to the existing web client look at the image gallery webscript component added in 2.9&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;root/projects/web-client/config/alfresco/templates/webscripts/org/alfresco/collaboration/viewgallery.get.html.ftl, viewgallery.get.js, viewgallery.get.desc.xml&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(using the flexbook sample from the alfresco flex sdk Roy mentioned.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that the "alfresco flex sdk" does not have any components, only webscript and authentication support &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The ace project from the alfresco svn in the module section has examples of doing the following in flex: login, logout, search&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, full featured flex clients, FlexSpaces+browser and FlexSpaces+AIR, are on the way:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(developed using flex,&amp;nbsp; data web scripts, and the alfresco flex sdk)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?f=36&amp;amp;t=11876#p39211" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?f=36&amp;amp;t=11876#p39211&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.integratedsemantics.org" rel="nofollow noopener noreferrer"&gt;http://www.integratedsemantics.org&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.integratedsemantics.com" rel="nofollow noopener noreferrer"&gt;http://www.integratedsemantics.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 17:56:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-modify-alfresco-using-flex/m-p/169599#M122970</guid>
      <dc:creator>stevereiner</dc:creator>
      <dc:date>2008-04-24T17:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to modify alfresco using Flex?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-modify-alfresco-using-flex/m-p/169600#M122971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the immediate response. Im just a beginner and got this project that I have to do. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;" The GUI is designed to be a â€˜one-page-applicationâ€™, a Rich Internet Application. This means that all actions can&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;be performed in one screen, and that the content within the screens can change due to the actions performed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;by the user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The GUI will be programmed in Adobe Flex, running on top of an Alfresco back-end."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hope you guys can help me on this. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 06:38:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-modify-alfresco-using-flex/m-p/169600#M122971</guid>
      <dc:creator>zhienzhien</dc:creator>
      <dc:date>2008-04-25T06:38:06Z</dc:date>
    </item>
  </channel>
</rss>

