<?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: create own interface in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/create-own-interface/m-p/118441#M83557</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Kevin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;WebScripts are great but the problem is you get back to the native webapp when you want to trigger a complex action (wizard or dialog). Do you think building a full application with WebScripts would worth the effort ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Nov 2007 08:47:43 GMT</pubDate>
    <dc:creator>rivarola</dc:creator>
    <dc:date>2007-11-02T08:47:43Z</dc:date>
    <item>
      <title>create own interface</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-own-interface/m-p/118438#M83554</link>
      <description>Hello, Is it possible to create a custom web interface for alfresco?&amp;nbsp; Are there any documents available with examples?Thnx,Johan</description>
      <pubDate>Wed, 24 Oct 2007 13:09:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-own-interface/m-p/118438#M83554</guid>
      <dc:creator>johan1974</dc:creator>
      <dc:date>2007-10-24T13:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: create own interface</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-own-interface/m-p/118439#M83555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Of course it is possible. You can start from scratch with any language able to communicate with the repository module either by WebService or direct Java API. You can also reuse some Alfresco frameworks or components.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are currently developping our own GUI on top of Alfresco in our team, but we didn't find specific documentation except the wiki and forums… and native Alfresco source code !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 16:57:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-own-interface/m-p/118439#M83555</guid>
      <dc:creator>rivarola</dc:creator>
      <dc:date>2007-10-24T16:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: create own interface</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-own-interface/m-p/118440#M83556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;WebScripts are a great way to easily build fresh UI on Alfresco. There are some examples like the DocList, MySpaces, MyTasks etc. in the default web-client install. There are some simple folder browser samples etc. available also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Scripts" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Scripts&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Scripts_Examples" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Scripts_Examples&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 17:26:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-own-interface/m-p/118440#M83556</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-11-01T17:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: create own interface</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-own-interface/m-p/118441#M83557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Kevin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;WebScripts are great but the problem is you get back to the native webapp when you want to trigger a complex action (wizard or dialog). Do you think building a full application with WebScripts would worth the effort ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 08:47:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-own-interface/m-p/118441#M83557</guid>
      <dc:creator>rivarola</dc:creator>
      <dc:date>2007-11-02T08:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: create own interface</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-own-interface/m-p/118442#M83558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It depends want you want to do. If you want to build a simple more "portal" style interface to Alfresco then they are ideal. As you build more complex screens then there is more work to do - but as long as the APIs are available in JS/FreeMarker (such as People, Workflow, AVM are all there) then it's doable. Yes of course it is time consuming to re-implement functionality, but if you want a different UI then that's how it has to be unless you drop back into the existing web-client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 10:08:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-own-interface/m-p/118442#M83558</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-11-02T10:08:43Z</dc:date>
    </item>
  </channel>
</rss>

