<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ben&#039;s Blog &#187; wcm</title>
	<atom:link href="http://www.benh.co.uk/tag/wcm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benh.co.uk</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 21:39:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Web Quick Start Videos</title>
		<link>http://www.benh.co.uk/alfresco/web-quick-start-videos/</link>
		<comments>http://www.benh.co.uk/alfresco/web-quick-start-videos/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 15:27:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Alfresco WCM (archive)]]></category>
		<category><![CDATA[Web Quick Start]]></category>
		<category><![CDATA[Alfresco WCM]]></category>
		<category><![CDATA[wcm]]></category>

		<guid isPermaLink="false">http://www.benh.co.uk/?p=569</guid>
		<description><![CDATA[The following are short (less than 10 minutes) introductory videos to features of the Alfresco Web Quick Start. I plan to record several covering topics such as Renditions, Asset Collections, User Generated Content etc.]]></description>
			<content:encoded><![CDATA[<p>The following are short (less than 10 minutes) introductory videos to features of the Alfresco Web Quick Start. I plan to record several over the next few weeks covering topics such as installation, renditions, asset collections, user generated content, publishing etc.</p>
<p><span id="more-569"></span></p>
<h1>1. Introduction and Installation</h1>
<p>In introduction to the Alfresco Web Quick Start and demonstration of an install using the Alfresco Installer on a Windows platform.</p>
<p><iframe title="YouTube video player" class="youtube-player" type="text/html" width="853" height="510" src="http://www.youtube.com/embed/vfQrRzt4HIw?rel=0&amp;hd=1" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.benh.co.uk/alfresco/web-quick-start-videos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SURF Part 3 &#8211; Alfresco WCM Content</title>
		<link>http://www.benh.co.uk/alfresco/surf-part-3-alfresco-wcm-content/</link>
		<comments>http://www.benh.co.uk/alfresco/surf-part-3-alfresco-wcm-content/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 18:24:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Alfresco WCM (archive)]]></category>
		<category><![CDATA[Surf Framework]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[Alfresco WCM]]></category>
		<category><![CDATA[surf]]></category>
		<category><![CDATA[wcm]]></category>

		<guid isPermaLink="false">http://www.benh.co.uk/?p=292</guid>
		<description><![CDATA[**NOTE: This articles uses features found in HEAD which are considered to be work-in-progress.  This article is for demo purposes only.** In this article I will look at deploying and consuming WCM content from a SURF web application.  To make this very simple, we have created a standalone Tomcat 6 bundle which has an example [...]]]></description>
			<content:encoded><![CDATA[<p><strong>**NOTE: This articles uses features found in HEAD which are considered to be work-in-progress.  This article is for demo purposes only.**</strong></p>
<p>In this article I will look at deploying and consuming WCM content from a SURF web application.  To make this very simple, we have created a standalone Tomcat 6 bundle which has an example SURF web application pre-configured (thanks to Michael Uzquiano for all the assistance!).  This is the same web app as used in the previous articles, so all previous material is still relevant.</p>
<p>Once the Tomcat bundle is deployed and your WCM instance configured, you will have working examples of:</p>
<ul>
<li>An AVM layout separating Surf content (components, templates etc) and Web content (XML content, CSS, images etc).</li>
<li>Deployment configuration allowing the Surf and/or Web content to be deployed to a local file system directory.</li>
<li>An FSR &#8211; configured for the deployment as above</li>
<li>A Surf website example of including static content e.g. an HTML file from the local file system.</li>
<li>A surf website example of dispatching dynamic content from the remote Alfresco repository.</li>
<li>Web form examples for the creation of example content.</li>
</ul>
<p>Initially I will describe the steps required to get up and running, and then I will dissect the configuration so that we fully understand how it is working.</p>
<p><span id="more-292"></span></p>
<h1>Prerequisites</h1>
<ul>
<li>It is expected that you are familiar with Alfresco concepts such as CIFS, Web Scripts, Web Forms etc.  <strong>This is not a beginners tutorial to Alfresco WCM!</strong></li>
<li>Alfresco v3.x installed with WCM configured and running at http://localhost:8080.  If this address is different, you will need to re-configure the Alfresco endpoint.  This is detailed below within the &#8220;Dynamic Content Example&#8221;, so do not be alarmed if your &#8220;Products&#8221; section does not work after the install.</li>
<li>This article is based on the <a href="http://wiki.alfresco.com/wiki/Surf_Platform_-_Deployment_Configurations" target="_blank">Surf Deployment Configurations wiki article</a> which I would highly recommend reading.</li>
</ul>
<h1>Download</h1>
<p>Download the <a href="http://www.benh.co.uk/wp-content/uploads/2009/03/surf-sample.zip">surf-sample</a> Tomcat bundle and extract to your local file system e.g. c:\surf-sample.</p>
<h1>Installation</h1>
<p>Download the Surf demo Tomcat bundle and extract to your local file system.  Have a browse through the files and you will see that the following is included:</p>
<ul>
<li>surf-sample\sample &#8211; The Tomcat 6 bundle directory</li>
<li>surf-sample\setup\AVM &#8211; An example directory structure to be loaded into the AVM</li>
<li>surf-sample\setup\FSR &#8211; An example FSR</li>
<li>surf-sample\setup\web forms &#8211; Example web forms for creating news and product items</li>
<li>surf-sample\setup\web scripts &#8211; Example web scripts for the products section</li>
</ul>
<h3>Alfresco Setup</h3>
<ul>
<li>Create a new web project with the <acronym title="Domain Name Server">DNS</acronym> name &#8211; “<strong>demo</strong>”. If you do not use this name, you will have to make a small change to the “Product” web script. See the “Web Scripts” section below.</li>
<li>Connect via CIFS to the AVM as the &#8220;admin&#8221; user.</li>
<li>Copy the contents of the AVM structure dir from the surf-sample\setup\AVM\ROOT to the admin user sandbox via CIFS. (You could also zip up and bulk import if you prefer)</li>
<li>Submit this content to the Staging sandbox.</li>
</ul>
<p>The AVM directory structure should look like the following:</p>
<p><a href="http://www.benh.co.uk/wp-content/uploads/2009/03/surf-site1.gif"><img class="aligncenter size-full wp-image-293" title="surf-site1" src="http://www.benh.co.uk/wp-content/uploads/2009/03/surf-site1.gif" alt="" width="313" height="341" /></a></p>
<h3>Web Forms</h3>
<p>I have included two example web forms with the files so that you can quickly create some example content to be used with deployment, and for testing the example functionality.  There are two web forms which need to be installed, one for the news articles and one for products.</p>
<h3>Article Web Form</h3>
<ul>
<li>Create a new article web form using the <strong>C:\surf-sample\setup\web forms\article\article.xsd</strong> file.  Add the output path pattern of <strong>/${webapp}/content/news/source/${name}.xml</strong></li>
<li>Add <strong>C:\surf-sample\setup\web forms\article\latestNews.html.ftl </strong>as a rendition with the output path pattern<strong><strong> /${webapp}/content/news/latestNews.html</strong></strong></li>
</ul>
<h3>Products Web Form</h3>
<p>The product XML items are read dynamically by the Surf webapp.</p>
<ul>
<li>Create a new product web form using the <strong>C:\surf-sample\setup\web forms\product\product.xsd.</strong> Add the output path pattern of <strong>/${webapp}/content/products/source/${name}.xml</strong></li>
</ul>
<p>Note there is also a <strong>article.html.ftl </strong>file, however at present this is not used.  Once the web forms are installed, you can test creating some content.  Verify that the output is being populated to the correct locations as listed above.</p>
<h3>Web Scripts</h3>
<p>The Products section uses a web script which must be installed.</p>
<ul>
<li>Copy the <strong>C:\surf-sample\setup\web scripts\products</strong> folder in to the Alfresco Data Dictionary\web scripts folder and refresh the web scripts. If your site name is not “demo”, you will need to edit the site reference within C:\surf-sample\setup\web scripts\products\products.get.js i.e.</li>
</ul>
<p><code><br />
var storeid = (&quot;demo&quot;);<br />
<!--formatted--></code></p>
<h3>Deployment Setup</h3>
<p>All content is deployed to the C:\surf-sample\sample\deploy directory. This represents a stand alone directory which is configured to deliver the Alfresco content.  This directory is separated into two sections as follows:</p>
<ul>
<li>Web Content &#8211; e.g. HTML renditions, JS, CSS etc &#8211; deployed to C:\surf-sample\sample\deploy\webroot\ROOT</li>
<li>Surf Content &#8211; surf items such as templates, components etc &#8211; deployed to C:\surf-sample\sample\deploy\alfresco</li>
</ul>
<p>Configure two deployment targets:</p>
<ul>
<li>Edit your Web Project and add two File System Receivers using the details below.</li>
</ul>
<p><strong>Name:</strong> Content Production<br />
<strong>Excludes:</strong> [A-Za-z0-9:/_]*ROOT/WEB-INF/*<br />
<strong>Target Name:</strong> content</p>
<p><strong>Name:</strong> Surf Production<br />
<strong>Source Path:</strong> /ROOT/WEB-INF/classes/alfresco<br />
<strong>Target Name:</strong> alfresco</p>
<p><a href="http://www.benh.co.uk/wp-content/uploads/2009/03/surf-sample2.png"><img class="aligncenter size-full wp-image-297" title="surf-sample2" src="http://www.benh.co.uk/wp-content/uploads/2009/03/surf-sample2.png" alt="" width="500" height="259" /></a></p>
<h3>FSR</h3>
<p>There is an example FSR located within C:\surf-sample\setup\FSR.  You can copy this directory to another location if required e.g. c:\FSR.  The C:\surf-sample\setup\FSR\application-context.xml file has an example configuration which will need to be edited to match your file system locations depending upon where the surf-sample app is located.  See the dir locations in bold below:</p>
<p><code><br />
&lt;!-- Target Configuration. Modify for your site. --&gt;<br />
&lt;property name="targetData"&gt;<br />
&lt;map&gt;<br />
&lt;entry key="alfresco"&gt;<br />
&lt;map&gt;<br />
&lt;entry key="root"&gt;&lt;value&gt;<strong>C:\surf-sample\sample\deploy\alfresco</strong>&lt;/value&gt;&lt;/entry&gt;<br />
&lt;entry key="user"&gt;&lt;value&gt;admin&lt;/value&gt;&lt;/entry&gt;<br />
&lt;entry key="password"&gt;&lt;value&gt;admin&lt;/value&gt;&lt;/entry&gt;<br />
&lt;/map&gt;<br />
&lt;/entry&gt;<br />
&lt;entry key="content"&gt;<br />
&lt;map&gt;<br />
&lt;entry key="root"&gt;&lt;value&gt;<strong>C:\surf-sample\sample\deploy\webroot</strong>&lt;/value&gt;&lt;/entry&gt;<br />
&lt;entry key="user"&gt;&lt;value&gt;admin&lt;/value&gt;&lt;/entry&gt;<br />
&lt;entry key="password"&gt;&lt;value&gt;admin&lt;/value&gt;&lt;/entry&gt;<br />
&lt;/map&gt;<br />
&lt;/entry&gt;<br />
&lt;/map&gt;<br />
&lt;/property&gt;<br />
<!--formatted--></code><br />
Once complete, you should be able to start the surf-sample Tomcat and give the site a test.  Create some content using the web forms and deploy it to the surf-sample app.  Start the Tomcat using <strong>C:\surf-sample\sample\bin\startup.bat</strong> and hit <a href="http://localhost/surf/page?p=index" target="_blank">http://localhost/surf/page?p=index</a></p>
<p><a href="http://www.benh.co.uk/wp-content/uploads/2009/03/surf-sample3.png"><img class="aligncenter size-full wp-image-301" title="surf-sample3" src="http://www.benh.co.uk/wp-content/uploads/2009/03/surf-sample3.png" alt="" width="500" height="347" /></a></p>
<h1><strong>Static Content Example</strong></h1>
<p>The Home Page of the site includes a static HTML file that is created using the article.xsd web form.  This creates the <strong>latestNews.html</strong> file within the repository to ROOT\content\news which is then deployed to the C:\surf-sample\sample\deploy\webroot\ROOT\content\news.  The Surf web application then includes the latestNews.html at request time.</p>
<p><a href="http://www.benh.co.uk/wp-content/uploads/2009/03/surf-sample4.png"><img class="aligncenter size-full wp-image-302" title="surf-sample4" src="http://www.benh.co.uk/wp-content/uploads/2009/03/surf-sample4.png" alt="" width="500" height="354" /></a></p>
<p>The HTML include import is done by the Surf component, however before this will function, we need to configure Surf (using Spring) to look into the C:\surf-sample\sample\<strong>deploy</strong> directory for the static content and web scripts.  If you open C:\surf-sample\sample\shared\classes\alfresco\web-extension\custom-web-framework-application-context.xml you will see the example configuration:</p>
<p><code><br />
&lt;!-- Local Store Abstract  --&gt;<br />
&lt;bean id="webframework.localstore" class="org.alfresco.web.scripts.LocalFileSystemStore" abstract="true" init-method="init"&gt;<br />
&lt;property name="root"&gt;<br />
&lt;value&gt;<strong>/surf-sample/sample/deploy</strong>&lt;/value&gt;<br />
&lt;/property&gt;<br />
&lt;/bean&gt;<br />
&lt;!-- Web Scripts: Local Store --&gt;<br />
&lt;bean id="webframework.localstore.webscripts" parent="webframework.localstore"&gt;<!--formatted--></code><code> &lt;property name="path"&gt;<br />
&lt;value&gt;<strong>alfresco/site-webscripts</strong>&lt;/value&gt;&lt;/property&gt;<br />
&lt;/bean&gt;<!--formatted--></code></p>
<p>Once this is configured, components can access this static content.  The component that is used on the Home Page is C:\surf-sample\sample\deploy\alfresco\site-data\components\page.main.index.xml and looks like:<br />
<code><br />
&lt;?xml version='1.0' encoding='UTF-8'?&gt;<br />
&lt;component&gt;<br />
&lt;scope&gt;page&lt;/scope&gt;<br />
&lt;region-id&gt;main&lt;/region-id&gt;<br />
&lt;source-id&gt;index&lt;/source-id&gt;<br />
&lt;component-type-id&gt;/component/common/include&lt;/component-type-id&gt;<br />
&lt;properties&gt;<br />
&lt;container&gt;div&lt;/container&gt;<br />
&lt;/properties&gt;<br />
&lt;resources&gt;<br />
&lt;resource id="source" type="webapp"&gt;/content/news/latestNews.html&lt;/resource&gt;<br />
&lt;/resources&gt;<br />
&lt;/component&gt;<br />
<!--formatted--></code></p>
<p>You can see that we are using one of the web scripts that comes bundled with Surf which is referenced by  /component/common/include.  The resource id is then passed in i.e. the html fragment.</p>
<p>Finally, it is also worth noting at this point that we have mapped a Tomcat alias to point to the &#8220;deploy&#8221; directory also.  This allows us to reference files such as CSS and images if required, using the &#8220;/files&#8221; alias.  Here is the server.xml extract:<br />
<code><br />
&lt;Context path="/files" docBase="${catalina.home}/deploy/webroot/ROOT" reloadable="true" crossContext="true"/&gt;<!--formatted--></code></p>
<h1><strong>Dynamic Content Example</strong></h1>
<p>The second example is the Products page which dynamically loads content from the Alfresco repository.  A list of products is dynamically generated using a web script connecting top the remote Alfresco repository.  When a link is clicked, the relevant content item is dispatched and loaded from the local file system.</p>
<p><a href="http://www.benh.co.uk/wp-content/uploads/2009/03/surf-sample5.png"><img class="aligncenter size-full wp-image-305" title="surf-sample5" src="http://www.benh.co.uk/wp-content/uploads/2009/03/surf-sample5.png" alt="" width="500" height="516" /></a></p>
<p>The first part of this is a web script that is called to list all of the product items.  This web script is actually located on the remote Alfresco server and therefore we have to configure Surf to search this location for web scripts.</p>
<p>Like configuring the local file store, there is a custom Spring file located in C:\surf-sample\sample\shared\classes\alfresco\web-extension.  Open the web-framework-config-custom.xml file and if you scroll to the bottom, you will see the following extract:</p>
<p><code><br />
&lt;config evaluator="string-compare" condition="Remote"&gt;<br />
&lt;remote&gt;<br />
&lt;endpoint&gt;<br />
&lt;id&gt;alfresco-system&lt;/id&gt;<br />
&lt;name&gt;Alfresco - System access&lt;/name&gt;<br />
&lt;description&gt;System account access to Alfresco&lt;/description&gt;<br />
&lt;connector-id&gt;alfresco&lt;/connector-id&gt;<br />
&lt;endpoint-url&gt;http://localhost:8080/alfresco/s&lt;/endpoint-url&gt;<br />
&lt;identity&gt;declared&lt;/identity&gt;<br />
&lt;username&gt;admin&lt;/username&gt;<br />
&lt;password&gt;admin&lt;/password&gt;<br />
&lt;unsecure&gt;true&lt;/unsecure&gt;<br />
&lt;/endpoint&gt;<br />
&lt;!-- The default endpoint --&gt;<br />
&lt;default-endpoint-id&gt;alfresco-system&lt;/default-endpoint-id&gt;<br />
&lt;/remote&gt;<br />
&lt;/config&gt;<br />
<!--formatted--></code><br />
This extract configures the remote Alfresco repository as an end-point.  You may also notice just above this that there is another entrance as follows:<br />
<code><br />
&lt;!-- Webapp Resource Resolver --&gt;<br />
&lt;resource-resolver&gt;<br />
&lt;id&gt;webapp&lt;/id&gt;<br />
&lt;name&gt;Alfresco Web Application Resource Resolver&lt;/name&gt;<br />
&lt;description&gt;Resolves data access for web application assets&lt;/description&gt;<br />
&lt;class&gt;org.alfresco.web.framework.resource.AlfrescoWebProjectResourceResolver&lt;/class&gt;<br />
&lt;alias-uri&gt;/files&lt;/alias-uri&gt;<br />
&lt;store-id&gt;demo&lt;/store-id&gt;<br />
&lt;/resource-resolver&gt;<br />
<!--formatted--></code></p>
<p>This lets Surf bind to web application resources, like static files, in this case, the actual product XML item we wish to view.</p>
<p>With the end-point and resource resolver in place we can call the remote web script.  So the process is fairly straight forward &#8211; the Surf component calls the remote web script that returns a list of products via JSON.  We then need a way to load an appropriate template to display each product, and that is done by a <strong>page-association</strong> item.  This tells Surf that there is an association between the content that is being loaded and the template we would like to use to display it.  Take a look at C:\surf-sample\sample\deploy\alfresco\site-data\page-associations\products.xml:<br />
<code><br />
&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br />
&lt;content-association&gt;<br />
&lt;source-id&gt;{http://www.alfresco.org/model/wcmmodel/1.0}avmplaincontent&lt;/source-id&gt;<br />
&lt;dest-id&gt;products&lt;/dest-id&gt;<br />
&lt;assoc-type&gt;content-type&lt;/assoc-type&gt;<br />
&lt;format-id&gt;default&lt;/format-id&gt;<br />
&lt;/content-association&gt;<br />
<!--formatted--></code><br />
You can see here that the source-id is &#8220;{http://www.alfresco.org/model/wcmmodel/1.0}avmplaincontent&#8221; and that the dest-id is &#8220;products&#8221; meaning that all content of the type avmplaincontent would be rendered via the &#8220;products&#8221; template.</p>
<h1>Summary</h1>
<p>Hopefully this provides a preview of how nicely WCM content will integrate with Surf powered websites, and <a href="http://wiki.alfresco.com/wiki/Category:Web_Studio" target="_blank">Web Studio</a> is also on the horizon to complete the suite.  As noted previously, this Surf configuration and setup is based on the <a href="http://wiki.alfresco.com/wiki/Surf_Platform_-_Deployment_Configurations" target="_blank">Surf Deployment Configurations wiki article</a> which I would highly recommend reading.  This provides a really good and detailed overview of other possible Surf configurations.</p>
<p>Thanks to Michael Uzquiano for all the assistance!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benh.co.uk/alfresco/surf-part-3-alfresco-wcm-content/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Screencast &#8211; Deployment And Delivery Overview &#8211; Static Content</title>
		<link>http://www.benh.co.uk/alfresco/screencast-deployment-and-delivery-overview-static-content/</link>
		<comments>http://www.benh.co.uk/alfresco/screencast-deployment-and-delivery-overview-static-content/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 12:16:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Alfresco WCM (archive)]]></category>
		<category><![CDATA[delivery]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[fsr]]></category>
		<category><![CDATA[static content]]></category>
		<category><![CDATA[wcm]]></category>

		<guid isPermaLink="false">http://www.benh.co.uk/?p=282</guid>
		<description><![CDATA[This screencast covers the basics of Deployment And Delivery of Static Content using Alfresco WCM. It was written towards the end of 2008 and is available also on the Content Community for download, along with sample files. Its designed as a basic introduction to the WCM product and provides information on : Setting up a [...]]]></description>
			<content:encoded><![CDATA[<p>This screencast covers the basics of Deployment And Delivery of Static Content using Alfresco WCM. It was written towards the end of 2008 and is available also on the <a href="http://share.alfresco.com" target="_blank">Content Community</a> for download, along with sample files.</p>
<p>Its designed as a basic introduction to the WCM product and provides information on :</p>
<ul>
<li>Setting up a web project</li>
<li>Importing content</li>
<li>Basic content editing/authoring</li>
<li>Simple deployment using an File System Receiver (FSR)</li>
</ul>
<p><span id="more-282"></span></p>
<p style="text-align: center;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_QuickBlog - Static_demo_skin_72162492"
			class="flashmovie"
			width="700"
			height="1000">
	<param name="movie" value="http://www.benh.co.uk/alfresco/screencast/quickblog-static/QuickBlog - Static_demo_skin.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.benh.co.uk/alfresco/screencast/quickblog-static/QuickBlog - Static_demo_skin.swf"
			name="fm_QuickBlog - Static_demo_skin_72162492"
			width="700"
			height="1000">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
]]></content:encoded>
			<wfw:commentRss>http://www.benh.co.uk/alfresco/screencast-deployment-and-delivery-overview-static-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SURF Part 2 &#8211; Pages and Navigation</title>
		<link>http://www.benh.co.uk/alfresco/surf-part-2-pages-and-navigation/</link>
		<comments>http://www.benh.co.uk/alfresco/surf-part-2-pages-and-navigation/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 15:59:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Alfresco WCM (archive)]]></category>
		<category><![CDATA[Surf Framework]]></category>
		<category><![CDATA[Alfresco WCM]]></category>
		<category><![CDATA[surf]]></category>
		<category><![CDATA[wcm]]></category>

		<guid isPermaLink="false">http://www.benh.co.uk/?p=241</guid>
		<description><![CDATA[During part 1, the process of creating a simple web page using the SURF framework was discussed detailing creating a basic template and various components.  Next I will look at adding additional pages and building some simple navigation utilising SURF&#8217;s &#8220;Page Association&#8221; features. Setup If you have not got the basic home page up and [...]]]></description>
			<content:encoded><![CDATA[<p>During <a href="http://www.benh.co.uk/alfresco/surf-part-1-getting-started/" target="_blank">part 1</a>, the process of creating a simple web page using the SURF framework was discussed detailing creating a basic template and various components.  Next I will look at adding additional pages and building some simple navigation utilising SURF&#8217;s &#8220;Page Association&#8221; features.</p>
<p><span id="more-241"></span></p>
<h1>Setup</h1>
<p>If you have not got the basic home page up and running from <a href="http://www.benh.co.uk/alfresco/surf-part-1-getting-started/">part 1</a>, download the sample web application <a href="http://www.benh.co.uk/wp-content/uploads/2009/02/surf.zip" target="_blank">here</a> and deploy to your local Tomcat (or any other web app server).  Once installed and started you should be able to hit the home page using <a href="http://localhost/surf/page?p=index" target="_self">http://localhost:8080/surf/page?p=index</a> as long as you are using your local machine and have not renamed the web app folder.  You should then get the HTML template home page as follows:</p>
<p><a href="http://www.benh.co.uk/wp-content/uploads/2009/02/surf2-image1.png"><img class="aligncenter size-full wp-image-243" title="surf2-image1" src="http://www.benh.co.uk/wp-content/uploads/2009/02/surf2-image1.png" alt="" width="500" height="470" /></a></p>
<h1>Overview</h1>
<p>The process of creating a new page is relatively simple.  It basically involves creating a new &#8220;page&#8221; item, and the relevant components that will make up that page as covered in part 1.  In this example I am also going to introduce a new template so that we have a different layout for our new page.  Here is an overview of the steps involved:</p>
<ul>
<li>Create the new FTL template file (for the different layout)</li>
<li>Create the new &#8220;template instance&#8221; so that the new template can be referenced from a page component</li>
<li>Create the new page component</li>
</ul>
<p>I will then move on the introduce some simple navigation using the Page Association item.</p>
<h1>Templates and Pages</h1>
<p>As noted, the process for creating the new template and page is identical to that covered in part 1 and therefore I will not describe the code in detail.  If you are in any doubt, refer to Part 1 accordingly.</p>
<p>I have decided to introduce a new template so that we can use a different page layout from that of the home page.  I have called this template &#8220;content.ftl&#8221; as it is a generic page for displaying any type of content.</p>
<p>Start by preparing a basic HTML page that will be used as a generic &#8220;content&#8221; page.  If you downloaded an HTML template for part 1, perhaps a second content page was also provided.  If not, you can take a copy of the current home page template.  It does not really matter at this stage what it looks like, as long as you can see it is different from your current home page layout.  You can always come back later and make CSS and other layout changes.  If you are using the template that is included as part of the download, you can use the following example content.ftl page:<br />
<code><br />
<strong>&lt;@region id="top" scope="global" /&gt;</strong><br />
&lt;body&gt;<br />
&lt;div id="content"&gt;<br />
<strong>&lt;@region id="header" scope="global" /&gt;</strong><br />
&lt;div id="left"&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;&lt;a href="#"&gt;Example list item&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href="#"&gt;Example list item&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href="#"&gt;Example list item&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href="#"&gt;Example list item&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;<br />
&lt;div id="right"&gt;<br />
&lt;h2&gt;Aliquam metus turpis, luctus ac, sagittis eget&lt;/h2&gt;<br />
&lt;div id="line"&gt;&lt;/div&gt;<br />
&lt;p&gt;Suspendisse egestas fringilla odio. Donec lacinia tristique ante. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Etiam &lt;/p&gt;<br />
&lt;/div&gt;<br />
<strong>&lt;@region id="footer" scope="global" /&gt;</strong><br />
&lt;/div&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<!--formatted--></code></p>
<p>You will note above that I have included the different components that we have available using the <strong>&lt;region&gt;</strong> tag.  This just allows us to re-use the global components we require e.g. header and footers.</p>
<ul>
<li>Create the new <strong>content.ftl</strong> file in the /WEB-INF/classes/alfresco/templates directory.</li>
<li>Copy in your source HTML for your new layout, or the above example code into the new <strong>content.ftl</strong> file.</li>
<li>Add in your global components where needed e.g. headers and footers using the &lt;region&gt; tag.</li>
<li>Create a new template instance file in /WEB-INF/classes/alfresco/site-data/template-instances named <strong>content.xml</strong>.  You can copy the current &#8220;index.xml&#8221; file and remember to amend the &lt;template-type&gt; to point to the new <strong>content</strong> template.</li>
<li>Now create the new page.  Lets create a page called &#8220;<strong>products</strong>&#8220;.  Create the page xml item within /WEB-INF/classes/alfresco/pages named <strong>products.xml</strong>.  Remember to reference the new <strong>content</strong> template instance.</li>
</ul>
<p>Once this is complete, you should be able to manually request the page to test it using <strong>http://localhost/surf/page?p=products</strong>. Here is my example products page using the &#8220;content.ftl&#8221; template:</p>
<p><a href="http://www.benh.co.uk/wp-content/uploads/2009/02/surf2-image2.png"><img class="aligncenter size-full wp-image-251" title="surf2-image2" src="http://www.benh.co.uk/wp-content/uploads/2009/02/surf2-image2.png" alt="" width="500" height="310" /></a></p>
<p>You can now go ahead and componentise the new page as you wish.  Perhaps separate the main content from the left pane and create web scripts to return the HTML where required.</p>
<p>Is is important that the navigation pane is componentised, as this is what we will be working with.  The image below shows the navigation component:</p>
<p><a href="http://www.benh.co.uk/wp-content/uploads/2009/02/surf2-image3.png"><img class="aligncenter size-full wp-image-257" title="surf2-image3" src="http://www.benh.co.uk/wp-content/uploads/2009/02/surf2-image3.png" alt="" width="500" height="261" /></a></p>
<p>Here are the steps involved to create the navigation component:</p>
<ul>
<li>Create the new component in /WEB-INF/classes/alfresco/site-data/components.  I have named my example <strong>global.nav.xml</strong> as this will be a globally scoped/used component.</li>
<li>Create a new web script FTL and descriptor file within /WEB-INF/classes/alfresco/site-webscripts.  Remember to match the same URL references as defined within the component.</li>
<li>Chop out the HTML for the header navigation into the web script FTL file.</li>
<li>Include the component using the region tag into both the index and content template files:</li>
</ul>
<p><code><br />
&lt;@region id="nav" scope="global" /&gt;<br />
<!--formatted--></code></p>
<ul>
<li>Test the pages so that the new nav component is being included correctly on both the index and the products pages.</li>
</ul>
<p>We can now go ahead and create some dynamic navigation using Page Associations.</p>
<h1>Page Association</h1>
<p>From the Alfresco <a href="http://wiki.alfresco.com/wiki/Surf_Platform_-_Developers_Guide#Page_Association" target="_blank">Wiki page</a> &#8211; <em>The Page Association objects allows you to link two pages together. Most commonly, this link is of type child and is meant to depict a fixed structure like a navigation tree. However, other types are possible and there is no requirement to use Page Associations as a means to support only a single fixed tree.</em></p>
<p><em>Using associations, multiple trees are possible. The nature of the associations, when expanded beyond child, is very similar to that of classifiers, categories, or tags. In other words, Pages may be associated to other pages, but they may also be laterally associated to other elements. This allows for implementations of faceted navigation and tag clouds.</em></p>
<p>In this example, we will create a very simple navigation to link the Home page (index) to the new Products page.  To do this we will create a page association item.</p>
<ul>
<li>Create a new Page Association item within /WEB-INF/classes/alfresco/site-data/page-associations named <strong>index-products.xml</strong></li>
<li>Add the following code.  Note the source and destination id&#8217;s relate the pages together:</li>
</ul>
<p><code>&lt;?xml version='1.0' encoding='UTF-8'?&gt;<br />
&lt;page-association&gt;<br />
&lt;source-id&gt;index&lt;/source-id&gt;<br />
&lt;dest-id&gt;products&lt;/dest-id&gt;<br />
&lt;assoc-type&gt;child&lt;/assoc-type&gt;<br />
&lt;order-id&gt;1&lt;/order-id&gt;<br />
&lt;/page-association&gt;<!--formatted--></code></p>
<p>Once the association file is in place, we now need to modify the global nav web script to process the relationships and display the menu.  You should already have in place the <strong>nav.get.desc.xml</strong> file and <strong>nav.get.html.ftl</strong> (or files of similar name and purpose) web script files which currently just return the example menu HTML code, nothing dynamic.</p>
<p>In order to process the menu items, we will need to include some logic making use of a JavaScript file as part of the web script.</p>
<ul>
<li>Create a <strong>nav.get.js</strong> (or relative name if your nav web script is named differently) file within the web scripts directory &#8211; /WEB-INF/classes/alfresco/site-webscripts.</li>
</ul>
<p><code><br />
// renderer attribute<br />
var renderer = instance.properties[&quot;renderer&quot;];<br />
if(renderer == null)<br />
{<br />
renderer = &quot;horizontal&quot;;<br />
}<br />
model.renderer = renderer;<!--formatted--></code><br />
<code><br />
// set up rendering attributes<br />
model.rootpage = sitedata.getRootPage();<br />
model.linkbuilder = context.getLinkBuilder();</code></p>
<p>This code makes use of an example basic navigation component with horizontal and vertical renderers.  This is included as part of the <a href="http://wiki.alfresco.com/wiki/Surf_Platform_-_Deployment_Configurations#Building_Alfresco_Surf" target="_blank">surf starter</a> war.</p>
<ul>
<li>Edit the <strong>nav.get.html.ftl</strong> file and remove the static HTML content.  Add the following code:</li>
</ul>
<p><code>&lt;#if renderer == "horizontal"&gt;<br />
&lt;@horizontal page=rootpage showChildren=true/&gt;<br />
&lt;/#if&gt;<br />
&lt;#macro horizontal page showChildren&gt;<br />
&lt;ul id="menu"&gt;<br />
&lt;li&gt;<br />
&lt;#assign href = linkbuilder.page(page.id, context.formatId)&gt;<br />
&lt;#assign classId = ''&gt;<br />
&lt;#if page.id == context.page.id&gt;<br />
&lt;#assign classId = 'current'&gt;<br />
&lt;/#if&gt;<br />
&lt;a href='${href}' id='${classId}'&gt;${page.title}&lt;/a&gt;<br />
&lt;/li&gt;<br />
&lt;#-- Children of Home Page --&gt;<br />
&lt;#list sitedata.findChildPages(page.id) as parentPage&gt;<br />
&lt;li&gt;<br />
&lt;#assign href = linkbuilder.page(parentPage.id, context.formatId)&gt;<br />
&lt;#assign classId = ''&gt;<br />
&lt;#if parentPage.id == context.page.id&gt;<br />
&lt;#assign classId = 'current'&gt;<br />
&lt;/#if&gt;<br />
&lt;a href='${href}' id='${classId}'&gt;${parentPage.title}&lt;/a&gt;<br />
&lt;/li&gt;<br />
&lt;/#list&gt;<br />
&lt;/ul&gt;<br />
&lt;/#macro&gt;<!--formatted--></code></p>
<p>The above code makes use of the <strong>findChildPages(sourceId)</strong> <a href="http://wiki.alfresco.com/wiki/Surf_Platform_-_Freemarker_Template_and_JavaScript_API" target="_blank">Surf API</a> call which simply finds all child page objects for the given top level page id.  It also demonstrates usage of the <strong>linkBuilder</strong> facility which dynamically creates the URL.  You will also notice that a style is being applied if we are viewing the current page i.e. <code>parentPage.id == context.page.</code></p>
<p>This example could easily be extended for second level navigation simply by passing in the parent item id:<br />
<code><br />
&lt;#-- Children of Home Page --&gt;<br />
&lt;#list sitedata.findChildPages(page.id) as parentPage&gt;<br />
&lt;#-- Sub Pages --&gt;<br />
&lt;#list sitedata.findChildPages(parentPage.id) as childPage&gt;<br />
<!--formatted--></code></p>
<p>This is a simplified version of the navigation code used within the Green Energy site which is part of the Alfresco Surf Code Camp material.  Jeff Potts has kindly made this <a href="http://ecmarchitect.com/archives/2009/02/05/891" target="_blank">available for download</a>, and I would recommend taking a look to learn more about Surf in general (including an example of second level navigation).</p>
<ul>
<li>Refresh the web scripts using <a href="http://localhost:8080/surf/service/" target="_blank">http://localhost:8080/surf/service/</a></li>
</ul>
<p>You should now have working navigation showing the Home page and the Products page:</p>
<p><a href="http://www.benh.co.uk/wp-content/uploads/2009/02/surf2-image4.png"><img class="aligncenter size-full wp-image-268" title="surf2-image4" src="http://www.benh.co.uk/wp-content/uploads/2009/02/surf2-image4.png" alt="" width="500" height="214" /></a></p>
<h1>Summary</h1>
<p>Here we have just created a new template (so we can alter the style of the page), and created a new page using the new template.  We then created a simple page association so that the navigation item could build the links. You can probably start to see how useful <a href="http://wiki.alfresco.com/wiki/Category:Web_Studio" target="_blank">Web Studio</a> will be, allowing new pages and navigation to be created using a GUI rather than hand coding each new page.</p>
<p>Next I will look at using Alfresco WCM with Surf, along with some deployment options.</p>
<h1>Download</h1>
<p>The completed web application is available for download here &#8211; <a href="http://www.benh.co.uk/wp-content/uploads/2009/02/surf1.zip">SURF Part 2 &#8211; Pages and Navigation</a>.</p>
<p class="note">See also &#8211; <a href="http://www.benh.co.uk/alfresco/surf-part-1-getting-started/" target="_self">SURF Part 1 &#8211; Getting Started</a> and <a href="http://www.benh.co.uk/alfresco/surf-part-3-alfresco-wcm-content/" target="_self">SURF Part 3 &#8211; Alfresco WCM Content</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.benh.co.uk/alfresco/surf-part-2-pages-and-navigation/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

