<?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: [WCM] WQS: creating templates in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/wcm-wqs-creating-templates/m-p/272778#M225908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The sample quick start app is just a Spring app that uses web scripts for views. The page layout is achieved through freemarker. The freemarker template divides the page into regions. Each region is populated by a web script. Web scripts use freemarker for the view and server-side JavaScript for the controller.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This page-template instance-region-web script stuff is collectively referred to as the Surf Framework. You can find Surf info on the wiki, on slideshare.net, and on &lt;/SPAN&gt;&lt;A href="http://www.springsurf.org/" rel="nofollow noopener noreferrer"&gt;http://www.springsurf.org/&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Web Quick Start is really made up of multiple parts:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - The repository persists the objects and provides a structure for your content, search, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Share provides a user interface for managing the objects&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - The sample wcmqs web app provides an example Spring application that queries the repository for content. (This is the thing that is built with Surf).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some people choose to use parts of Web Quick Start (say, the repository and Share tier) and maybe something different for the front-end, like Struts or Tiles or whatever. So that's why you sometimes see people talking about those other frameworks when they are discussing Web Quick Start.&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;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jun 2011 23:13:26 GMT</pubDate>
    <dc:creator>jpotts</dc:creator>
    <dc:date>2011-06-03T23:13:26Z</dc:date>
    <item>
      <title>[WCM] WQS: creating templates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/wcm-wqs-creating-templates/m-p/272777#M225907</link>
      <description>Hi,Working with alfresco 3.4d, I have read and experienced tutorial about Alfresco WQS (Web Quick Start), it's working nice.using WQS,&amp;nbsp; I can modify and publish the template provided by alfresco.But i want to create my own template for two reasons (at least) :- I'm migrating an already existing site</description>
      <pubDate>Thu, 02 Jun 2011 16:03:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/wcm-wqs-creating-templates/m-p/272777#M225907</guid>
      <dc:creator>mouradef</dc:creator>
      <dc:date>2011-06-02T16:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: [WCM] WQS: creating templates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/wcm-wqs-creating-templates/m-p/272778#M225908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The sample quick start app is just a Spring app that uses web scripts for views. The page layout is achieved through freemarker. The freemarker template divides the page into regions. Each region is populated by a web script. Web scripts use freemarker for the view and server-side JavaScript for the controller.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This page-template instance-region-web script stuff is collectively referred to as the Surf Framework. You can find Surf info on the wiki, on slideshare.net, and on &lt;/SPAN&gt;&lt;A href="http://www.springsurf.org/" rel="nofollow noopener noreferrer"&gt;http://www.springsurf.org/&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Web Quick Start is really made up of multiple parts:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - The repository persists the objects and provides a structure for your content, search, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Share provides a user interface for managing the objects&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - The sample wcmqs web app provides an example Spring application that queries the repository for content. (This is the thing that is built with Surf).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some people choose to use parts of Web Quick Start (say, the repository and Share tier) and maybe something different for the front-end, like Struts or Tiles or whatever. So that's why you sometimes see people talking about those other frameworks when they are discussing Web Quick Start.&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;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 23:13:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/wcm-wqs-creating-templates/m-p/272778#M225908</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2011-06-03T23:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: [WCM] WQS: creating templates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/wcm-wqs-creating-templates/m-p/272779#M225909</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;Thank you for your answer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it helps me to have a better ieda about how it works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 12:02:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/wcm-wqs-creating-templates/m-p/272779#M225909</guid>
      <dc:creator>mouradef</dc:creator>
      <dc:date>2011-06-17T12:02:53Z</dc:date>
    </item>
  </channel>
</rss>

