<?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 migrate all contents into single page(A bit URGENT) in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-migrate-all-contents-into-single-page-a-bit-urgent/m-p/167314#M120846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think apache tiles would the best solution.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jun 2008 19:40:16 GMT</pubDate>
    <dc:creator>vijay_alfresco</dc:creator>
    <dc:date>2008-06-18T19:40:16Z</dc:date>
    <item>
      <title>How to migrate all contents into single page(A bit URGENT)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-migrate-all-contents-into-single-page-a-bit-urgent/m-p/167312#M120844</link>
      <description>Hi,&amp;nbsp;&amp;nbsp; I splitted one web page as header,Leftnav,rightnav, body and footer(For templating work). For these all i created xsd and related xsl files. My requirement is to include all in one page to see the entire preview. For that i am trying to include all in body part. but i am not. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tell me the</description>
      <pubDate>Fri, 13 Jun 2008 11:25:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-migrate-all-contents-into-single-page-a-bit-urgent/m-p/167312#M120844</guid>
      <dc:creator>hithardhas</dc:creator>
      <dc:date>2008-06-13T11:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate all contents into single page(A bit URGENT)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-migrate-all-contents-into-single-page-a-bit-urgent/m-p/167313#M120845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are basically two ways to perform this kind of page compositing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL style="list-style-type:decimal;"&gt;&lt;LI&gt;"Bake" the page at content submission time via a Freemarker or XSLT renditioning template.&amp;nbsp; We provide APIs in both cases that allow you to pull in other content from the Web Project and include that in the output of the template (see &lt;A href="http://wiki.alfresco.com/wiki/WCM_Forms_Rendering#Variables_and_Functions_exposed_to_Rendering_Engine" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/WCM_Forms_Rendering#Variables_and_Functions_exposed_to_Rendering_Engine&lt;/A&gt; for details).&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;"Fry" the page at request time by using delivery side techniques to composite the page from it's constituent assets.&amp;nbsp; The exact technique depends on your delivery side technology, but includes things like server side includes (web servers), &amp;lt;jsp:include&amp;gt; (Java app servers), &amp;lt;!–#include file="…"–&amp;gt; (ASP.NET), include '…' (PHP), etc.&lt;/LI&gt;&lt;/OL&gt;&lt;SPAN&gt;Note that with the first option it's not possible (in the general case) to track all of the dependencies between the source assets and the final composited page, so you will eventually find yourself having to manually regenerate pages when certain source assets change.&amp;nbsp; For that reason I personally prefer the latter approach (delivery time page composition), since each page can have arbitrarily complex dependency graphs without anyone ever having to worry about stale content appearing in those pages.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jun 2008 05:12:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-migrate-all-contents-into-single-page-a-bit-urgent/m-p/167313#M120845</guid>
      <dc:creator>pmonks</dc:creator>
      <dc:date>2008-06-15T05:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate all contents into single page(A bit URGENT)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-migrate-all-contents-into-single-page-a-bit-urgent/m-p/167314#M120846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think apache tiles would the best solution.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 19:40:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-migrate-all-contents-into-single-page-a-bit-urgent/m-p/167314#M120846</guid>
      <dc:creator>vijay_alfresco</dc:creator>
      <dc:date>2008-06-18T19:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate all contents into single page(A bit URGENT)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-migrate-all-contents-into-single-page-a-bit-urgent/m-p/167315#M120847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yep - Tiles is one example (amongst many!) of the "fry" model (which is the one I tend to favour, given the dependency management problems that can occur with the "bake" model).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 19:56:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-migrate-all-contents-into-single-page-a-bit-urgent/m-p/167315#M120847</guid>
      <dc:creator>pmonks</dc:creator>
      <dc:date>2008-06-18T19:56:40Z</dc:date>
    </item>
  </channel>
</rss>

