<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Alfresco Workflow Status Reporting Design</title>
	<atom:link href="http://robinsontechnology.com/blog/2009/05/12/alfresco-workflow-status-reporting-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://robinsontechnology.com/blog/2009/05/12/alfresco-workflow-status-reporting-design/</link>
	<description>Mostly Software, Sometimes Business, Always Technology</description>
	<pubDate>Fri, 10 Sep 2010 09:42:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paulene Morden</title>
		<link>http://robinsontechnology.com/blog/2009/05/12/alfresco-workflow-status-reporting-design/comment-page-1/#comment-18243</link>
		<dc:creator>Paulene Morden</dc:creator>
		<pubDate>Fri, 11 Jun 2010 14:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://robinsontechnology.com/blog/?p=109#comment-18243</guid>
		<description>I wrote a similar blog about this subject but you did a better job :)</description>
		<content:encoded><![CDATA[<p>I wrote a similar blog about this subject but you did a better job <img src='http://robinsontechnology.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://robinsontechnology.com/blog/2009/05/12/alfresco-workflow-status-reporting-design/comment-page-1/#comment-18054</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Wed, 13 May 2009 17:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://robinsontechnology.com/blog/?p=109#comment-18054</guid>
		<description>Hi Nicolas,

Sure, part if it has to do with how you set up your web script descriptor (http://wiki.alfresco.com/wiki/3.0_Web_Scripts#Creating_a_Description_Document) and the other part of it concerns building templates for each format you want to support (http://wiki.alfresco.com/wiki/3.0_Web_Scripts#Multiple_Response_Formats).  The beauty of the web script framework is that you can design what the URLs look like and how they behave in order to expose content or information.

In this case, I've constructed my URLs such that I can request http://yourhost:8080/alfresco/service/api/workflow/status/user.json, which is set up to utilize the JSON freemarker template.  If I wanted to, I could add an XML freemarker template, and call http://yourhost:8080/alfresco/service/api/workflow/status/user.xml to invoke it.

Build yourself a web script to do something basic, and it'll all become clear.  :)  Alternatively, take a look at some of the examples: http://wiki.alfresco.com/wiki/Web_Scripts_Examples

-Brian</description>
		<content:encoded><![CDATA[<p>Hi Nicolas,</p>
<p>Sure, part if it has to do with how you set up your web script descriptor (http://wiki.alfresco.com/wiki/3.0_Web_Scripts#Creating_a_Description_Document) and the other part of it concerns building templates for each format you want to support (http://wiki.alfresco.com/wiki/3.0_Web_Scripts#Multiple_Response_Formats).  The beauty of the web script framework is that you can design what the URLs look like and how they behave in order to expose content or information.</p>
<p>In this case, I&#8217;ve constructed my URLs such that I can request <a href="http://yourhost:8080/alfresco/service/api/workflow/status/user.json" rel="nofollow">http://yourhost:8080/alfresco/service/api/workflow/status/user.json</a>, which is set up to utilize the JSON freemarker template.  If I wanted to, I could add an XML freemarker template, and call <a href="http://yourhost:8080/alfresco/service/api/workflow/status/user.xml" rel="nofollow">http://yourhost:8080/alfresco/service/api/workflow/status/user.xml</a> to invoke it.</p>
<p>Build yourself a web script to do something basic, and it&#8217;ll all become clear.  <img src='http://robinsontechnology.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Alternatively, take a look at some of the examples: <a href="http://wiki.alfresco.com/wiki/Web_Scripts_Examples" rel="nofollow">http://wiki.alfresco.com/wiki/Web_Scripts_Examples</a></p>
<p>-Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas C</title>
		<link>http://robinsontechnology.com/blog/2009/05/12/alfresco-workflow-status-reporting-design/comment-page-1/#comment-18053</link>
		<dc:creator>Nicolas C</dc:creator>
		<pubDate>Wed, 13 May 2009 06:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://robinsontechnology.com/blog/?p=109#comment-18053</guid>
		<description>Can you tell me how you use the parameter for the format : user.[format].
Is it automatically handled by alfresco which take the good webscript, or do you have to do special things?

Otherwise the project seems very interesting, especially for someone working on an "workflow-based" client and on an reporting app.</description>
		<content:encoded><![CDATA[<p>Can you tell me how you use the parameter for the format : user.[format].<br />
Is it automatically handled by alfresco which take the good webscript, or do you have to do special things?</p>
<p>Otherwise the project seems very interesting, especially for someone working on an &#8220;workflow-based&#8221; client and on an reporting app.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
