<?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>ecmarchitect.com &#187; Alfresco Book</title>
	<atom:link href="http://ecmarchitect.com/categories/content-management/alfresco-book/feed" rel="self" type="application/rss+xml" />
	<link>http://ecmarchitect.com</link>
	<description>Jeff Potts on ECM, portals, search, collaboration, and a bunch of personal stuff</description>
	<lastBuildDate>Tue, 15 May 2012 07:05:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Any interest in a pre-3.4 five star ratings widget for Alfresco Share?</title>
		<link>http://ecmarchitect.com/archives/2011/02/02/1278</link>
		<comments>http://ecmarchitect.com/archives/2011/02/02/1278#comments</comments>
		<pubDate>Thu, 03 Feb 2011 02:03:48 +0000</pubDate>
		<dc:creator>jpotts</dc:creator>
				<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[Alfresco Book]]></category>
		<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Alfresco Developer Guide]]></category>
		<category><![CDATA[Alfresco Share Customization]]></category>
		<category><![CDATA[Metaversant]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://ecmarchitect.com/?p=1278</guid>
		<description><![CDATA[One of the examples I put in the Alfresco Developer Guide is a five star ratings widget. The example company in the book, SomeCo, uses it to let their web site users rate whitepapers published on the site. Metaversant recently took that code and implemented it in a production web site, and that client gave [...]]]></description>
			<content:encoded><![CDATA[<p>One of the examples I put in the <a href="http://www.packtpub.com/alfresco-developer-guide/book/mid/080509wz4lps">Alfresco Developer Guide</a> is a five star ratings widget. The example company in the book, SomeCo, uses it to let their web site users rate whitepapers published on the site. Metaversant recently took that code and implemented it in a production web site, and that client gave us permission to take the code (which wasn&#8217;t really changed that much from the book anyway) and release it as open source.</p>
<p>But in Alfresco 3.4 Community and Enterprise, Alfresco has implemented partial ratings functionality. Right now, it consists of the back-end, repository tier services and it is darn close to what&#8217;s in the book.</p>
<p>With the back end in place, I expect Alfresco to release ratings functionality in the Share front-end in an upcoming release. So, I&#8217;m somewhat reluctant to package up my ratings stuff and release it as it is partially obsolete in 3.4 anyway. On the other hand, it would give those of you on releases earlier than 3.4 a functional ratings widget, and, with some adjustments, I could make the front-end work with Alfresco&#8217;s rating service in 3.4, which would mean functional ratings in Share for those of you that have already upgraded.</p>
<p>If the code was ready to go, I&#8217;d just package it up and if only one person used it, great. But, the client we did the widget for was using a heavily customized version of Share&#8211;we didn&#8217;t integrate the widget into the out-of-the-box document library or document details page. That&#8217;s the last bit of work that needs to be done. Even if there is no interest, I might do it anyway just to have as an example. But, I&#8217;d be even more motivated if there were folks out there who would use it in their production implementations.</p>
<p>So what do you say? Any interest? Take the survey below and let me know.</p>
<div id="surveyMonkeyInfo">
<div><script src="http://www.surveymonkey.com/jsEmbed.aspx?sm=FC2IAX8FJ8OvNZKphdf25Q_3d_3d"> </script></div>
<p>Create your <a href="http://www.surveymonkey.com/">free online surveys</a> with SurveyMonkey, the world&#8217;s leading questionnaire tool.
</div>
]]></content:encoded>
			<wfw:commentRss>http://ecmarchitect.com/archives/2011/02/02/1278/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Alfresco Developer Guide source updated, uploaded to Google Code</title>
		<link>http://ecmarchitect.com/archives/2011/02/02/1275</link>
		<comments>http://ecmarchitect.com/archives/2011/02/02/1275#comments</comments>
		<pubDate>Wed, 02 Feb 2011 17:58:42 +0000</pubDate>
		<dc:creator>jpotts</dc:creator>
				<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[Alfresco Book]]></category>
		<category><![CDATA[Alfresco Developer Guide]]></category>

		<guid isPermaLink="false">http://ecmarchitect.com/?p=1275</guid>
		<description><![CDATA[Back in July of 2009, I did a reorg of the source code that accompanies the Alfresco Developer Guide. Shortly after that I validated against 3.2 Enterprise, but I didn&#8217;t keep up with the Alfresco releases after that. I&#8217;m happy to say that I&#8217;ve caught up. And, to make it easier for you to get [...]]]></description>
			<content:encoded><![CDATA[<p>Back in July of 2009, I did a <a href="http://ecmarchitect.com/archives/2009/07/30/1023">reorg</a> of the source code that accompanies the <a href="http://www.packtpub.com/alfresco-developer-guide/book/mid/080509wz4lps">Alfresco Developer Guide</a>. Shortly after that I validated against 3.2 Enterprise, but I didn&#8217;t keep up with the <a href="http://www.alfresco.com" alt="Alfresco Home">Alfresco</a> releases after that. I&#8217;m happy to say that I&#8217;ve caught up. And, to make it easier for you to get to the source code, I&#8217;ve checked it all in to a <a title="Alfresco Developer Guide Source Code at Google Code" href="http://code.google.com/p/alfresco-developer-guide/">Google Code project</a>.</p>
<p>So, if you&#8217;re reading the book and you&#8217;re finding a couple of problems with the source code on Alfresco versions after 3.2 Enterprise, go get a version that matches up with the chapter you are on and the release of Alfresco you are running, and see if it fixes the problem.</p>
<p>I&#8217;ve now validated that the code works with the following versions:</p>
<ul>
<li>Alfresco 2.2.4 Enterprise</li>
<li>Alfresco 3d Labs</li>
<li>Alfresco 3.0.1 Enterprise</li>
<li>Alfresco 3.1.1 Enterprise</li>
<li>Alfresco 3.2 Community</li>
<li>Alfresco 3.2 Enterprise</li>
<li>Alfresco 3.3 Community</li>
<li>Alfresco 3.3 Enterprise</li>
<li>Alfresco 3.4c Community</li>
<li>Alfresco 3.4 Enterprise</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ecmarchitect.com/archives/2011/02/02/1275/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alfresco Developer Guide source code update for 3.2 Enterprise</title>
		<link>http://ecmarchitect.com/archives/2009/12/24/1121</link>
		<comments>http://ecmarchitect.com/archives/2009/12/24/1121#comments</comments>
		<pubDate>Thu, 24 Dec 2009 20:54:30 +0000</pubDate>
		<dc:creator>jpotts</dc:creator>
				<category><![CDATA[Alfresco Book]]></category>

		<guid isPermaLink="false">http://ecmarchitect.com/?p=1121</guid>
		<description><![CDATA[I&#8217;ve updated the source code that accompanies the Alfresco Developer Guide to be compatible with the recent 3.2 Enterprise release of Alfresco. You can get the link from my original post on the source code re-org, or download it directly. Most of it hasn&#8217;t changed terribly much. The BootstrapAuthorityCreator class, which you don&#8217;t need unless [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated the source code that accompanies the <a title="Packt Publishing: Alfresco Developer Guide" href="http://www.packtpub.com/alfresco-developer-guide/book/mid/080509wz4lps" target="_blank">Alfresco Developer Guide</a> to be compatible with the recent 3.2 Enterprise release of <a href="http://www.alfresco.com">Alfresco</a>. You can get the link from my <a title="ecmarchitect.com blog post: Source code reorganization" href="http://ecmarchitect.com/archives/2009/07/30/1023" target="_self">original post on the source code re-org</a>, or <a title="Alfresco Developer Guide Source 3.2 Enterprise" href="http://ecmarchitect.com/images/3117_code_3.2-enterprise.zip" target="_self">download it directly</a>.</p>
<p>Most of it hasn&#8217;t changed terribly much. The BootstrapAuthorityCreator class, which you don&#8217;t need unless you are playing with the AMP example in <a title="Alfresco Developer Guide Appendix C" href="http://ecmarchitect.com/images/3117_AppendixC.pdf" target="_self">Appendix C</a>, isn&#8217;t working yet due to changes in the AuthorityService with 3.2 Enterprise.</p>
<p>The biggest change is in the LDAP configuration (Chapter 9). Overall, setting up LDAP authentication and chaining has gotten much easier in 3.2 Enterprise. But the configuration is much different than in previous releases (See the Alfresco wiki pages on <a title="Alfresco Wiki: Subsystems" href="http://wiki.alfresco.com/wiki/Alfresco_Subsystems" target="_blank">Subsystems</a> and the <a title="Alfresco wiki: Authentication Subsystem" href="http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems" target="_blank">Authentication Subsystem</a> for more info).</p>
<p>I don&#8217;t have CAS SSO working with 3.2 Enterprise quite yet, so the authentication filter included in the Chapter 9 source code is commented out for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://ecmarchitect.com/archives/2009/12/24/1121/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Packt Author of the Year Award</title>
		<link>http://ecmarchitect.com/archives/2009/09/11/1044</link>
		<comments>http://ecmarchitect.com/archives/2009/09/11/1044#comments</comments>
		<pubDate>Fri, 11 Sep 2009 22:07:35 +0000</pubDate>
		<dc:creator>jpotts</dc:creator>
				<category><![CDATA[Alfresco Book]]></category>
		<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[Alfresco Developer Guide]]></category>
		<category><![CDATA[Author of the Year]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[Optaros]]></category>
		<category><![CDATA[Packt]]></category>

		<guid isPermaLink="false">http://ecmarchitect.com/?p=1044</guid>
		<description><![CDATA[I mentioned it on Twitter yesterday but I definitely wanted to spend more than 140 characters saying thanks. If you missed the tweet, what I&#8217;m talking about is that Packt announced that I won the Author of the Year Award for the Alfresco Developer Guide. Earlier this year they had a nomination process which resulted [...]]]></description>
			<content:encoded><![CDATA[<p>I mentioned it on Twitter yesterday but I definitely wanted to spend more than 140 characters saying thanks. If you missed the tweet, what I&#8217;m talking about is that Packt <a title="Jeff Potts Wins Author of the Year Announcement" href="http://authors.packtpub.com/content/alfresco-developer-guide-wins-packt-author-award-jeff-potts" target="_blank">announced</a> that I won the Author of the Year Award for the <a title="Book: Alfresco Developer Guide, Packt Publishing" href="http://www.packtpub.com/alfresco-developer-guide/book/mid/080509wz4lps" target="_blank">Alfresco Developer Guide</a>.</p>
<p>Earlier this year they had a nomination process which resulted in readers choosing me as a finalist. Getting that far was really cool and I definitely want to say thanks to the readers of the book and the blog for making that happen.</p>
<p>The next step was a round of judging. This took a while and I can&#8217;t imagine the process whereby you get a panel of judges, with different backgrounds and full-time jobs (I assume) to look at six technical books that cover a wide range of topics (Alfresco, Drupal, Ext JS, JavaScript, and SOA) and subsequently make sense of the feedback. Definitely a big thanks to Packt and the panel of judges who worked hard to make this happen.</p>
<p>The book was certainly a team effort. I had a great team of technical reviewers, and they were instrumental. I think it’s also important to recognize my firm, <a title="Optaros home" href="http://www.optaros.com" target="_blank">Optaros</a>, because the project couldn’t have happened without their support and encouragement. The entire <a title="Alfresco Home Page" href="http://www.alfresco.com" target="_blank">Alfresco</a> team also got behind it in one way or another and that was important to the success as well.</p>
<p>Alright, enough said. I&#8217;ll quit before I start working my way down the family tree. Maybe Twitter&#8217;s length restriction really is the best thing for an acceptance speech. Thanks, again, to everyone involved!</p>
]]></content:encoded>
			<wfw:commentRss>http://ecmarchitect.com/archives/2009/09/11/1044/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Alfresco Developer Guide source reorg and 3.2 Community update</title>
		<link>http://ecmarchitect.com/archives/2009/07/30/1023</link>
		<comments>http://ecmarchitect.com/archives/2009/07/30/1023#comments</comments>
		<pubDate>Thu, 30 Jul 2009 05:50:38 +0000</pubDate>
		<dc:creator>jpotts</dc:creator>
				<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[Alfresco Book]]></category>
		<category><![CDATA[Alfresco Developer Series]]></category>
		<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Alfresco Developer Guide]]></category>
		<category><![CDATA[Example]]></category>
		<category><![CDATA[Optaros]]></category>

		<guid isPermaLink="false">http://ecmarchitect.com/?p=1023</guid>
		<description><![CDATA[[UPDATE: Added a link to the source code that works with 3.2 Enterprise] I originally wrote the Alfresco Developer Guide source code for Alfresco 2.2 Enterprise and Alfresco 3 Labs. The code was pretty much the same regardless of which one you were running. For things that did happen to be different, I handled those [...]]]></description>
			<content:encoded><![CDATA[<p>[UPDATE: Added a link to the source code that works with 3.2 Enterprise]</p>
<p>I originally wrote the <a title="Buy the Alfresco Developer Guide" href="http://www.packtpub.com/alfresco-developer-guide/book/mid/080509wz4lps" target="_blank">Alfresco Developer Guide</a> source code for Alfresco 2.2 Enterprise and Alfresco 3 Labs. The code was pretty much the same regardless of which one you were running. For things that did happen to be different, I handled those with separate projects: one for community-specific stuff and one for enterprise-specific stuff. This was pretty much limited to minor web script differences for the &#8220;client extensions&#8221; projects and LDAP configuration differences for the &#8220;server extension&#8221; project.</p>
<p>With the release of 3.2 Community, I realized:</p>
<ul>
<li>The number of different flavors of Alfresco any given reader might be running are going up, not down. Who knows when 2.2 Enterprise will be sunset.</li>
<li>It is no longer as easy as &#8220;Enterprise&#8221; versus &#8220;Labs/Community&#8221; because multiple releases of the same flavor are prevalent (2.2E, 3.0E, and 3.1E, for example).</li>
<li>Tagging my code in Subversion by Chapter alone is no longer enough&#8211;I need to tag by Chapter and by Alfresco version.</li>
<li>Sending the publisher the code one chapter at-a-time and expecting them to manage updates and deciding how to organize all of the chapter code was a bad idea.</li>
</ul>
<p>So, I&#8217;ve done some work to make this better (reorg the projects, restructure the download files). I&#8217;ve also tested the example code from each chapter against the latest service packs for all releases since 2.2 Enterprise. That includes making some small updates to get the examples running on 3.2 Community.</p>
<p>You can now download either all of the source for every version I tested against, or, download the source that works for a specific version. It may take the official download site at Packt a while to get the new files, so here are links to download them from my site:</p>
<p>Alfresco Developer Guide example source code for&#8230;</p>
<ul>
<li>Alfresco 2.2 Enterprise (~5.3 MB, <a title="Source download 2.2 enterprise" href="http://ecmarchitect.com/images/3117_code_2.2-enterprise.zip">Download</a>)</li>
<li>Alfresco 3.0 Labs (~5.6 MB, <a title="Source download 3d Labs" href="http://ecmarchitect.com/images/3117_code_3.0-labs.zip">Download</a>)</li>
<li>Alfresco 3.0 Enterprise (~5.7 MB, <a title="Source download 3.0 enterprise" href="http://ecmarchitect.com/images/3117_code_3.0-enterprise.zip">Download</a>)</li>
<li>Alfresco 3.1 Enterprise (~5.6 MB, <a title="Source download 3.1 enterprise" href="http://ecmarchitect.com/images/3117_code_3.1-enterprise.zip">Download</a>)</li>
<li>Alfresco 3.2 Community (~5.7 MB, <a title="Source download 3.2 community" href="http://ecmarchitect.com/images/3117_code_3.2-community.zip">Download</a>)</li>
<li>Alfresco 3.2 Enterprise (~5.9 MB, <a title="Source download 3.2 enterprise" href="http://ecmarchitect.com/images/3117_code_3.2-enterprise.zip" target="_self">Download</a>)</li>
<li>All of the above, combined (~28.1 MB, <a title="Source download all versions combined" href="http://ecmarchitect.com/images/3117_code.zip">Download</a>)</li>
</ul>
<p>Hopefully this makes it easier for you to grab only what you need and makes it clear that each Eclipse project contains only what&#8217;s needed to work with that version of Alfresco. Deployment is easier too. Most of the time, it&#8217;s just the &#8220;someco-client-extensions&#8221; project that you deploy.</p>
<p>Now that I&#8217;ve got everything structured like I want it, as new versions of Alfresco are released, it should be much easier to keep up.</p>
]]></content:encoded>
			<wfw:commentRss>http://ecmarchitect.com/archives/2009/07/30/1023/feed</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>Save 15% on Alfresco Developer Guide</title>
		<link>http://ecmarchitect.com/archives/2009/05/11/989</link>
		<comments>http://ecmarchitect.com/archives/2009/05/11/989#comments</comments>
		<pubDate>Mon, 11 May 2009 15:57:15 +0000</pubDate>
		<dc:creator>jpotts</dc:creator>
				<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[Alfresco Book]]></category>
		<category><![CDATA[Alfresco Developer Guide]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[Optaros]]></category>

		<guid isPermaLink="false">http://ecmarchitect.com/?p=989</guid>
		<description><![CDATA[Forgive this temporary transgression into a blatant sales pitch, but I&#8217;m trying to save you some money. Packt Publishing is offering ECM Architect readers 15% off my book, the Alfresco Developer Guide. To take advantage of the discount: Visit the Alfresco Developer Guide Book Page Click the &#8220;ADD TO CART&#8221; button to add the book [...]]]></description>
			<content:encoded><![CDATA[<p>Forgive this temporary transgression into a blatant sales pitch, but I&#8217;m trying to save you some money. Packt Publishing is offering ECM Architect readers 15% off my book, the Alfresco Developer Guide. To take advantage of the discount:</p>
<ol>
<li>Visit the <a title="Alfresco Developer Guide Book" href="http://www.packtpub.com/alfresco-developer-guide/book/mid/080509wz4lps" target="_blank">Alfresco Developer Guide Book Page</a></li>
<li>Click the &#8220;ADD TO CART&#8221; button to add the book to your shopping cart</li>
<li>Enter <strong>AlfrescoDG-3117</strong> in the &#8220;Promotional Code&#8221; field and click the &#8220;Update Button&#8221;. The discounted price should now be reflected in your order.</li>
</ol>
<p>After your book arrives, if you read it and decide it was the best Packt book published in 2008, you should take a minute to <a title="Vote for Alfresco Developer Guide" href="https://www.surveymonkey.com/s.aspx?sm=J0AzTRKKHU4_2b60_2fGdrouaA_3d_3d" target="_blank">vote for the Alfresco Developer Guide</a> in Packt&#8217;s Author of the Year <a title="About Packt's Author of the Year Award" href="http://authors.packtpub.com/content/about-packt-author-award" target="_blank">awards</a>. Voting ends May 25.</p>
]]></content:encoded>
			<wfw:commentRss>http://ecmarchitect.com/archives/2009/05/11/989/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Alfresco Developer Guide readers react positively</title>
		<link>http://ecmarchitect.com/archives/2008/12/16/874</link>
		<comments>http://ecmarchitect.com/archives/2008/12/16/874#comments</comments>
		<pubDate>Wed, 17 Dec 2008 04:26:03 +0000</pubDate>
		<dc:creator>jpotts</dc:creator>
				<category><![CDATA[Alfresco Book]]></category>

		<guid isPermaLink="false">http://ecmarchitect.com/archives/2008/12/16/874</guid>
		<description><![CDATA[Thanks so much to everyone who has commented on the blog, sent an email, mentioned the book in a blog post, or written a review on my book, Alfresco Developer Guide. I&#8217;m glad you&#8217;re finding it helpful. Keep that feedback coming. While I&#8217;m thinking about it, here are some links related to the book you [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks so much to everyone who has commented on the blog, sent an email, mentioned the book in a blog post, or <a href="http://blog.contenthere.net/2008/12/review-alfresco-developer-guide.html" title="Seth's review" target="_blank">written a review</a> on my book, <a href="http://www.packtpub.com/alfresco-developer-guide/book" title="Packt Publishing Alfresco Developer Guide" target="_blank">Alfresco Developer Guide</a>. I&#8217;m glad you&#8217;re finding it helpful. Keep that feedback coming. While I&#8217;m thinking about it, here are some links related to the book you might find helpful:</p>
<ul>
<li>A free chapter can be downloaded from the <a href="http://hosted4.alfresco.com/alfresco/d/a/workspace/SpacesStore/23d3d0ff-a74c-11dd-bf41-c774c26ab624/Alfresco%20Developer%20Guide%20Sample%20Chapter%20by%20Jeff%20Potts" title="Alfresco Developer Guide Free Chapter" target="_blank">Alfresco Content Community</a>. You&#8217;ll need an Alfresco Content Community login (it&#8217;s free).</li>
<li>One of my Optaros colleagues, Olivier Pépin, and I, originally wrote a chapter on Optaros&#8217; open source alternative web client, <a href="http://docasu.sourceforge.net/" title="DoCASU Home Page" target="_blank">DoCASU</a>, but we had to make it a download for space reasons. You can <a href="http://www.optaros.com/campaigns/alfresco-developer-guide-bonus-chapter" title="Alfresco Developer Guide Bonus Chapter" target="_blank">download the &#8220;bonus chapter&#8221; from Optaros</a> (email address required).</li>
<li>Appendix C talks about installing Alfresco, AMPs, import/export, and Surf. This was originally intended to be included in the book as well, but it&#8217;s been <a href="http://www.packtpub.com/files/3117_AppendixC.pdf" title="Appendix C download from Packt" target="_blank">provided as a download</a> instead.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ecmarchitect.com/archives/2008/12/16/874/feed</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Ungrateful? Nah, just a publishing flub</title>
		<link>http://ecmarchitect.com/archives/2008/11/05/865</link>
		<comments>http://ecmarchitect.com/archives/2008/11/05/865#comments</comments>
		<pubDate>Wed, 05 Nov 2008 23:05:04 +0000</pubDate>
		<dc:creator>jpotts</dc:creator>
				<category><![CDATA[Alfresco Book]]></category>

		<guid isPermaLink="false">http://ecmarchitect.com/archives/2008/11/05/865</guid>
		<description><![CDATA[I suppose it is inevitable that an author opens his book for the first time and immediately sees a problem. An obvious typo perhaps. Or maybe a sentence or topic that could have been made more clear. For me it was a little more jarring. Picture this scene: Wife and kids gathered around a box. [...]]]></description>
			<content:encoded><![CDATA[<p>I suppose it is inevitable that an author opens his book for the first time and immediately sees a problem. An obvious typo perhaps. Or maybe a sentence or topic that could have been made more clear. For me it was a little more jarring. Picture this scene: Wife and kids gathered around a box. Everybody doing a fake drumroll. Box opens, book opens, and&#8230;hey, wait a second. Where the hell is the acknowledgements page? You know, the one that thanks my wife and kids for putting up with me. Nowhere, that&#8217;s where! Maybe in some unorthodox location? Flip to the back. Nope. Nada.</p>
<p>So, if you own a copy of the book and it is missing the acknowledgements, consider it a collector&#8217;s item. Hopefully, Packt will fix this problem before too many more get shipped. To the reader it isn&#8217;t an issue, but to me it is a big deal because it is important to express my appreciation to the large group of folks that made this project come together. It certainly wasn&#8217;t a solo effort. So, until this gets fixed, here is the elusive acknowledgements section.</p>
<p><strong>Acknowledgements</strong></p>
<p>This book would not have been possible without Optaros. What an awesome place to work and what a stellar team to work with. Thanks to Bob Gett, Mavis Chin, and Marc Osofsky for providing an incredible level of senior leadership support. Dave Gynn, John Eckman, and Seth Gottlieb (we miss you, Seth!) also provided early inspiration and counsel. Noreen Vincent helped with marketing and promo. Optaros colleagues from around the world rolled up their sleeves and dug in with code and technical editing: Olivier Pépin, Brian Doyal, Xavier Naud, Jens Scheutter, Alan Fehr, and Michael Ruflin all gave incredible amounts of thorough and thoughtful feedback. The book is significantly better than it would have been because of your involvement.</p>
<p>Alfresco has been tremendously supportive of and excited about this project. Thanks to John Powell, John Newton, Matt Asay, Dr. Ian Howells, Paul Holmes-Higgin, Luis Sala, Phil Robinson, Michael Uzquiano, and Nancy Garrity for providing information and support and for building such a cool platform. Alfresco team members also pitched in with technical reviews: David Caruana, James Urquhart, Jean Barmash, and Peter Monks spent time reading chapters and providing feedback when they probably should have been cranking out 3.0 code.</p>
<p>David Barnes at Packt Publishing deserves thanks for suggesting the project and getting it on track. Rajashree Hamine and Nikhil Bangera have done a great job holding me to task and handling everything on the Packt side.</p>
<p>My ecmarchitect.com readers deserve a big thanks. Your helpful feedback and encouragement motivated me to keep posting. I look forward to continuing the conversation.</p>
<p>Finally, to Christy, Justin, and Caroline: Thank you for putting up with the late nights and lost weekends, providing so much encouragement, and being so understanding.</p>
]]></content:encoded>
			<wfw:commentRss>http://ecmarchitect.com/archives/2008/11/05/865/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Alfresco Developer Guide released</title>
		<link>http://ecmarchitect.com/archives/2008/10/29/862</link>
		<comments>http://ecmarchitect.com/archives/2008/10/29/862#comments</comments>
		<pubDate>Wed, 29 Oct 2008 17:02:36 +0000</pubDate>
		<dc:creator>jpotts</dc:creator>
				<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[Alfresco Book]]></category>
		<category><![CDATA[Content Management]]></category>

		<guid isPermaLink="false">http://ecmarchitect.com/archives/2008/10/29/862</guid>
		<description><![CDATA[I can finally answer the question, &#8220;When is the book coming out?&#8221;. The answer: Today. The Alfresco Developer Guide is now available for immediate shipping from Packt&#8216;s web site. There are a lot of people who made this thing happen including an awesome team of colleagues at Optaros, the entire Alfresco crew, the Packt team, [...]]]></description>
			<content:encoded><![CDATA[<p>I can finally answer the question, &#8220;When is the book coming out?&#8221;. The answer: Today. The <a href="http://www.packtpub.com/alfresco-developer-guide/book" target="_blank">Alfresco Developer Guide</a> is now available for immediate shipping from <a href="http://www.packtpub.com" target="_blank">Packt</a>&#8216;s web site.</p>
<p>There are a lot of people who made this thing happen including an awesome team of colleagues at <a href="http://www.optaros.com" target="_blank">Optaros</a>, the entire <a href="http://www.alfresco.com" target="_blank">Alfresco</a> crew, the Packt team, and the support of my family. I&#8217;ve expressed my thanks individually in the acknowledgments and I hope I haven&#8217;t left anyone out.</p>
<p>I&#8217;m pretty excited how the book turned out. One of my roles as the Director of the ECM Practice is to get our consultants and our clients up to speed on open source CMS technology like Alfresco. I tried to organize the book in the same way I cover these topics in-person so the book flows just like it would if you and I were sitting in a room and you said, &#8220;I&#8217;ve been poking around with Alfresco on my own but now I&#8217;m ready to really start to do something with it.&#8221; I start with core fundamentals (content modeling, actions, behaviors, extractors) and gradually work &#8220;outward&#8221; through web client customizations, web scripts, advanced workflow, WCM, and security.</p>
<p>The book&#8217;s title has &#8220;developer guide&#8221; in it for a reason: It is more of a tutorial than it is an exhaustive reference. I figured with resources available like the wiki, the forums, and the source code, it was more important and helpful to step you through real-world examples.</p>
<p>My hope is that this book flattens the learning curve for everyone. And maybe in some way it will encourage companies that feel stuck in their currently legacy CMS to explore options.</p>
]]></content:encoded>
			<wfw:commentRss>http://ecmarchitect.com/archives/2008/10/29/862/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Pre-order the Alfresco Developer Guide today</title>
		<link>http://ecmarchitect.com/archives/2008/08/26/846</link>
		<comments>http://ecmarchitect.com/archives/2008/08/26/846#comments</comments>
		<pubDate>Tue, 26 Aug 2008 14:37:58 +0000</pubDate>
		<dc:creator>jpotts</dc:creator>
				<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[Alfresco Book]]></category>
		<category><![CDATA[Alfresco Developer Series]]></category>

		<guid isPermaLink="false">http://ecmarchitect.com/archives/2008/08/26/846</guid>
		<description><![CDATA[Packt Publishing has officially announced the availability of my forthcoming book, Alfresco Developer Guide. It is now available for pre-order and it should be shipping in November.]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.packtpub.com/">Packt Publishing</a> has officially announced the availability of my forthcoming book, <a target="_blank" href="http://www.packtpub.com/alfresco-developer-guide/book">Alfresco Developer Guide</a>. It is now available for pre-order and it should be shipping in November.</p>
]]></content:encoded>
			<wfw:commentRss>http://ecmarchitect.com/archives/2008/08/26/846/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

