<?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>People and Technology</title>
	<atom:link href="http://www.firstpartners.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.firstpartners.net/blog</link>
	<description>People, Technology, Business and Innovation</description>
	<lastBuildDate>Fri, 19 Feb 2010 22:31:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Book Review &#8211; JBoss Business Process Management</title>
		<link>http://www.firstpartners.net/blog/business/rules/2010/02/18/book-review-jboss-business-process-management/</link>
		<comments>http://www.firstpartners.net/blog/business/rules/2010/02/18/book-review-jboss-business-process-management/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 22:44:43 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[BPM]]></category>
		<category><![CDATA[drools]]></category>
		<category><![CDATA[jbpm]]></category>
		<category><![CDATA[rules]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=674</guid>
		<description><![CDATA[Quick Review
I would have bought the Packt JPBM workflow book even though I got a free review copy. I wish I had it when I was first learning Workflow / jBPM
Long Review
I like workflow, which doesn&#8217;t tend to make me very popular at parties. But, since you&#8217;re reading this blog, I&#8217;ll assume that you have [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Quick Review</strong></p>
<p>I would have bought the <a href="https://www.amazon.co.uk/dp/1847195687?tag=firstparnet-21&amp;camp=2902&amp;creative=19466&amp;linkCode=as4&amp;creativeASIN=1847195687&amp;adid=113AW59YAVJSZ0D6TYQT&amp;" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.amazon.co.uk');">Packt JPBM workflow book </a>even though <a href="http://www.firstpartners.net/blog/technology/java/2009/12/19/jboss-jbpm-book-on-its-way-from-packt-java-business-process-management-workflow/" >I got a free review copy</a>. I wish I had it when I was first learning Workflow / jBPM</p>
<p><strong>Long Review</strong></p>
<p>I like <a href="http://www.firstpartners.net/blog/location/dublin/2008/06/15/how-to-combine-workflow-and-business-rules-in-5-easy-steps/"  target="_self">workflow</a>, which doesn&#8217;t tend to make me very popular at parties. But, since you&#8217;re reading this blog, I&#8217;ll assume that you have some interest in Workflow, and will now proceed to tell you all about it (if I&#8217;ve got this wrong, and you&#8217;re using Google Reader, hit the &#8216;J&#8217; button now to speed on to something more interesting. We&#8217;ll forget all about this in the couple of days when I next blog).</p>
<p>Still here? While most computer programs aim to finish as soon as possible, workflow programs can run over many hours , days or weeks (stick with me, this gets better). Most of the difficulties that programmers face when coming to workflow aren&#8217;t technical (workflow is no more difficult than using one of the many web frameworks out there) but  conceptual.</p>
<ol>
<li><strong>Trust the force, Luke;</strong> If you&#8217;re used to writing your own programs, it can be a bit of a switch to writing small actions to be embedded into a larger workflow framework.</li>
<li><strong>Forget about Hello World.</strong> Workflow is used to solve complex problems. It&#8217;s going to take a bigger investment of your time to appreciate the true power of  workflow .</li>
<li><strong>Tip of the iceberg (aka Why can&#8217;t I write my own?)</strong> Most people start out not needing an entire workflow framework, but to solve a specific problem. So they begin to write their own framework. Then they find another requirement, then another. By the time they realise that they need an &#8216;off the shelf&#8217; framework, they&#8217;re reluctant to to dump their investment.</li>
</ol>
<p>So where does the book come into this?</p>
<div id="attachment_662" class="wp-caption aligncenter" style="width: 253px"><a href="https://www.amazon.co.uk/dp/1847195687?tag=firstparnet-21&amp;camp=2902&amp;creative=19466&amp;linkCode=as4&amp;creativeASIN=1847195687&amp;adid=19EQGY1XQ5YN3RQ974ZA&amp;" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.amazon.co.uk');" target="_blank"><img class="size-medium wp-image-662" title="jbpm" src="http://www.firstpartners.net/blog/wp-content/uploads/2009/12/jbpm-243x300.jpg" alt="jBpm Java Business Process Management book cover" width="243" height="300" /></a><p class="wp-caption-text">jBpm Java Business Process Management book cover</p></div>
<p>Put simply, the book lets you overcome those  three big problems more quickly.</p>
<p>Yes, it deals with the &#8216;nuts and bolts&#8217; of workflow &#8211; how to setup the framework. How to use the Eclipse based editor to draw / design your workflow. How to the use the various tasks that come bundled with the framework, and how to write your own. How to persist your workflow so that even if the system fails, the business can still recover. But all of these are covered quite well in the JBoss jBPM documentation, even though having it in book format is very useful.</p>
<p>Where the book is really good is that it talks you through the concepts of workflow, why you should be using it, and gives you the big picture straight away. It also will help convince you (or your boss) that an off-the-shelf framework is much, much better than even thinking of writing your own.</p>
<p>Combined with the fact that jBPM is open source, and is available for free download from JBoss / RedHat (i.e. it is low cost to start, but is credible enough to deploy in the enterprise), this make the book an ideal way to experiment with workflow. Even if you choose (or somebody else chooses for you) to use an alternative workflow framework, once you mastered the concepts (which are the same for most frameworks), picking up the technical details is relatively easy.</p>
<p><strong>Things I didn&#8217;t like about this book; </strong>One is partly jealously &#8211; the style of the book (making a complex subject easily available to beginners) is one that <a href="http://www.firstpartners.net/blog/business/workflow/2009/04/11/my-first-book-published-business-rules-with-jboss-drools/" >I wish I had mastered in my own book</a>. The other is that while the examples are very good in each chapter, it would have been good if each sample built on the one previously, so that you ended the book with quite a sophisticated system. Given my interest in other JBoss projects (such as <a href="http://www.firstpartners.net/blog/category/drools/" >JBoss Rules / Drools</a>) it would have been good if these were mentioned and explained (e.g. the Drools rule engine integrates well with decision making nodes)</p>
<p>Minor gripes, and all very specific to my interest in JBoss technology.  I would still buy the book if despite knowing all of this, given that it introduces the concepts and technology so well.</p>
<p><a href="https://www.amazon.co.uk/dp/1847195687?tag=firstparnet-21&amp;camp=2902&amp;creative=19466&amp;linkCode=as4&amp;creativeASIN=1847195687&amp;adid=1EEG3KEHM7QH79H37JCV&amp;" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.amazon.co.uk');">Link to Book on Amazon</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/business/rules/2010/02/18/book-review-jboss-business-process-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enterprise Ireland Best Connected Blog (Soft Launch)</title>
		<link>http://www.firstpartners.net/blog/business/2010/02/08/enterprise-ireland-best-connected-blog-soft-launch/</link>
		<comments>http://www.firstpartners.net/blog/business/2010/02/08/enterprise-ireland-best-connected-blog-soft-launch/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 08:53:11 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[enterprise ireland]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[public sector]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=684</guid>
		<description><![CDATA[It&#8217;s been about 18 months since I started my new job, and if you haven&#8217;t already noticed the update on my LinkedIn status, it may or may not surprise you that I&#8217;ve been working for Enterprise Ireland.
I&#8217;m pleased to announce the (soft) launch of Enterprise Ireland&#8217;s third blog &#8211; BestConnected. (For the record , the [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been about 18 months since <a href="http://www.firstpartners.net/blog/business/enterprise/2008/07/08/and-now-for-something-completely-different/" >I started my new job</a>, and if you haven&#8217;t already noticed the update on my <a href="http://www.linkedin.com/in/paulbrowne" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.linkedin.com');" target="_blank">LinkedIn status</a>, it may or may not surprise you that I&#8217;ve been working for <a href="http://" onclick="javascript:pageTracker._trackPageview('/outbound/article/');" target="_blank">Enterprise Ireland</a>.</p>
<p>I&#8217;m pleased to announce the (soft) launch of Enterprise Ireland&#8217;s third blog &#8211; <a href="http://www.bestconnected.ie" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');" target="_blank"><strong>BestConnected</strong></a>. (For the record , the other two are the very successful <a href="http://americas.enterprise-ireland.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/americas.enterprise-ireland.com');" target="_blank">EI Americas</a>, and <a href="http://researchcommercialisation.ie/" onclick="javascript:pageTracker._trackPageview('/outbound/article/researchcommercialisation.ie');" target="_blank">EI Research and Commercialisation</a> blogs).</p>
<p><a href="http://www.bestconnected.ie" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');"><img class="alignnone" title="Enterprise Ireland Best Connected" src="http://www.bestconnected.ie/wp-content/themes/aie/images/ei_header_final3_03.gif" alt="" width="448" height="75" /></a></p>
<p>Best Connected is the overarching theme of <a href="http://www.enterprise-ireland.com/NR/rdonlyres/117B1162-7B2D-41DC-81DB-A4E6B8E48F82/0/SoftwarePublishedstrategy.pdf" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.enterprise-ireland.com');" target="_blank">Enterprise Ireland&#8217;s software strategy </a>(pdf). It aims to take advantage of Ireland&#8217;s size (where everybody knows everybody elses cousin) and <a href="http://www.bestconnected.ie" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');" target="_blank">link together the tech community, EI Client Companies, Multinationals , 3rd Level Education and the Public Sector</a>. The BestConnected Blog also features specific channels for <a href="http://www.bestconnected.ie/public-sector/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');" target="_blank">Public Sector</a> ,<a href="http://www.bestconnected.ie/financial/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');" target="_blank"> Financial Software and Services</a>, and <a href="tconnected.ie/tag/saas/" target="_blank">Cloud / Software as a Service providers</a> (with more to come).</p>
<p>In line with Enterprise Ireland&#8217;s mantra of promoting exports, export led jobs, there are specific sections for company profiles for software and solutions companies.</p>
<p><strong>Company Profiles on EI Best Connected Blog</strong></p>
<ul>
<li><a title="View all posts filed under Brand and Customer Care" href="http://www.bestconnected.ie/category/brand-and-customer-care/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Brand and Customer Care</a></li>
<li><a title="View all posts filed under Business Intelligence" href="http://www.bestconnected.ie/category/business-intelligence/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Business Intelligence</a></li>
<li><a title="View all posts filed under Business Process Management" href="http://www.bestconnected.ie/category/business-process-management/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Business Process Management</a></li>
<li><a title="View all posts filed under Capital Markets" href="http://www.bestconnected.ie/category/capital-markets/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Capital Markets</a></li>
<li><a title="View all posts filed under Card Products" href="http://www.bestconnected.ie/category/card-products/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Card Products</a></li>
<li><a title="View all posts filed under Case Management Systems" href="http://www.bestconnected.ie/category/case-management-systems/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Case Management Systems</a></li>
<li><a title="View all posts filed under Content management" href="http://www.bestconnected.ie/category/content-management/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Content management</a></li>
<li><a title="View all posts filed under Custom Software Development" href="http://www.bestconnected.ie/category/custom-software-development/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Custom Software Development</a></li>
<li><a title="View all posts filed under Customer Management &amp; Analysis" href="http://www.bestconnected.ie/category/customer-management-analysis/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Customer Management &amp; Analysis</a></li>
<li><a title="View all posts filed under Development Tools" href="http://www.bestconnected.ie/category/development-tools/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Development Tools</a></li>
<li><a title="View all posts filed under Documentation Solutions" href="http://www.bestconnected.ie/category/documentation-solutions/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Documentation Solutions</a></li>
<li><a title="View all posts filed under Education and e-Learning" href="http://www.bestconnected.ie/category/education-and-e-learning/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Education and e-Learning</a></li>
<li><a title="View all posts filed under Finance Sector" href="http://www.bestconnected.ie/category/finance-sector/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Finance Sector</a></li>
<li><a title="View all posts filed under GIS" href="http://www.bestconnected.ie/category/gis/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">GIS</a></li>
<li><a title="View all posts filed under Health" href="http://www.bestconnected.ie/category/health/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Health</a></li>
<li><a title="View all posts filed under Health Software Specialist" href="http://www.bestconnected.ie/category/health-software-specialist/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Health Software Specialist</a></li>
<li><a title="View all posts filed under Infrastructure Services – Security" href="http://www.bestconnected.ie/category/infrastructure-services-security/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Infrastructure Services – Security</a></li>
<li><a title="View all posts filed under Insurance" href="http://www.bestconnected.ie/category/insurance/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Insurance</a></li>
<li><a title="View all posts filed under IT Services" href="http://www.bestconnected.ie/category/it-services/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">IT Services</a></li>
<li><a title="View all posts filed under Justice and Security" href="http://www.bestconnected.ie/category/justice-and-security/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Justice and Security</a></li>
<li><a title="View all posts filed under Local Government" href="http://www.bestconnected.ie/category/local-government/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Local Government</a></li>
<li><a title="View all posts filed under Managed Services" href="http://www.bestconnected.ie/category/managed-services/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Managed Services</a></li>
<li><a title="View all posts filed under Mobile Solutions" href="http://www.bestconnected.ie/category/mobile-solutions/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Mobile Solutions</a></li>
<li><a title="View all posts filed under Payment Solutions and Supplier Management" href="http://www.bestconnected.ie/category/payment-solutions-and-supplier-management/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Payment Solutions and Supplier Management</a></li>
<li><a title="View all posts filed under People, Time and Project Management" href="http://www.bestconnected.ie/category/people-time-and-project-management/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">People, Time and Project Management</a></li>
<li><a title="View all posts filed under Product Management" href="http://www.bestconnected.ie/category/product-management/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Product Management</a></li>
<li><a title="View all posts filed under Record; Document Management and Search" href="http://www.bestconnected.ie/category/record-document-management-and-search/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Record; Document Management and Search</a></li>
<li><a title="View all posts filed under Semi-state &amp; Federal Government" href="http://www.bestconnected.ie/category/semi-state-federal-government/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Semi-state &amp; Federal Government</a></li>
<li><a title="View all posts filed under Software" href="http://www.bestconnected.ie/category/software/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bestconnected.ie');">Software</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/business/2010/02/08/enterprise-ireland-best-connected-blog-soft-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Economist special report on social networking</title>
		<link>http://www.firstpartners.net/blog/people/2010/02/01/economist-special-report-on-social-networking/</link>
		<comments>http://www.firstpartners.net/blog/people/2010/02/01/economist-special-report-on-social-networking/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 08:11:38 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=679</guid>
		<description><![CDATA[If you&#8217;re a consultant, the place to make money is just before an idea / process / technology goes mainstream. Too early and you risk been seen as a nutcase. Too late are you get lost in the chorus of &#8216;me too&#8217;.
The best method of gauging when a technology idea is going mainstream is the [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re a consultant, the place to make money is just before an idea / process / technology goes mainstream. Too early and you risk been seen as a nutcase. Too late are you get lost in the chorus of &#8216;me too&#8217;.</p>
<p>The best method of gauging when a technology idea is going mainstream is the Economist Magazine. When they publish an article about an emerging idea / technology, they&#8217;re doing it on behalf of their readers &#8211; the &#8216;informed mainstream, including the decision makers that you&#8217;ll be pitching you proposal based on that technology to. So far , they&#8217;ve called it right about the Internet, Agile Projects, Open Source and Cloud computing.</p>
<p><a href="http://www.economist.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.economist.com');"><img class="alignnone" title="Economist Logo" src="http://www.economist.com/sites/all/themes/econfinal/images/the-economist-logo.gif" alt="" width="183" height="89" /></a></p>
<p>So, for all that have been calling for the last 18 months that <a href="http://www.economist.com/surveys/displaystory.cfm?story_id=15351002&amp;fsrc=rss" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.economist.com');" target="_blank">&#8216;Social Networking is going mainstream&#8217; , the Economist has published a special report on the issue. </a></p>
<p>Well worth a read, even if you think you know it all about Social Networking already.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/people/2010/02/01/economist-special-report-on-social-networking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Foresight &#8211; Getting things done for Outlook</title>
		<link>http://www.firstpartners.net/blog/technology/outlook/2010/01/22/foresight-getting-things-done-for-outlook/</link>
		<comments>http://www.firstpartners.net/blog/technology/outlook/2010/01/22/foresight-getting-things-done-for-outlook/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 23:42:47 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=666</guid>
		<description><![CDATA[Currently playing with Foresight, a Getting Things done plugin for Outlook.

It&#8217;s now free, and fixes the traditional problem with the Outlook task list of not being able to handle anything beyound the most simple of projects. Watch this blog for how it goes.
]]></description>
			<content:encoded><![CDATA[<p>Currently playing with <a href="http://www.fixyourtodolist.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.fixyourtodolist.com');" target="_blank">Foresight</a>, a Getting Things done plugin for Outlook.</p>
<p><a href="http://www.fixyourtodolist.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.fixyourtodolist.com');"><img src="http://www.fixyourtodolist.com/images/ForesightLogo_Header.gif" alt="Foresight Logo" /></a></p>
<p>It&#8217;s now free, and fixes the traditional problem with the Outlook task list of not being able to handle anything beyound the most simple of projects. Watch this blog for how it goes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/technology/outlook/2010/01/22/foresight-getting-things-done-for-outlook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JBoss jBPM Book on its way from Packt &#8211; Java Business Process Management (Workflow)</title>
		<link>http://www.firstpartners.net/blog/technology/java/2009/12/19/jboss-jbpm-book-on-its-way-from-packt-java-business-process-management-workflow/</link>
		<comments>http://www.firstpartners.net/blog/technology/java/2009/12/19/jboss-jbpm-book-on-its-way-from-packt-java-business-process-management-workflow/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 21:43:50 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[BPM]]></category>
		<category><![CDATA[JBoss]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[drools]]></category>
		<category><![CDATA[java enterprise]]></category>
		<category><![CDATA[jbpm]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=661</guid>
		<description><![CDATA[In a previous life, I&#8217;ve been lucky to work with two very good JBoss Products &#8211; JBoss jBPM (Workflow) and JBoss Drools (Rules). Just in case you missed it; slides from the IJTC conference (jBPM), Rules presentation to the jBPM conference and of course not to forget the Rules Book. The lines between jBPM and [...]]]></description>
			<content:encoded><![CDATA[<p>In a previous life, I&#8217;ve been lucky to work with two very good JBoss Products &#8211; <a href="http://labs.jboss.com/jbossjbpm/" onclick="javascript:pageTracker._trackPageview('/outbound/article/labs.jboss.com');" target="_blank">JBoss jBPM (Workflow)</a> and <a href="http://www.jboss.org/drools/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.jboss.org');" target="_blank">JBoss Drools (Rules)</a>. Just in case you missed it; s<a href="http://www.firstpartners.net/blog/people/training/2007/11/09/slides-for-life-and-death-workflow-using-jboss-jbpm/" >lides from the IJTC conference (jBPM)</a>, <a href="http://www.firstpartners.net/blog/technology/java/2008/06/05/jboss-business-rules-and-jbpm-workflow-presentation-dublin/" >Rules presentation to the jBPM conference</a> and of course not to forget <a href="http://www.firstpartners.net/blog/business/workflow/2009/04/11/my-first-book-published-business-rules-with-jboss-drools/" >the Rules Book</a>. The lines between jBPM and Drools have blurred slightly, but the competing open source teams just enhance the quality of both products, and which one is best very much depends on the problem that you have at hand.</p>
<div id="attachment_662" class="wp-caption aligncenter" style="width: 253px"><a href="http://www.packtpub.com/jboss-business-process-management-jbpm-developer-guide?utm_source=firstpartners.net&amp;utm_medium=bookrev&amp;utm_content=blog&amp;utm_campaign=mdb_001869" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.packtpub.com');" target="_blank"><img class="size-medium wp-image-662" title="jbpm" src="http://www.firstpartners.net/blog/wp-content/uploads/2009/12/jbpm-243x300.jpg" alt="jBpm Java Business Process Management book cover" width="243" height="300" /></a><p class="wp-caption-text">jBpm Java Business Process Management book cover</p></div>
<p>So, I&#8217;ve been asked by Packt (the guys how published my book) to review the <a href="http://www.packtpub.com/jboss-business-process-management-jbpm-developer-guide?utm_source=firstpartners.net&amp;utm_medium=bookrev&amp;utm_content=blog&amp;utm_campaign=mdb_001869" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.packtpub.com');" target="_blank">new jBPM Developer guide book.</a> So, not only do I get to help a fellow author (Good Karma), I get the catchup on features of jBPM I may not have used yet in my professional capacity, and I get a free book. What is there not to like?</p>
<p>Disclaimer &#8211; getting free copy, but am otherwise free to write good / bad / or completely off the wall ideas about it. Watch this space.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/technology/java/2009/12/19/jboss-jbpm-book-on-its-way-from-packt-java-business-process-management-workflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone as an Enterprise Platform Event &#8211; Dublin</title>
		<link>http://www.firstpartners.net/blog/location/dublin/2009/12/02/iphone-as-an-enterprise-platform-event-dublin/</link>
		<comments>http://www.firstpartners.net/blog/location/dublin/2009/12/02/iphone-as-an-enterprise-platform-event-dublin/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 16:24:29 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dublin]]></category>
		<category><![CDATA[EnterpriseWeb2.0]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Ireland]]></category>
		<category><![CDATA[enterprise web 2.0]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[jobs]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=647</guid>
		<description><![CDATA[Full notes and links below. Key Learning points

User Experience. User Experience. User Experience
iPhone currently the leader, revolutionized Mobile app sales, but market (and devices) evolving very quickly.
Good case for usage in Enterprise (cost reduction, growing use of iPhone platform in Enterprise, New channel to customers) but be flexible, be ready for the evolution.


The iPhone as [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Full notes and links below. Key Learning points</strong></p>
<ol>
<li>User Experience. User Experience. User Experience</li>
<li>iPhone currently the leader, revolutionized Mobile app sales, but market (and devices) evolving very quickly.</li>
<li>Good case for usage in Enterprise (cost reduction, growing use of iPhone platform in Enterprise, New channel to customers) but be flexible, be ready for the evolution.</li>
</ol>
<p><img class="size-full wp-image-657 alignleft" title="iphone" src="http://www.firstpartners.net/blog/wp-content/uploads/2009/12/iphone.png" alt="iphone" width="220" height="150" /></p>
<p><strong>The iPhone as an Emerging Enterprise Platform<br />
</strong></p>
<p><strong>1.15pm Wednesday 2nd December 2009<br />
Venue – The Alexander Hotel  Dublin .</strong></p>
<p>The iPhone has captured significant mindshare since its launch in 2007, and in particular the application development model and the iTunes App Store, which has had over two billion downloads of over 100,000 applications.<br />
There has been a move from games and other ‘fun’ applications to software companies looking to add mobile channels for their products. Enterprise focussed companies like Intuition are developing iPhone applications in order to add to the value of their core product or service.</p>
<p>As part of the Enterprise Europe Network, Enterprise Ireland are hosting an information and networking event on December 2nd in Dublin.</p>
<p>This is a chance for software companies to explore the opportunities presented by mobile applications and Apple&#8217;s iPhone in particular. Topics covered will include:</p>
<ul>
<li>What is so special about the iPhone?</li>
<li>How does one develop applications – what are the skills required?</li>
<li> What are the costs?</li>
<li>How to deploy enterprise applications?</li>
</ul>
<p>There will also be an opportunity to meet with the iPhone developer community in Ireland.</p>
<p><strong>Enterprise Features iPhone &#8211; Dermot Daly, Tapadoo</strong></p>
<p>What is an iPhone?</p>
<ul>
<li> Basics ; phone, location/direction/tilt aware , quality web browser and multimedia,Document and pdf viewer)</li>
<li> And apps</li>
</ul>
<p>Enterprise features</p>
<ul>
<li> Originally consumer (02 contracts reflected this)</li>
<li> Latest iPhone 3GS had enterprise (not emphasised) e.g. Compass Video Cameria</li>
<li> Enterprise Mail (e.g. ActiveSync from MS, but also POP/IMAP/CALDAV/LDAP)</li>
<li> Centralised Config (e.g. App lockdown, can prevent changes)</li>
<li> Security Enhancements (e.g. FindmyIPhone, RemoteWipe)</li>
<li> VPN out of the box (all internet standards)</li>
</ul>
<p>All stuff Nokia/ Blackberry do, but iPhone slicker</p>
<p>Apps</p>
<ul>
<li> iPhone enhanced website</li>
<li> Website with iPhone specifc css</li>
<li> Similar to Mozilla Prism?</li>
<li> No deployment / easier to deploy</li>
<li> No access to underlying hardware.</li>
</ul>
<p>Native Apps (code to phone)</p>
<ul>
<li> Underlying hardware access</li>
<li> Objective C &amp; SDK Libraries</li>
<li>Number of ways to deploy</li>
</ul>
<p>iPhone SDK (4 layers 20+ frameworks each)</p>
<ul>
<li> iPhone OS / based on MacOS/ derived from BSD Unix</li>
<li> Core Services (e.g. Core Data, backed by SQLLite on phone) , contact , addressbox, GPS, StoreKit (for upsell) within app e.g. eBooks)</li>
</ul>
<ul>
<li> Media (Quartz 2d animation, Open GL 3D in Hardware, iPod Library and Core Audio / Video)</li>
<li> Coco Touch &#8211; User Interface / controls ; Messaging UI; Map Kit (with Google Maps); Game Kit  (P2P Games)</li>
</ul>
<p>Sample Native Applications</p>
<ul>
<li> iPhone version of existing e.g. RTE Breaking news</li>
<li>Own staff to allow</li>
</ul>
<p>Challenges</p>
<ul>
<li> Deployment to public via App store</li>
<li>To own own staff</li>
<li> Enterprise Deployment (more than 500 employeees &#8211; Limited e.g. University of Ulster)</li>
<li> Ad Hoc Deployment (Management Overhead &#8211; need to gather specific device ID&#8217;s &#8211; limit up to 100)</li>
</ul>
<p>The Market</p>
<ul>
<li> Nobody will release figures on iPhone in Ireland (est 50k &#8211; 150k based on app downloads &#8211; guess)</li>
<li> 02 -&gt; Vodafone Q1 next year (around Feb?)</li>
<li> Expects Market to double overnight</li>
<li> Expect Vodofone business plan</li>
<li>UK &#8211; 5% &#8211; 1m phones and pushing other platforms</li>
<li>Better than any other single handset (as opposed to single manufacturue) &#8211; one app works on all iPhone<br />
- e.g. no problem of testing like Java phones<br />
- Worldphone &#8211; 50m devices (inc iPod touch)</li>
</ul>
<p>Developer</p>
<ul>
<li> Need to develop on Mac</li>
<li>Object C, DSK and App store process (need to learn)</li>
<li>xCake Developer community / apps.ie</li>
<li> Cost (people expect it to cost less / yet usage pattern very differnt &#8211; little and often) similar to Senior Java</li>
<li> Base on Spec (like most software projects)</li>
</ul>
<p><strong>Intuition Keith O’Loughlin (CTO)<br />
“Intuition’s experience with iPhone”</strong><br />
Scaling / eLearnging</p>
<ul>
<li>Don&#8217;t repeat same mistkaes; think of user experience</li>
<li>Intuition provide professional learning applicaiton to corporates globally</li>
<li>Mobile started Blackberry, client demand led to iPhone &#8211; also on Windows Mobile</li>
<li>Mobile allows eLearning in users time / on their terms</li>
<li>Not a Laptop as that experience is more akin to desk based (e.g. phone always there, always ready unlike Laptop)</li>
<li>iPhone Experience (Emotional attachment)</li>
<li>Three modes of use (Bored Now / Repetitive Now e.g. stock or Football news/ Urgent Now ) &#8211; from Google<br />
- 6 Month old can use iPhone (but not Blackberry!)</li>
<li>iPhone has created market for mobile applicatoins (Blackberry, Orange, Vodafone all trying to copy idea)</li>
<li>Free apps; usage over time ; shelf life tails off sharply over 3 days ; What is user call to embed in their</li>
</ul>
<p><em>Lifestyle (use again and again, evangilise) &#8211; doesn&#8217;t happen for PC&#8217;s.  All about the user experience</em></p>
<p>iPhone and Enterprise</p>
<ul>
<li>Blackberry v Apple</li>
<li>2 millon  Apple iPhones  in Corporate , growing hughely , 35m Blackberry, overtake in 3 years at current rate of growth</li>
<li> Beware of Google (space evolving very quickly &#8211; like 1980 in PC space)</li>
<li> More smartphones sold last year than Laptops</li>
<li>Enterprise benefits : rich apps / improve effecienct / workflows / reduce costs / grow revenues</li>
<li>Issues: Security (percieved issue) / difficult deployment / Early adoptor days</li>
</ul>
<p>Developer: good that single screen size and form size (develop once) , only 3 OS v Java experinece</p>
<ul>
<li> First app on apple platform in 6 weeks</li>
<li>Some API missing e.g. to turn off phone API not exposed</li>
</ul>
<p>Apple; focus on qualiy and brand &#8211; control!!</p>
<ul>
<li> Won&#8217;t allow apps with bugs (and Apple decide what bug is!)</li>
<li> Limited develop support</li>
<li> App store very easy to use</li>
<li> A lot of applications &#8211; easy to get lost</li>
<li>Low cost of entry / but slow process / very thoroought process</li>
</ul>
<p><em>Repeat: Not about the technology, about the user</em><br />
Average phone replaced every 2 years &#8211; very easy for market to change</p>
<p>Opportunites / Pitfalls</p>
<ul>
<li> Scale</li>
<li>Devices Big Picture (be flexible; devices will change, Apps will not) &#8211; iPhone good place to start.</li>
<li> Style v Substance</li>
<li>Platform subsistence</li>
<li> 2 models</li>
<li> consulting / developer</li>
<li> existing product , new channel</li>
</ul>
<p><strong>MyHome.ie Keith Mahon<br />
“Experiences with MyHome.ie on the iPhone”</strong></p>
<p>Head of Technology , Irish Times digital group<strong>.</strong></p>
<ul>
<li>Phoneware created local based search engine, fitted with what MyHome where thinking of doing.</li>
<li>Involved since Dec 08 (12 months); 4 Months to develop while Irish Times learned</li>
<li>Apple is &#8216;blockage&#8217; in systems &#8211; useful to get professional advice!</li>
</ul>
<p>Lessons Learned</p>
<ul>
<li>Reduce functionality to what users really want</li>
<li>Traffic with not reach mobile (yet) for iPhones &#8211; set expectations &#8211; more strategic move for future.</li>
<li>Estimates market at 15,000  users (note &#8211; estimate of user based  much less than Dermot Daly)</li>
<li>At least one month to get on Appstore, 1 week for each update; but no committment to dates from</li>
<li>Need to promote, like any other website</li>
</ul>
<p>Success</p>
<ul>
<li>Number 1 Irish app store 12 days / top 50 for 2 months- will change up and down over time.</li>
<li>Give credibility with other users, even if they don&#8217;t use iPhone themselves.</li>
<li>Strong commuter audience (morning and evening spikes).</li>
<li>Agents started getting calls / emails directly from iPhone &#8211; very visible change!</li>
<li>Writeup in Sunday Business Post &#8211; can lead to spike in Traffic.</li>
<li>449,000  page views within 15 days; Tiny v Main web sites (15million  in same time) &#8211; but new and growing audience</li>
</ul>
<p>App</p>
<ul>
<li>Shows map with homes for sale (will include rental)</li>
<li>Virtual overlay (look through camera, see available houses around you)</li>
<li>Give app away free , but looking how to get people to subsribe</li>
</ul>
<p>Strength and Weakness</p>
<ul>
<li>Smaller , restriced audience &#8211; shortage of supply of devices, being kept expensive. Maybe wider when Vodafone sell iPhone Q1 2010.</li>
<li>Does not work on stardard iPhone &#8211; needs 3GS iPhone</li>
<li>No SMS integration like normal mobiles (maybe later versions)</li>
<li>A lot of strengths (Locaion aware, excellent delivery channel)</li>
</ul>
<p><strong>iPhone -  a new Frontier for payments<br />
WorldNet TPS</strong></p>
<p>Enterprise Ireland  HPSU ( Startup)  &#8211; provide secure online payment (Payment Gateway) going 2 years, product 1 year.</p>
<p>See Opportunity as enabling business &#8211; promote iPhone as payment terminal<br />
Complements existing business / other virtual access points such as laptop / PC</p>
<p>For business this means  e.g. Tour Operator / Sell items on Tour Buses while promoter is still on road</p>
<p>Competitor to iPhone in payments space is Desktop &#8211; very different proposition (good and bad)</p>
<p>PCI Compliance (part of Visa contract) means storing credit card info on PC / or paper means<em> fines up to 25,000 Euro  for each infringement</em></p>
<p>Moving to (all ideas that have been tried before , with various success, mainly due to societal factors</p>
<ul>
<li>Cardholder present transation</li>
<li>Pay by mobile instead of credit card</li>
<li>P2P payment applications</li>
</ul>
<p>A lot of the leading payment players behind these ideas &#8211; will market take off?</p>
<p><strong>OS3 &#8211; Damian O’Suilleabháin<br />
“Approaches to iPhone development &amp; the Irish iPhone Developer community”</strong></p>
<p>OS3 develop iPhone apps (3 public , more on way)</p>
<p><em>Can&#8217;t activate iPhone without giving Credit Card details &#8211; very low friction sell through AppStore &#8211; like DoCoMo model.</em></p>
<p>Why iPhone?</p>
<ul>
<li>Trip to future; demographics &#8211; about 25% Western world only know internet on mobile / social network natives . Don&#8217;t like ads,  but friends think it&#8217;s cool.</li>
<li>Growing rapidly.</li>
<li>2 Billon n apps downloaded in last 18 months &#8211; last month 500m</li>
<li>Major brands have apps available</li>
<li>Opportunity; Extra revenue / new customers through new channel / association with coolness</li>
</ul>
<p>Web Apps v Native Apps</p>
<ul>
<li>Web development use existing web technologies (Simple) Apple Browser the best mobile browser &#8211; compares well to many desktop browsers. Doesn&#8217;t do flash.</li>
<li>Web App +: Write in (web) langugae teha you&#8217;re familar with) Easier upload &#8211; no dealings with Apple. Dynamic. Reused web application for other mobiles / from Desktop.</li>
<li>Native Apps gives (almost)  full power of API.  Mac Based Operating System &#8211; very powerful. e.g. Gesture Capture, Compass.</li>
<li>Native App can be used offline. Easier to Monetize app (sell through appstore).</li>
</ul>
<p>InHouse v Outsourced Development</p>
<ul>
<li>Same as traditional software development pro&#8217;s and con&#8217;s.</li>
</ul>
<p>iPhone Developer Community in Ireland</p>
<ul>
<li><a href="http://x.cake.ning.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/x.cake.ning.com');" target="_blank">xCake </a>- loose developer community / act as group when talking to Enterprise Ireland , O2</li>
<li><a href="http://www.apps.ie" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.apps.ie');" target="_blank">Apps.ie</a> &#8211; evolved from XCake &#8211; showcase for Irish iPhone apps, evangilize mobile applications in Ireland.</li>
<li>Members; available on site include 21 developers from companies to individuals</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/location/dublin/2009/12/02/iphone-as-an-enterprise-platform-event-dublin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Microsoft Data Centre Launch</title>
		<link>http://www.firstpartners.net/blog/location/dublin/2009/09/25/microsoft-data-centre-launch/</link>
		<comments>http://www.firstpartners.net/blog/location/dublin/2009/09/25/microsoft-data-centre-launch/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 15:43:47 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[Dublin]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=640</guid>
		<description><![CDATA[I was lucky enough to get invited to yesterday&#8217;s launch of Microsoft new Data Centre. More on RTE and Microsoft&#8217;s own site.

Here are the important points;

It&#8217;s Big.
It&#8217;s the first data centre that Microsoft have built outside of the US. Kudos to the  Microsoft Ireland team and the IDA for their success in getting the data [...]]]></description>
			<content:encoded><![CDATA[<p>I was lucky enough to get invited to yesterday&#8217;s launch of <a href="http://www.irishtimes.com/newspaper/finance/2009/0925/1224255210787.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.irishtimes.com');" target="_blank">Microsoft new Data Centre</a>. More on <a href="http://www.rte.ie/business/2007/1106/microsoft.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.rte.ie');" target="_blank">RTE </a>and <a href="http://www.microsoft.com/emea/presscentre/pressreleases/DublinDataCentrePR_240909.mspx" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.microsoft.com');" target="_blank">Microsoft&#8217;s own site</a>.</p>
<p style="text-align: center;"><img class="size-full wp-image-642 aligncenter" title="ms_data_centre_dublin" src="http://www.firstpartners.net/blog/wp-content/uploads/2009/09/ms_data_centre_dublin.png" alt="ms_data_centre_dublin" width="508" height="203" /></p>
<p>Here are the important points;</p>
<ol>
<li>It&#8217;s Big.</li>
<li>It&#8217;s the first data centre that Microsoft have built outside of the US. Kudos to the  Microsoft Ireland team and the IDA for their success in getting the data centre located here.</li>
<li>It&#8217;s a big deal for Ireland &#8211; maybe only 20 seconds on the RTE News, but that&#8217;s because stacks of servers don&#8217;t hit the &#8216;Human interest&#8217; angle. This might be as important a decision as Intel coming to Ireland in the late 80&#8217;s.</li>
<li>Did I mention that it&#8217;s Big? 300,000 Sq feet. That&#8217;s a lot of football pitches.</li>
</ol>
<p>Seriously lads; forget about having a server under your desk, or even your own server room down the hall. Leave it to the professionals. Data Centres and the cloud is the way software is going.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/location/dublin/2009/09/25/microsoft-data-centre-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bizcamp Dublin is tomorrow &#8230; see you there</title>
		<link>http://www.firstpartners.net/blog/location/dublin/2009/09/18/bizcamp-dublin-is-tomorrow-see-you-there/</link>
		<comments>http://www.firstpartners.net/blog/location/dublin/2009/09/18/bizcamp-dublin-is-tomorrow-see-you-there/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 11:11:18 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dublin]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Ireland]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[barcamp]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[meetup]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=635</guid>
		<description><![CDATA[Really looking forward to Bizcamp tomorrow in the Guinness Storehouse Dublin.  5 Streams of  8 Sessions each = 40 Top speakers, not to mention the buzz of meeting 500 people in the business and technology areas. And it&#8217;s free (thanks to a word from the sponsors &#8230; )





Want to say a big thank you [...]]]></description>
			<content:encoded><![CDATA[<p>Really looking forward to Bizcamp tomorrow in the Guinness Storehouse Dublin.  5 Streams of  8 Sessions each = 40 Top speakers, not to mention the buzz of meeting 500 people in the business and technology areas. And it&#8217;s free (<a href="http://www.bizcamp.ie/2009/09/big-thanks-to-our-sponsors-supporters/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bizcamp.ie');">thanks to a word from the sponsors &#8230;</a> )</p>
<div class="mceTemp">
<dl id="attachment_634" class="wp-caption alignnone" style="width: 426px;">
<dt class="wp-caption-dt"><a href="http://www.bizcamp.ie" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bizcamp.ie');"><img class="size-full wp-image-634" title="bizcamp_logo_site" src="http://www.firstpartners.net/blog/wp-content/uploads/2009/09/bizcamp_logo_site.png" alt="Bizcamp" width="416" height="80" /></a></dt>
</dl>
</div>
<p>Want to say a big thank you for the <a href="http://www.bizcamp.ie/2009/09/the-bizcamp-team/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bizcamp.ie');">guys who did all the hard work in putting the camp together</a>. Keith, Emily, Alan and Jason, do ye not have a business to run as well?!</p>
<p><a href="http://www.bizcamp.ie/wp-content/uploads/2009/09/bizcamp-schedule-screen-ready.pdf" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bizcamp.ie');">Key people that I&#8217;m looking forward to hearing</a> are the two EI guys (David is talking at 11.30 about Business plan mistakes and Gerard&#8217;s on at 15.30 about how your startup should approach EI for the first time). I&#8217;m also looking forward to seeing Ciara talk about personal productivity (10am), Ronan about Microsoft Bizspark (10.45),  Justin talking about Service (14.45) and Steve talking about Software as a Service (16.15).</p>
<p>Talk to you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/location/dublin/2009/09/18/bizcamp-dublin-is-tomorrow-see-you-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opportunities in the New Software Economy &#8211; Event Cork , Dublin and Galway</title>
		<link>http://www.firstpartners.net/blog/location/dublin/2009/08/23/opportunities-in-the-new-software-economy-event-cork-dublin-and-galway/</link>
		<comments>http://www.firstpartners.net/blog/location/dublin/2009/08/23/opportunities-in-the-new-software-economy-event-cork-dublin-and-galway/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 20:11:40 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dublin]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[galway]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=633</guid>
		<description><![CDATA[This event may be of interest if you&#8217;re about in Cork , Galway or Dublin on the 8th to 10th of Sept. (Disclosure &#8211; event is linked to my day job, but I would recommend it even if it were not).
Enterprise Ireland in association with IT@Cork, ITAG and ISA would like to invite you to [...]]]></description>
			<content:encoded><![CDATA[<div style="padding-right: 4pt; padding-left: 4pt; padding-bottom: 1pt; margin-left: 14.2pt; margin-right: 0cm; padding-top: 1pt; border: white 1pt solid;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;">This event may be of interest if you&#8217;re about in Cork , Galway or Dublin on the 8th to 10th of Sept. (<a href="http://www.linkedin.com/in/paulbrowne" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.linkedin.com');" target="_blank">Disclosure &#8211; event is linked to my day job</a>, but I would recommend it even if it were not).</span></span></div>
<p class="MsoNormal" style="line-height: 150%; text-align: justify;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;">Enterprise</span></span><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;"> Ireland in association with IT@Cork, ITAG and ISA would like to invite you to a seminar entitled <strong><span style="font-weight: bold;">‘</span></strong></span></span><strong><span style="font-size: x-small; font-family: Verdana;"><span style="font-weight: bold; font-size: 10pt; line-height: 150%; font-family: Verdana;">Opportunities in The New Software Economy’</span></span></strong><strong><span style="font-size: xx-small; font-family: Verdana;"><span style="font-weight: bold; font-size: 9pt; line-height: 150%; font-family: Verdana;">. </span></span></strong><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;">These seminars will be held in Cork (Sept 8), Galway (Sept 9) and Dublin (Sept 10)<em><span style="font-style: italic;">.</span></em><strong></strong></span></span></p>
<p class="MsoNormal" style="margin-left: 14.2pt; line-height: 150%; text-align: justify;"><strong><span style="font-size: xx-small; font-family: Verdana;"></span></strong></p>
<p class="MsoNormal" style="line-height: 150%; text-align: justify;"><strong><span style="font-size: xx-small; font-family: Verdana;"><span style="font-weight: bold; font-size: 9pt; line-height: 150%; font-family: Verdana;">The New Software Economy</span></span></strong><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;"> is driven by the growth of the Internet and changes in the software value chain. It is underpinned by new technologies such as Open Source, Services Oriented Architecture (SOA), Cloud Computing, Semantic Web and Web 2.0. It is characterised by demand for greater flexibility, global delivery and cost effective solutions. Partnerships and collaborations predominate.<em><span style="text-decoration: underline;"><span style="color: #3366ff;"><span style="color: #3366ff; font-style: italic;"> </span></span></span><strong><span style="color: #0000ff;"><span style="font-weight: bold; color: #0000ff;"><a title="http://www.enterprise-ireland.com/Events/New+Software+Economy.htm" href="http://www.enterprise-ireland.com/Events/New+Software+Economy.htm" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.enterprise-ireland.com');">Learn more about the New Software Economy</a></span></span></strong></em> </span></span></p>
<p class="MsoNormal" style="line-height: 150%; text-align: justify;"><span style="font-size: xx-small; font-family: Verdana;"></span></p>
<p class="MsoNormal" style="line-height: 150%; text-align: justify;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;">This seminar will give you the opportunity to network with key stake holders in the software industry in your region from different sections of the ecosystem: &#8211; SME, multinational companies, financial sector, public sector and academia. </span></span></p>
<p class="MsoNormal" style="line-height: 150%; text-align: justify;"><span style="font-size: xx-small; font-family: Verdana;"></span></p>
<p class="MsoNormal" style="line-height: 150%; text-align: justify;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;">Additionally, the seminar will provide insights from key thought leaders on the important topics at the forefront of the New Software Economy.</span></span></p>
<p class="MsoNormal" style="line-height: 150%; text-align: justify;"><span style="font-size: xx-small; font-family: Verdana;"></span></p>
<p class="MsoNormal" style="line-height: 150%; text-align: justify;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;">The speaker line-up will include:-</span></span></p>
<p class="MsoNormal" style="margin-left: 36pt; line-height: 150%; text-align: justify;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;">Chris Hofmann, Director of Engineering, Mozilla Foundation</span></span></p>
<p class="MsoNormal" style="margin-left: 36pt; line-height: 150%; text-align: justify;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;">Fergus Gloster, former VP of Business Development, Salesforce.com</span></span></p>
<p class="MsoNormal" style="margin-left: 36pt; line-height: 150%; text-align: justify;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;">Joe Drumgoole, CEO, Putplace.com</span></span></p>
<p class="MsoNormal" style="line-height: 150%;"><span style="font-size: small; font-family: Times New Roman;"></span></p>
<table class="MsoTableGrid" style="border: medium none; border-collapse: collapse;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="border: 1pt solid windowtext; padding: 0cm 5.4pt; width: 83.4pt;" width="111" valign="top">
<p class="MsoNormal" style="line-height: 150%; text-align: center;" align="center"><strong><span style="font-size: x-small; font-family: Verdana;"><span style="font-weight: bold; font-size: 10pt; line-height: 150%; font-family: Verdana;">Date</span></span></strong></p>
</td>
<td style="padding: 0cm 5.4pt; width: 49.6pt; border: 1pt 1pt 1pt medium solid solid solid none windowtext windowtext windowtext -moz-use-text-color;" width="66" valign="top">
<p class="MsoNormal" style="line-height: 150%; text-align: center;" align="center"><strong><span style="font-size: x-small; font-family: Verdana;"><span style="font-weight: bold; font-size: 10pt; line-height: 150%; font-family: Verdana;">Location</span></span></strong></p>
</td>
<td style="padding: 0cm 5.4pt; width: 120.5pt; border: 1pt 1pt 1pt medium solid solid solid none windowtext windowtext windowtext -moz-use-text-color;" width="161" valign="top">
<p class="MsoNormal" style="line-height: 150%; text-align: center;" align="center"><strong><span style="font-size: x-small; font-family: Verdana;"><span style="font-weight: bold; font-size: 10pt; line-height: 150%; font-family: Verdana;">Venue</span></span></strong></p>
</td>
<td style="padding: 0cm 5.4pt; width: 92.1pt; border: 1pt 1pt 1pt medium solid solid solid none windowtext windowtext windowtext -moz-use-text-color;" width="123" valign="top">
<p class="MsoNormal" style="line-height: 150%; text-align: center;" align="center"><strong><span style="font-size: x-small; font-family: Verdana;"><span style="font-weight: bold; font-size: 10pt; line-height: 150%; font-family: Verdana;">Time</span></span></strong></p>
</td>
<td style="padding: 0cm 5.4pt; width: 80.5pt; border: 1pt 1pt 1pt medium solid solid solid none windowtext windowtext windowtext -moz-use-text-color;" width="107" valign="top">
<p class="MsoNormal" style="line-height: 150%; text-align: center;" align="center"><strong><span style="font-size: x-small; font-family: Verdana;"></span></strong></p>
</td>
</tr>
<tr>
<td style="padding: 0cm 5.4pt; width: 83.4pt; border: medium 1pt 1pt none solid solid -moz-use-text-color windowtext windowtext;" width="111" valign="top">
<p class="MsoNormal" style="line-height: 150%;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;">Sept 8<sup>th</sup> 2009</span></span></p>
</td>
<td style="padding: 0cm 5.4pt; width: 49.6pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" width="66" valign="top">
<p class="MsoNormal" style="line-height: 150%;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;">Cork</span></span><span style="font-size: xx-small; font-family: Verdana;"></span></p>
</td>
<td style="padding: 0cm 5.4pt; width: 120.5pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" width="161" valign="top">
<p class="MsoNormal" style="line-height: 150%;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;">Webworks, Cork</span></span></p>
</td>
<td style="padding: 0cm 5.4pt; width: 92.1pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" width="123" valign="top">
<p class="MsoNormal" style="line-height: 150%;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;">10.30 am– 1 pm</span></span></p>
</td>
<td style="padding: 0cm 5.4pt; width: 80.5pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" width="107" valign="top">
<p class="MsoNormal" style="line-height: 150%;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;"><a title="https://www.eventelephant.com/newsoftwareeconomycork" href="https://www.eventelephant.com/newsoftwareeconomycork" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.eventelephant.com');">Register Here</a></span></span></p>
</td>
</tr>
<tr>
<td style="padding: 0cm 5.4pt; width: 83.4pt; border: medium 1pt 1pt none solid solid -moz-use-text-color windowtext windowtext;" width="111" valign="top">
<p class="MsoNormal" style="line-height: 150%;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;">Sept 9<sup>th</sup> 2009</span></span></p>
</td>
<td style="padding: 0cm 5.4pt; width: 49.6pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" width="66" valign="top">
<p class="MsoNormal" style="line-height: 150%;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;">Galway</span></span><span style="font-size: xx-small; font-family: Verdana;"></span></p>
</td>
<td style="padding: 0cm 5.4pt; width: 120.5pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" width="161" valign="top">
<p class="MsoNormal" style="line-height: 150%;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;">Webworks, Galway</span></span></p>
</td>
<td style="padding: 0cm 5.4pt; width: 92.1pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" width="123" valign="top">
<p class="MsoNormal" style="line-height: 150%;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;">10.30 am – 1 pm</span></span></p>
</td>
<td style="padding: 0cm 5.4pt; width: 80.5pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" width="107" valign="top">
<p class="MsoNormal" style="line-height: 150%;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;"><a title="https://www.eventelephant.com/newsoftwareeconomy-galway" href="https://www.eventelephant.com/newsoftwareeconomy-galway" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.eventelephant.com');">Register Here</a></span></span></p>
</td>
</tr>
<tr>
<td style="padding: 0cm 5.4pt; width: 83.4pt; border: medium 1pt 1pt none solid solid -moz-use-text-color windowtext windowtext;" width="111" valign="top">
<p class="MsoNormal" style="line-height: 150%;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;">Sept 10<sup>th </sup>2009</span></span></p>
</td>
<td style="padding: 0cm 5.4pt; width: 49.6pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" width="66" valign="top">
<p class="MsoNormal" style="line-height: 150%;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;">Dublin</span></span><span style="font-size: xx-small; font-family: Verdana;"></span></p>
</td>
<td style="padding: 0cm 5.4pt; width: 120.5pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" width="161" valign="top">
<p class="MsoNormal" style="line-height: 150%;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;">Radisson, Golden Lane</span></span></p>
</td>
<td style="padding: 0cm 5.4pt; width: 92.1pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" width="123" valign="top">
<p class="MsoNormal" style="line-height: 150%;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;">10.30 am – 1 pm</span></span></p>
</td>
<td style="padding: 0cm 5.4pt; width: 80.5pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;" width="107" valign="top">
<p class="MsoNormal" style="line-height: 150%;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; line-height: 150%; font-family: Verdana;"><a title="https://www.eventelephant.com/newsoftwareeconomyDublin" href="https://www.eventelephant.com/newsoftwareeconomyDublin" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.eventelephant.com');">Register Here</a></span></span></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal" style="line-height: 150%;"><span style="font-size: small; font-family: Times New Roman;"></span></p>
<p class="MsoNormal" style="margin-left: 14.2pt; line-height: 150%;"><em><strong><em><span style="font-size: x-small; font-family: Verdana;"><span style="font-weight: bold; font-size: 10pt; line-height: 150%; font-family: Verdana;">Seminar cost:  Admission is €50 and will include tea/coffee on arrival and tea/coffee/sandwiches on conclusion</span></span></em></strong></em></p>
<p class="MsoNormal"><strong><span style="font-size: x-small; font-family: Arial;"></span></strong></p>
<p class="MsoNormal" style="text-align: justify;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; font-family: Verdana;">The full amount of €50 per person is due on registration. Spaces are limited and allocated on a first come first served basis.</span></span></p>
<p style="text-align: justify;"><strong><span style="font-size: xx-small; font-family: Verdana;"><span style="font-weight: bold; font-size: 9pt; font-family: Verdana;"><br />
Cancellation Policy</span></span></strong><span style="font-size: xx-small; font-family: Verdana;"></span></p>
<p class="MsoNormal" style="text-align: justify;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; font-family: Verdana;">No refunds will be issued on cancellation, however if a registered participant cannot attend the seminar, he/she may nominate a substitute. Cancellations or substitutions must be notified by email to <a title="mailto:tina.cahill@enterprise-ireland.com" href="mailto:tina.cahill@enterprise-ireland.com">tina.cahill@enterprise-ireland.com</a>. </span></span></p>
<p class="MsoNormal" style="text-align: justify;"><strong><span style="font-size: xx-small; font-family: Verdana;"></span></strong><span style="font-size: xx-small; font-family: Verdana;"></span></p>
<p class="MsoNormal" style="text-align: justify;"><strong><span style="font-size: xx-small; font-family: Verdana;"><span style="font-weight: bold; font-size: 9pt; font-family: Verdana;">Invoicing Policy</span></span></strong><span style="font-size: xx-small; font-family: Verdana;"></span></p>
<p class="MsoNormal" style="text-align: justify;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; font-family: Verdana;">A sales order acknowledgement will be issued to you on receipt of your registration form. Invoices will be issued after the event has taken place.</span></span></p>
<p class="MsoNormal" style="text-align: justify;"><strong><span style="font-size: xx-small; font-family: Verdana;"></span></strong><span style="font-size: xx-small; font-family: Verdana;"></span></p>
<p class="MsoNormal" style="text-align: justify;"><strong><span style="font-size: xx-small; font-family: Verdana;"><span style="font-weight: bold; font-size: 9pt; font-family: Verdana;">Methods of payment</span></span></strong><span style="font-size: xx-small; font-family: Verdana;"></span></p>
<p class="MsoNormal" style="text-align: justify;"><span style="font-size: xx-small; font-family: Verdana;"><span style="font-size: 9pt; font-family: Verdana;">Payment can be made online by credit card.</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/location/dublin/2009/08/23/opportunities-in-the-new-software-economy-event-cork-dublin-and-galway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My First Book Published &#8211; Business Rules with JBoss Drools</title>
		<link>http://www.firstpartners.net/blog/business/workflow/2009/04/11/my-first-book-published-business-rules-with-jboss-drools/</link>
		<comments>http://www.firstpartners.net/blog/business/workflow/2009/04/11/my-first-book-published-business-rules-with-jboss-drools/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 21:01:48 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[BPM]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[RedPiranha]]></category>
		<category><![CDATA[Workflow]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[drools]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[enterprise java]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=630</guid>
		<description><![CDATA[The guys over at the official Drools blog beat me to the announcement, as I was waiting for it to published on Amazon, but now that it has, I&#8217;m happy to announce that after 12 months of pushing and shoving, I&#8217;ve finally got my first book , on Business rules and Workflow, out the door.


JBoss [...]]]></description>
			<content:encoded><![CDATA[<p>The guys over at the <a href="http://blog.athico.com/2009/03/first-drools-book-is-on-way-from-packt.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog.athico.com');">official Drools blog beat me to the announcement</a>, as I was waiting for it to published on <a href="http://www.amazon.co.uk/gp/search?ie=UTF8&amp;keywords=jboss%20drools%20business%20rules&amp;tag=firstparnet-21&amp;index=blended&amp;linkCode=ur2&amp;camp=1634&amp;creative=6738" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.amazon.co.uk');" target="_blank">Amazon</a>, but now that it has, I&#8217;m happy to announce that after 12 months of pushing and shoving, I&#8217;ve finally got my first book , on Business rules and Workflow, out the door.</p>
<div id="content">
<div id="image"><a href="https://www.amazon.co.uk/dp/1847196063?tag=firstparnet-21&amp;camp=1406&amp;creative=6394&amp;linkCode=as1&amp;creativeASIN=1847196063&amp;adid=1578NKS4C8K7DY064B7W&amp;" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.amazon.co.uk');" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/I/511yB7Fl-SL._SL110_.jpg" alt="" /></a></div>
<p id="title"><a href="https://www.amazon.co.uk/dp/1847196063?tag=firstparnet-21&amp;camp=1406&amp;creative=6394&amp;linkCode=as1&amp;creativeASIN=1847196063&amp;adid=1578NKS4C8K7DY064B7W&amp;" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.amazon.co.uk');" target="_blank">JBoss Drools Business Rules</a></p>
<p>Paul Browne</p>
<p id="prices"><a href="https://www.amazon.co.uk/gp/offer-listing/1847196063?tag=firstparnet-21&amp;camp=1406&amp;creative=6394&amp;linkCode=am1&amp;creativeASIN=1847196063&amp;adid=1578NKS4C8K7DY064B7W&amp;" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.amazon.co.uk');" target="_blank">Best Price <span class="price" style="text-decoration: underline;">£45.31</span></a><br />
or   Buy New</p>
<p><a href="https://www.amazon.co.uk/gp/offer-listing/1847196063?tag=firstparnet-21&amp;camp=1406&amp;creative=6394&amp;linkCode=am1&amp;creativeASIN=1847196063&amp;adid=1578NKS4C8K7DY064B7W&amp;" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.amazon.co.uk');" target="_blank"> <img src="https://images-na.ssl-images-amazon.com/images/G/02/buttons/buy-from-tan.gif" alt="Buy from Amazon.co.uk" /> </a></p>
<p id="privacy"><a href="http://rcm-uk.amazon.co.uk/e/cm/privacy-policy.html?o=2" onclick="javascript:pageTracker._trackPageview('/outbound/article/rcm-uk.amazon.co.uk');" target="_blank">Privacy Information</a></p>
</div>
<p>What, you&#8217;re still here? Well if it takes a bit more to convince you to buy it, here&#8217;s the info on the <a title="JBoss Drools business rules" href="http://www.packtpub.com/jboss-drools-business-rules/book" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.packtpub.com');" target="_blank">Business Rules and Workflow book direct from the publishers (Packt) own site</a>. If you can&#8217;t wait, and want to dive right in, <a href="http://code.google.com/p/red-piranha/" onclick="javascript:pageTracker._trackPageview('/outbound/article/code.google.com');" target="_blank">the code samples from the book are available on the Red Piranha 2 website</a>.</p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="10"></td>
<td valign="top"><!-- jboss-drools-business-rules book --> <script type="text/javascript"><!--
       function gotoBookstore() { 
	var id = document.getElementById('bookstorelinks').options[document.getElementById('bookstorelinks').selectedIndex].value; 
	window.open('http://www.packtpub.com/store_redirect/id/'+id+'/isbn/1847196063','','');
	}
// --></script></p>
<table border="0" width="100%">
<tbody>
<tr>
<td>
<div class="header">JBoss Drools Business Rules</div>
<div><a title="Paul Browne" href="http://www.packtpub.com/author_view_profile/id/295" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.packtpub.com');">Paul Browne</a></div>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="99" valign="top"><a title="JBoss Drools Business Rules" onclick="window.open('http://www.packtpub.com/view_popup/bookimage/1847196063','help','scrollbars=yes,resizable=yes,width=600,height=725,left=180,top=20'); return false;" href="http://www.packtpub.com/jboss-drools-business-rules/book#" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.packtpub.com');"><img class="left" title="JBoss Drools Business Rules" src="http://images.packtpub.com/images/100x123/1847196063.png" border="0" alt="JBoss Drools Business Rules" width="99" height="123" /></a></td>
<td valign="top">Capture, automate, and reuse your business processes in a clear English language that your computer can understand.</p>
<ul>
<li>An easy-to-understand JBoss Drools business rules tutorial for non-programmers</li>
<li>Automate your business processes such as order processing, supply management, staff activity, and more</li>
<li>Prototype, test, and implement workflows by themselves using business rules that are simple statements written in an English-like language</li>
<li>Discover advanced features of Drools to write clear business rules that execute quickly</li>
<li>For confident users of Excel or other business software, this book is everything you need to learn JBoss Drools business rules and successfully automate your business.</li>
</ul>
<ul>
<li><a href="http://www.packtpub.com/jboss-drools-business-rules/book#indetail" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.packtpub.com');">In More Detail</a></li>
</ul>
</td>
</tr>
</tbody>
</table>
</td>
<td width="171" align="right" valign="top">
<div class="oB">
<form action="https://www.packtpub.com/cart" method="post">
<input name="type" type="hidden" value="Book" />
<input name="pid" type="hidden" value="280" /> </form>
</div>
</td>
</tr>
</tbody>
</table>
<hr /><a name="ebook"></a></p>
<form action="https://www.packtpub.com/cart" method="post">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<table border="0" cellspacing="5" cellpadding="0" width="100%">
<tbody>
<tr>
<td colspan="3"></td>
<td rowspan="2" align="right"></td>
</tr>
<tr>
<td width="99" align="center" valign="top"></td>
<td valign="top"></td>
<td width="200" valign="top"></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</form>
<hr /><span class="right" style="text-align: right;"> <a href="http://www.packtpub.com/support/book/jboss-drools-business-rules" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.packtpub.com');">Code download</a><br />
<a href="http://www.packtpub.com/free" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.packtpub.com');">Request a Review Copy</a><br />
<a href="http://www.packtpub.com/feedback/book/jboss-drools-business-rules" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.packtpub.com');">Send us feedback on this title</a><br />
<a href="http://www.packtpub.com/contact/book/jboss-drools-business-rules">Ask a question about this title<br />
</a> <a href="http://www.packtpub.com/files/jboss-drools-business-rules-sample-chapter-4-guided-rules-with-the-guvnor.pdf" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.packtpub.com');"> Sample Chapter 4 Guided Rules with the Guvnor [2.0 MB]</a><br />
<a onclick="javascript:window.open('http://www.packtpub.com/view_popup/page/jboss-drools-business-rules-table-of-contents','help','scrollbars=yes,resizable=yes,width=600,height=600,left=80,top=20'); return false;" href="http://www.packtpub.com/jboss-drools-business-rules/book#" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.packtpub.com');">Table of Contents</a> </span> <span class="subheader">Book Details</span></p>
<blockquote><p><strong>Language</strong> English<br />
<strong>Paperback</strong> 305 pages [191mm x 235mm]<br />
<strong>Release date</strong> April 2009<br />
<strong>ISBN</strong> 1847196063<br />
<strong>ISBN 13</strong> 978-1-847196-06-4<br />
<strong>Author(s)</strong> <a href="http://www.packtpub.com/author_view_profile/id/295" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.packtpub.com');">Paul Browne</a><br />
<strong>Topics and Technologies</strong> <a href="http://www.packtpub.com/books/topic/8" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.packtpub.com');">Open Source</a>,                   <a href="http://www.packtpub.com/books/topic/11" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.packtpub.com');">Java</a></p></blockquote>
<hr />
<blockquote>
<p align="left">A comprehensive, practical guide for business analysts and non-programmers to harnessing JBoss Drools Business Rules in your organization</p>
</blockquote>
<p><strong><span class="subheader"><a name="indetail">In Detail</a></span></strong></p>
<blockquote><p>In business, a lot of actions are trigged by rules: &#8220;Order more ice cream when the stock is below 100 units and temperature is above 25° C&#8221;, &#8220;Approve credit card application when the credit background check is OK, past relationship with the customer is profitable, and identity is confirmed&#8221;, and so on. Traditional computer programming languages make it difficult to translate this &#8220;natural language&#8221; into a software program. But JBoss Rules (also known as Drools) enables anybody with basic IT skills and an understanding of the business to turn statements such as these into running computer code.</p>
<p>This book will teach you to specify business rules using JBoss Drools, and then put them into action in your business. You will be able to create rules that trigger actions and decisions, based on data that comes from a variety of sources and departments right across your business. Regardless of the size of your business, you can make your processes more effective and manageable by adopting JBoss Rules.</p>
<p>Banks use business rules to process your mortgage (home loan) application, and to manage the process through each step (initial indication of amount available, actual application, approval of the total according to strict rules regarding the amount of income, house value, previous repayment record, swapping title deeds, and so on).</p>
<p>Countries such as Australia apply business rules to visa applications (when you want to go and live there)—you get points for your age, whether you have a degree or masters, your occupation, any family members in the country, and a variety of other factors.</p>
<p>Supermarkets apply business rules to what stock they should have on their shelves and where—this depends upon analyzing factors such as how much shelf space there is, what location the supermarket is in, what people have bought the week before, the weather forecast for next week (for example, ice cream in hot weather), and what discounts the manufacturers are giving.</p>
<p>This book shows how you can use similar rules and processes in your business or organization. It begins with a detailed, clear explanation of business rules and how JBoss Rules supports them.</p>
<p>You will then see how to install and get to grips with the essential software required to use JBoss Rules. Once you have mastered the basic tools, you will learn how to build practical and effective of the business rule systems.</p>
<p>The book provides clear explanations of business rule jargon. You will learn how to work with Decision Tables, Domain-Specifi c Languages (DSL)s, the Guvnor and JBoss Integrated Development Environment (IDE), workflow and much more.</p>
<p>By the end of the book you will know exactly how to harness the power of JBoss Rules in your business.<br />
<a href="http://www.packtpub.com/article/jboss-drools-business-rules-table-of-contents" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.packtpub.com');">Read the full Table of Contents for JBoss Drools Business Rules</a></p></blockquote>
<p><strong><span class="subheader">What you will learn from this book</span></strong></p>
<blockquote>
<ul>
<li>Understand the basics of business rules and JBoss rules with minimal effort</li>
<li>Install the required software easily and learn to use the Guvnor, which is a user-friendly web editor that&#8217;s also powerful enough to test our rules as we write them</li>
<li>Learn to write sophisticated rules and import the fact model into the Guvnor and then build a guided rule around it, which makes your web pages a lot clearer</li>
<li>Gain complete knowledge of what we can do with the Guvnor rule editor, and then use the JBoss IDE as an even more powerful way of writing rules, and automate processes for discounts, orders, sales, and more</li>
<li>Know the structure of the rule file through the example of a shipping schedule, which will help you with your own shipping schedule</li>
<li>Test your rules not only in the Guvnor, but also using FIT for rule testing against requirements documents; run unit tests using JUnit for error-free rules and interruption-free services</li>
<li>Specifically, non-developers can work with Excel spreadsheets as a fact model to develop business processes without learning any other new technology</li>
<li>Work with DSLs (Domain-Specific Languages) and rule flow to make writing rules easy; which makes staff training quicker and your working life easier</li>
<li>Deploy your business rules to the real world, which completes your project successfully, and combine this into a web project using the framework of your choice to provide better services</li>
<li>Benefit from concepts such as truth maintenance, conflict resolution, pattern matching rules agenda, and the Rete algorithm to provide advanced and faster business systems so that staff efficiency is maximized</li>
</ul>
<p><span style="font-weight: bold;">Chapter 1, </span>Drooling over JBoss Rules. This chapter gives you a good platform to understand business rules and JBoss rules. We look at the problems that you might have (and why you&#8217;re probably reading this book). We look at what business rule engines are, and how they evaluate business rules that appear very simple and how they become powerful when multiple rules are combined.</p>
<p><span style="font-weight: bold;">Chapter 2, </span>Getting the software, deals with installation. This chapter explains setting up Java, setting up Business Rule Management System (BRMS)/Guvnor running on the JBoss App Server, setting up Eclipse, and installing the Drools Plug-in. It also details the installation of the Drools examples for this book and the Maven to build them.</p>
<p><span style="font-weight: bold;">Chapter 3, </span>Meet the Guvnor, deals with writing our rules using the &#8216;Guvnor&#8217;. Guvnor is the user-friendly web editor that&#8217;s also powerful enough to test our rules as we write them. We take up an example to make things easier. Then we look at the various Guvnor screens, and see that it can not only write rules (using both guided and advanced editors), but that it can also organize rules and other assets in packages, and also allow us to test and deploy those packages. Finally, we write our very first business rule—the traditional &#8216;Hello World&#8217; message announcing to everyone that we are now business rule authors.</p>
<p><span style="font-weight: bold;">Chapter 4, </span>Guided Rules with the Guvnor. This chapter shows how to use the Guvnor rule editor to write some more sophisticated rules. It also shows how to get information in and out of our rules, and demonstrates how to create the fact model needed to do this. We import our new fact model into the Guvnor and then build a guided rule around it. Finally we test our rule as a way of making sure that it runs correctly.</p>
<p><span style="font-weight: bold;">Chapter 5, </span>From Guvnor to JBoss IDE. This chapter pushes the boundries of what we can do with the Guvnor rule editor, and then brings in the JBoss IDE as an even more powerful way of writing rules. We start by using variables in our rules example. Then we discuss rule attributes (such as salience) to stop our rules from making changes that cause them to fi re again and again. After testing this successfully, we look at text-based rules, in both the Guvnor and the JBoss IDE, for running &#8216;Hello World&#8217; in the new environment.</p>
<p><span style="font-weight: bold;">Chapter 6,</span> More Rules in the jBoss IDE. This chapter looks again at the structure of a rule fi le. At the end of this chapter, we look at some more advanced rules that we can write and run in the IDE.</p>
<p><span style="font-weight: bold;">Chapter 7, </span>Testing your Rules. This chapter explains how testing is not a standalone activity, but part of an ongoing cycle. In this chapter we see how to test our rules, not only in the Guvnor, but also using FIT for rule testing against requirements documents. This chapter also explains Unit Testing using JUnit.</p>
<p><span style="font-weight: bold;">Chapter 8, </span>Data in Excel, Rules in Excel. This chapter explains how to use Excel Spreadsheets (cells and ranges) as our fact model to hold information, instead of the write-your-own-JavaBean approach we took earlier. Then we use Excel spreadsheets to hold Decision tables, to make repetitive rules easier to write.</p>
<p><span style="font-weight: bold;">Chapter 9, </span>Domain-Specific Languages [DSL] and rule flow. This chapter aims to make our rules both easier to use, and more powerful. We start with DSLs—Domain-Specifi c Languages. This chapter follows on from the &#8216;easy to write rules&#8217; theme from the previous chapter and also discusses both ruleflow and workflow. It would be great to draw a workfl ow diagram to see/control what (groups of) rules should fi re and when. Rule flow gives us this sort of control.</p>
<p><span style="font-weight: bold;">Chapter 10, </span>Deploying rules in real life. This chapter shows you how to deploy your business rules into the real world. We look at the pieces that make up an entire web application, and where rules fit into it. We see the various options to deploy rules as part of our application, and the team involved in doing so. Once they are deployed, we look at the code that would load and run the rules—both home-grown and using the standard RuleAgent. Finally we see how to combine this into a web project using the framework of your choice.</p>
<p><span style="font-weight: bold;">Chapter 11, </span>Peeking under the covers. This chapter looks at what happens under the cover by opening up the internals of the Drools rule engine to understand concepts such as truth maintenance, confl ict resolution, pattern matching, and the rules agenda. In this chapter, we explore the Rete algorithm and discuss why it makes rules run faster than most comparable business logic. Finally we see the working memory audit log and the rules debug capabilities of the Drools IDE.</p>
<p><span style="font-weight: bold;">Chapter 12, </span>Other Drools features. This chapter deals with the other advanced Drools features that have not yet been covered. This includes Smooks to bulk load data, Complex Event Processing, and Drools solver to provide solutions where traditional techniques would take too long.</p></blockquote>
<p><strong><span class="subheader">Approach</span></strong></p>
<blockquote><p>This book takes a practical approach, with step-by-step instructions. It doesn&#8217;t hesitate to talk about the technologies, but takes time to explain them (to an Excel power-user level). There is a good use of graphics and code where necessary.</p></blockquote>
<p><strong><span class="subheader">Who this book is written for</span></strong></p>
<blockquote><p>If you are a business analyst – somebody involved with enterprise IT but at a high level, understanding problems and planning solutions, rather than coding in-depth implementations – then this book is for you.</p>
<p>If you are a business user who needs to write rules, or a technical person who needs to support rules, this book is for you.</p>
<p>If you are looking for an introduction to rule engine technology, this book will satisfy your needs.</p>
<p>If you are a business user and want to write rules using Guvnor/JBoss IDE, this book will be suitable for you.</p>
<p>This book will also suit your need if you are a business user and want to understand what Drools can do and how it works, but would rather leave the implementation to a developer.</p></blockquote>
<hr /><span class="subheader">Author(s)</span></p>
<blockquote><p><strong>Paul Browne</strong><br />
Paul Browne&#8217;s first job was selling computers in France and things went steadily downhill from there. He spent millons on behalf of a UK telephone company&#8217;s procurement department and implemented direct marketing for a well-known Texan computer maker before joining the IT department of a company that builds bright red tractors and other seriously cool machines.</p>
<p>Paul then embraced his techie side (he was writing games in machine code from the age of 11) and started a consultancy that used IT to solve business problems for companies in the financial and public sectors in Ireland, UK , Belgium, and New Zealand. Eight years later, he now works with an Irish government agency that helps similar software companies to grow past their initial teething pains.</p>
<p>More formally, Paul has a bachelor&#8217;s degree in Business and French from the University of Ulster, a master&#8217;s degree in Advanced Software from UCD Dublin, a post-grad qualification in Procurement from the Chartered Institute of Procurement and Supply (UK), and will someday complete his ACCA financial exams.</p>
<p>Paul can be found on LinkedIn at <a href="http://www.linkedin.com/in/paulbrowne" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.linkedin.com');"> http://www.linkedin.com/in/paulbrowne </a>, and via the Red Piranha (Business knowledge) project at <a href="http://code.google.com/p/red-piranha/" onclick="javascript:pageTracker._trackPageview('/outbound/article/code.google.com');"> http://code.google.com/p/red-piranha/ </a>.</p></blockquote>
</td>
<td width="10"></td>
<td width="10"></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/business/workflow/2009/04/11/my-first-book-published-business-rules-with-jboss-drools/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Bizcamp Dublin Coverage on RTE News</title>
		<link>http://www.firstpartners.net/blog/aaa/2009/03/08/bizcamp-dublin-coverage-on-rte-news/</link>
		<comments>http://www.firstpartners.net/blog/aaa/2009/03/08/bizcamp-dublin-coverage-on-rte-news/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 20:54:12 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[aaa]]></category>
		<category><![CDATA[bizcamp]]></category>
		<category><![CDATA[Dublin]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[rte]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=629</guid>
		<description><![CDATA[In case you missed it, the Bizcamp Dublin coverage on the RTE news is available here.
]]></description>
			<content:encoded><![CDATA[<p>In case you missed it, the <a href="http://www.rte.ie/news/2009/0307/9news_av.html?2502913,null,230" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.rte.ie');" target="_blank">Bizcamp Dublin coverage on the RTE news is available here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/aaa/2009/03/08/bizcamp-dublin-coverage-on-rte-news/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What is Bizcamp Dublin and why you should go on the 7th March</title>
		<link>http://www.firstpartners.net/blog/location/dublin/2009/02/07/what-is-bizcamp-dublin-and-why-you-should-go-on-the-7th-march/</link>
		<comments>http://www.firstpartners.net/blog/location/dublin/2009/02/07/what-is-bizcamp-dublin-and-why-you-should-go-on-the-7th-march/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 19:49:59 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[Dublin]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Ireland]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[barcamp]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[bizcamp]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=627</guid>
		<description><![CDATA[Bizcamp is a conference (un-conference) for start-up companies and entrepreneurs. The conference will be held in Dublin, on 7 March with another event in Limerick on the 21st March.

BizCamp is an opportunity for entrepreneurs and innovators to come together, share experiences, and possibly create new value out of the day. It’ll be a chance to [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Arial;">Bizcamp is a conference (un-conference) for start-up companies and entrepreneurs. The conference will be held in Dublin, on 7 March with another event in Limerick on the 21st March.</span></p>
<p><a href="http://www.firstpartners.net/blog/wp-content/uploads/2009/02/bizcamp-logo.png" ><img class="alignnone size-full wp-image-628" title="bizcamp-logo" src="http://www.firstpartners.net/blog/wp-content/uploads/2009/02/bizcamp-logo.png" alt="" width="420" height="99" /></a></p>
<p><span style="font-family: Arial, sans-serif;">BizCamp is an opportunity for entrepreneurs and innovators to come together, share experiences, and possibly create new value out of the day. It’ll be a chance to meet up with people who’ve been there, done that and bought the t-shirt – members of the business community, VCs and investors, and representatives from the relevant state agencies. Lost your job or finding current market conditions tough? Come along to BizCamp, who knows what new opportunities might turn up?</span></p>
<p><span style="font-family: Arial, sans-serif;">People tend to associate *Camps with the Web and the tech start-ups, but our aim is to try and embrace as much of the Irish business community as possible. We want to see people from all streams – finance, operations, HR, legal, delivery specialists, R&amp;D, marketing – and yes, even tech! Ireland Inc. has a wealth of knowledge and acumen, more than enough to help us out of these troubled times. By attending (and, more importantly, contributing!) you can help make BizCamp the first “good news story” of the recession.</span></p>
<p><span style="font-family: Arial, sans-serif;">A full list of people already signed up to attend is available at</span></p>
<p><span style="color: #0000ff;"><span style="text-decoration: underline;"><span style="font-family: Arial, sans-serif;"><a href="http://www.bizcamp.ie/whos-attending/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bizcamp.ie');">http://www.bizcamp.ie/whos-attending/</a></span></span></span></p>
<p><span style="font-family: Arial, sans-serif;">Eircom, Bank of Ireland and other key digital companies will be sponsoring the event. The Bizcamp is being organised by a number of entrepreneurs who have businesses in the Leinster region, along with people active in the web from business and public sectors.</span></p>
<p><span style="font-family: Arial, sans-serif;">While most of the speaking slots are informal we are looking key business speakers for two panels on the day; Speakers should be recognizable figures, all with a good story to share. Suggested panel topics are raising funding and supports available for your business. A list of people already speaking at the event is online at </span><span style="color: #0000ff;"><span style="text-decoration: underline;"><span style="font-family: Arial, sans-serif;"><a href="http://www.bizcamp.ie/2009/01/speakers-sessions/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bizcamp.ie');">http://www.bizcamp.ie/2009/01/speakers-sessions/</a></span></span></span></p>
<p><span style="font-family: Arial, sans-serif;">Aside from the business networking available at the event, Speakers will have an opportunity to promote themselves and their business in a friendly Q&amp;A type session. If you think you&#8217;d have something to contribute to the panel,  please contact me (Paul) via the <a href="http://www.firstpartners.net/blog/contact-us/" >comment form</a> on this blog.</span></p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/location/dublin/2009/02/07/what-is-bizcamp-dublin-and-why-you-should-go-on-the-7th-march/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Irish Economy – Can us rats save the sinking ship?</title>
		<link>http://www.firstpartners.net/blog/business/government/2009/01/06/irish-economy-%e2%80%93-can-us-rats-save-the-sinking-ship/</link>
		<comments>http://www.firstpartners.net/blog/business/government/2009/01/06/irish-economy-%e2%80%93-can-us-rats-save-the-sinking-ship/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 19:38:36 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[Government]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[newry]]></category>
		<category><![CDATA[public sector]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=625</guid>
		<description><![CDATA[On the recent twelve pubs of Christmas event I had a discussion with the distinguished ex-president of the chamber of commerce (you know who you are – Graham!). Given this event involves 12 pubs , in one night, the following has been translated back into English. The main thread of the conversation is that only [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">On the recent twelve pubs of Christmas event I had a discussion with the distinguished ex-president of the chamber of commerce (you know who you are – Graham!). Given this event involves 12 pubs , in one night,<span> </span>the following has been translated back into English. The main thread of the conversation is that only us rats can save the sinking ship. Calling every person in Ireland a ‘rat’ perhaps isn’t good PR on my part, but it’s a good analogy for the current state of the Irish economy.</p>
<p class="MsoNormal"><a href="http://abcnews.go.com/Technology/Story?id=3905858&amp;page=2" onclick="javascript:pageTracker._trackPageview('/outbound/article/abcnews.go.com');" target="_blank"><img class="alignnone size-full wp-image-626" title="sinking-ship" src="http://www.firstpartners.net/blog/wp-content/uploads/2009/01/sinking-ship.jpg" alt="Ship Sinking" width="320" height="240" /></a></p>
<p class="MsoNormal">Now, I’ve been known to follow previous Government advice and ‘shop around’ for the best value (<a href="http://www.firstpartners.net/blog/location/dundalk/2008/06/26/you-know-the-irish-economy-is-hurting-when/" >including at the Quays in Newry</a>). However, if everybody follows this ‘me first’ approach we’ll be quickly in a race to be first to leave the sinking ship. But what if, instead of cutting and running, we stayed to plug the leaks in the Irish economy and kept it afloat?</p>
<p class="MsoNormal">The trouble in staying to plug the leaks is that this requires consensus that everybody helps out– and consensus is in short supply at the moment.<span> </span>All groups in Irish society are fighting to shift the inevitable pain of the recession on to somebody else.<span> </span>The lack of consensus is worsened by the fact that those who did well in the boom, and <span> </span>those seen to be responsible for the bust, are not necessarily those that are feeling the most pain right now. Without consensus, you’ll be left alone with your bailer as the water closes over your head.</p>
<div style="padding: 0cm 0cm 1pt; border: medium medium 2.25pt none none double -moz-use-text-color -moz-use-text-color windowtext;">
<p class="MsoNormal" style="border: medium none; padding: 0cm;">Consensus is not necessarily the same as partnership – it’s a <span> </span>broad understanding within Irish society <span> </span>of the way forward, accepting the pain <span> </span>that the steps to recovery will take. The cause for gloom is that in the 1980’s it took 7 years (until 1987) to get a similar understanding , and even then the pain wasn’t evenly felt. Some cause for optimism is that because Ireland is a small country, once consensus is reached, it can very effective (Exhibit B is the Celtic tiger years that followed before it morphed into a bubble around 2002-3).</p>
<p class="MsoNormal" style="border: medium none; padding: 0cm;">So , what’s it going to be – stay and float, or all sink on our own?</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/business/government/2009/01/06/irish-economy-%e2%80%93-can-us-rats-save-the-sinking-ship/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVP don&#8217;t want your money &#8211; but what can I do to help?</title>
		<link>http://www.firstpartners.net/blog/location/ireland/2008/12/03/svp-dont-want-your-money-but-what-can-i-do-to-help/</link>
		<comments>http://www.firstpartners.net/blog/location/ireland/2008/12/03/svp-dont-want-your-money-but-what-can-i-do-to-help/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 05:11:41 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[Ireland]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[charity]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=622</guid>
		<description><![CDATA[I&#8217;ve just tried to make a donation via the SVP website.
Unfortunately the site does not work with non IE Web browsers (such as Mozilla Firefox or Google Chrome). That means about 1/4 of the people wishing to donate are being locked out.

Normally at this point I&#8217;d rant about whatever corporate decision maker let this one [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just tried to make a donation via the <a href="http://www.svp.ie" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.svp.ie');">SVP </a>website.</p>
<p>Unfortunately the site does not work with non IE Web browsers (such as Mozilla Firefox or Google Chrome). That means about 1/4 of the people wishing to donate are being locked out.</p>
<p><a href="http://www.svp.ie" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.svp.ie');"><img class="alignnone size-full wp-image-623" title="svp-logo" src="http://www.firstpartners.net/blog/wp-content/uploads/2008/11/svp-logo.png" alt="" width="272" height="95" /></a></p>
<p>Normally at this point I&#8217;d rant about whatever corporate decision maker let this one through. But I&#8217;m just sad &#8211; a deserving charity, always stretched for cash,  is 25% down due to some simple (JavaScript) errors.</p>
<p>I&#8217;ve emailed the address given, but I&#8217;m likely to viewed as some random web lunatic (and maybe that&#8217;s not far from the truth). So what can I do to help? All suggestions welcome.</p>
<p><strong>Update</strong>: I got a fairly quick email back from SVP acknowledging the problem &#8211; better than many commercial organisations in that regard. But the question remains &#8211; how can somebody with technical skills volunteer to help a charity without coming across as a nutcase?</p>
<p><strong>Update 2</strong>: A further update from SVP within 10 days &#8211; test the site again &#8211; appears to work normally.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/location/ireland/2008/12/03/svp-dont-want-your-money-but-what-can-i-do-to-help/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Irish Voting meets the X-Factor</title>
		<link>http://www.firstpartners.net/blog/location/ireland/2008/11/29/irish-voting-meets-the-x-factor/</link>
		<comments>http://www.firstpartners.net/blog/location/ireland/2008/11/29/irish-voting-meets-the-x-factor/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 22:20:09 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[Government]]></category>
		<category><![CDATA[Ireland]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=621</guid>
		<description><![CDATA[Just watching the X-Factor (long story) and it hit me &#8211; the solution for Irish Democracy (or at least getting people to vote) is to merge it with the TV Show.

Even if the vote doesn&#8217;t go the way of the experts, the Judges get to save one option for the next week.
We get to vote every [...]]]></description>
			<content:encoded><![CDATA[<p>Just watching the <a href="http://xfactorblog.spaces.live.com/blog/cns!DD5CF35BC7717FA2!26300.entry#trackbackcns!DD5CF35BC7717FA2!26300" onclick="javascript:pageTracker._trackPageview('/outbound/article/xfactorblog.spaces.live.com');">X-Factor (long story)</a> and it hit me &#8211; <a href="http://www.firstpartners.net/blog/location/ireland/2008/06/10/lisbon-no-voter-converted-to-yes/"  target="_self">the solution for Irish Democracy</a> (or at least getting people to vote) is to merge it with the TV Show.</p>
<ul>
<li>Even if the vote doesn&#8217;t go the way of the experts, the Judges get to save one option for the next week.</li>
<li>We get to vote every week on more or less the same topic.</li>
<li>People pay to cast their vote by premium text line, SMS or Website. </li>
</ul>
<p>The X-Factor is incredibly popular in the UK , so there must be something to it. What do you think &#8211; Is fact stranger than fiction?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/location/ireland/2008/11/29/irish-voting-meets-the-x-factor/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Security in your Software-as-a-Service (SAAS) Application</title>
		<link>http://www.firstpartners.net/blog/business/security/2008/10/12/security-in-your-software-as-a-service-saas-application/</link>
		<comments>http://www.firstpartners.net/blog/business/security/2008/10/12/security-in-your-software-as-a-service-saas-application/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 14:36:04 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[enterprise web 2.0]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=617</guid>
		<description><![CDATA[&#8216;Credit Crunch&#8217; might be the favourite buzzword of the moment, but &#8216;Security&#8217; and &#8216;Software as a Service&#8217; are not very far behind. Ok, they&#8217;re a long way behind &#8216;will I lose my house&#8217; or &#8216;will I have a job tomorrow&#8217;, but you get the idea. So I&#8217;m proud to associated by this article by Max [...]]]></description>
			<content:encoded><![CDATA[<p>&#8216;Credit Crunch&#8217; might be the favourite buzzword of the moment, but &#8216;Security&#8217; and &#8216;Software as a Service&#8217; are not very far behind. Ok, they&#8217;re a long way behind &#8216;will I lose my house&#8217; or &#8216;will I have a job tomorrow&#8217;, but you get the idea. So I&#8217;m proud to associated by <a href="http://www.ibm.com/developerworks/library/j-saas/index.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ibm.com');" target="_blank">this article by Max and Chicco</a>, even in a very minor way (as a reviewer).</p>
<p><a href="http://www.firstpartners.net/blog/" ><img class="alignnone size-medium wp-image-618" title="ibm-logo" src="http://www.firstpartners.net/blog/wp-content/uploads/2008/10/ibm-logo-300x117.png" alt="IBM Developer works logo" width="300" height="117" /></a></p>
<p>Here&#8217;s the 2 minute overview of <a href="http://www.ibm.com/developerworks/library/j-saas/index.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ibm.com');" target="_blank">Securing a multi-tenant SAAS Appliction</a>, just published on IBM Developerworks.</p>
<ol>
<li>Software as a Service (SAAS) has a great pitch &#8211; let us host your software for you, cheaper and less hassle than managing it yourself.</li>
<li>Most SAAS companies host multiple clients on one server = New security concerns.</li>
<li>LDAP (Similar to Windows Directory) is a standard already in wide use for Authentication (making sure people who they say they are).</li>
<li>Spring Security (aka Acegi) is a well used Authorisation toolkit &#8211; i.e. make sure those people only do things they are allowed to do.</li>
<li>The article shows you how to bring SAAS , LDAP and Spring Security together to get secure, scalable , hosted applications using the very best in widely understood technologies.</li>
</ol>
<p>Of course, I&#8217;m not going to spill the beans on how exactly they do it; for that you&#8217;re going to have to hotfoot it over to the <a href="http://www.ibm.com/developerworks/library/j-saas/index.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ibm.com');" target="_blank">IBM Developerworks website.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/business/security/2008/10/12/security-in-your-software-as-a-service-saas-application/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Ireland&#8217;s chance to vote Obama or McCain</title>
		<link>http://www.firstpartners.net/blog/location/us/2008/10/06/irelands-chance-to-vote-obama-or-mccain/</link>
		<comments>http://www.firstpartners.net/blog/location/us/2008/10/06/irelands-chance-to-vote-obama-or-mccain/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 05:50:38 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[US]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=615</guid>
		<description><![CDATA[What if Ireland really did get a chance to vote Obama or McCain in the forthcoming US Presidential election? While this Irish Times article suggests that we&#8217;re more Memphis than Massachusetts (think about that &#8211; Dana as an Irish version of Sarah Palin), now we&#8217;re going to find out what would really happen if we [...]]]></description>
			<content:encoded><![CDATA[<p>What if Ireland really did get a chance to vote Obama or McCain in the forthcoming US Presidential election? While <a href="http://www.irishtimes.com/newspaper/opinion/2008/0917/1221599424403.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.irishtimes.com');" target="_blank">this Irish Times article suggests that we&#8217;re more Memphis than Massachusetts</a> (think about that &#8211; Dana as an Irish version of Sarah Palin), now we&#8217;re going to find out what would really happen if we got to vote.</p>
<p>No, I&#8217;ve not found some &#8216;back door&#8217; to allow us to take part, but the<a href="http://www.economist.com/vote2008/?source=hpevents" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.economist.com');" target="_blank"> Economist is running an online poll to find out what would happen if the US President was choosen by worldwide vote</a>.</p>
<p><a href="http://www.economist.com/vote2008/?source=hpevents" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.economist.com');" target="_blank"><img class="alignnone size-full wp-image-616" title="economist_us_president_worldwide_vote" src="http://www.firstpartners.net/blog/wp-content/uploads/2008/10/economist_us_president_worldwide_vote.jpg" alt="" width="500" height="431" /></a></p>
<p>Hmm &#8230; looks like Obama is leading 8,375 to 15. Those 15 come from Georgia (wondered what happened there recently) and Macedonia (next door to Kosovo with large scale Nato intervention).</p>
<p>Life&#8217;s unfair with McCain getting tarred with the legacy of 8 years of Bush. Especially after what happened him in the 2000 election (South Carolina Primary) where <a href="http://www.nytimes.com/2007/10/19/us/politics/19mccain.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.nytimes.com');" target="_blank">Bush hit him with some very low attack ads </a>alleging that McCains wife had an affair (in reality, the couple have a daughter adopted from overseas).</p>
<p><strong>Warning</strong>: This blog has <a href="http://www.firstpartners.net/blog/location/ireland/2008/06/10/lisbon-no-voter-converted-to-yes/"  target="_blank">a 100% failure rate</a> when it comes to forecasting politics.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/location/us/2008/10/06/irelands-chance-to-vote-obama-or-mccain/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Start your own business &#8211; DKIT &#8211; North East</title>
		<link>http://www.firstpartners.net/blog/location/dundalk/2008/09/16/start-your-own-business-dkit-north-east/</link>
		<comments>http://www.firstpartners.net/blog/location/dundalk/2008/09/16/start-your-own-business-dkit-north-east/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 05:26:37 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[Accounts]]></category>
		<category><![CDATA[Company]]></category>
		<category><![CDATA[Dundalk]]></category>
		<category><![CDATA[jobs]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=610</guid>
		<description><![CDATA[Apologies for not gettting this posted by the closing date. But the &#8216;closing&#8217; date on these things tend to be flexible, so if you&#8217;re interested if worth checking out the NEPP site. Mulley has already blogged about similar programmes at hothouse (docklands), sepp (south east) and m50 (Tallaght IT)  if you&#8217;re located outside of the North-East.
Our claim [...]]]></description>
			<content:encoded><![CDATA[<p>Apologies for not gettting this posted by the closing date. But the &#8216;closing&#8217; date on these things tend to be flexible, so if you&#8217;re interested if worth checking out the <a href="http://www.rdc.ie/cms/publish/article_111.shtml" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.rdc.ie');" target="_self">NEPP site</a>. Mulley has already blogged about similar programmes at <a href="http://www.mulley.net/2008/09/09/time-to-start-a-businesstime-to-upskill/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.mulley.net');" target="_blank">hothouse (docklands)</a>, <a href="http://www.mulley.net/2008/08/27/want-to-start-a-business-in-the-south-east/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.mulley.net');" target="_blank">sepp (south east)</a> and <a href="http://www.mulley.net/2008/08/25/m50-enterprise-programme-applications-sought/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.mulley.net');" target="_blank">m50 (Tallaght IT) </a> if you&#8217;re located outside of the North-East.</p>
<p>Our claim to fame is that FirstPartners.net went through this program in 2003. And failed. But failed quickly &#8211; we realised within months that the mad business idea (selling open source technology to accountants) wasn&#8217;t going anywhere. We were able to bring the lessons learned back into the main consulting business. Far better than a lingering , drawn out half-life.</p>
<p><a href="http://www.rdc.ie/cms/uploads/nepp08.pdf" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.rdc.ie');" target="_blank">More information is here (pdf format)</a></p>
<blockquote><p><strong>Enterprise Platform Programme</strong><br />
Enterprise Support for Innovative Knowledge based, High Tech and Information Technology Startups</p>
<p><em>Introduction<br />
</em>The Novation Enterprise Platform Programme (NEPP) is a programme of  support for graduate entrepreneurs with an innovative business idea in the Knowledge Based, High Tech or IT sectors.</p>
<p>The main objective of the programme is to develop the commercial and job creation potential of the participant businesses. The programme delivers comprehensive training in business and management to equip participants to successfully start up and manage a new business. The<br />
programme assists participants in the achievement of personal and business development goals in relation to the project. It also assists participants in the completion of market or technical feasibility studies and/or the preparation of a business plan.</p>
<p><em>Past Participants</em><br />
Since its conception in 2001, over 70 entrepreneurs have participated on the Programme. A survey conducted recently confirmed that over 54 businesses have been established by NEPP participants resulting in total employment of 311 people and sales of €27million per annum.<br />
Participants have also raised over €39 million in VC funds.</p>
<p> The programme will be managed by the Regional Development Centre, on the campus of Dundalk Institute of Technology. Participants may choose to be based in the professional, entrepreneurial environment of the Regional Development Centre, and will have access to the laboratories, equipment and resources of Dundalk Institute of Technology.</p>
<p>Eligible participants receive a consultancy / travel allowance of approximately €1150. Eligible participants may also apply for funding through Enterprise Ireland’s Commercialisation of Research and Development (CORD) grants, whereby they can receive up to 50% of their previous year’s verifiable income (the grant in total will be capped at a maximum of €38,000).</p></blockquote>
<p> </p>
<p>The Novation EPP is a comprehensive package of business development<br />
support including:</p>
<ul>
<li>Project management and on-going monitoring of progress</li>
<li>Travel / consultancy allowance</li>
<li>Structured business and enterprise training to develop the knowledge and skills necessary to start-up your own business.</li>
<li>Networking with entrepreneurs, industry practitioners, researchers and trainers. </li>
<li>Access to office space and specialist facilities, equipment and resources.</li>
<li>Mentoring system which provides one-to-one advice and guidance</li>
<li>Business Coaching which aims to optimise participants’ business performance</li>
<li>The programme will commence in Sept. 2008 and there will be regular formal reviews of participants’ progress.</li>
<li>Prize Fund. The 2008/09 programme introduces a prize fund for participants. Eligible businesses will be judged on a variety of criteria including best improvement, degree of innovation, presentation before a panel and performance at end of year tradeshow.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/location/dundalk/2008/09/16/start-your-own-business-dkit-north-east/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>java@cork 2008 – 1 day Java Conference</title>
		<link>http://www.firstpartners.net/blog/people/2008/08/21/javacork-2008-%e2%80%93-1-day-java-conference/</link>
		<comments>http://www.firstpartners.net/blog/people/2008/08/21/javacork-2008-%e2%80%93-1-day-java-conference/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 21:14:52 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Java Enterprise Edition]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[cork]]></category>
		<category><![CDATA[meetup]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=608</guid>
		<description><![CDATA[IT@Cork have got good speakers from Eclipse, Springsource and Sun, and a Bargain at 130 Euro .. More details are available here.

Java@cork 2008
Tuesday, September 9, Radisson SAS Hotel, Little Island, Cork
Featuring speakers from SpringSource, Sun Microsystems, Eclipse Foundation and much more…
Agenda

OSGI and the Enterprise Ben Hale, SpringSource
Lucene - Open Source Search Engine &#8211; Case Study, [...]]]></description>
			<content:encoded><![CDATA[<p>IT@Cork have got good speakers from Eclipse, Springsource and Sun, and a Bargain at 130 Euro .. <a href="http://www.itcork.ie/index.cfm?page=events&amp;eventId=122" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.itcork.ie');" target="_blank">More details are available here.</a></p>
<p><a href="http://www.firstpartners.net/blog/" ><img class="aligncenter size-full wp-image-609" title="logo" src="http://www.firstpartners.net/blog/wp-content/uploads/2008/08/logo.png" alt="IT at Cork Logo" width="185" height="85" /></a></p>
<p><strong>Java@cork 2008</strong></p>
<p>Tuesday, September 9, Radisson SAS Hotel, Little Island, Cork<br />
Featuring speakers from SpringSource, Sun Microsystems, Eclipse Foundation and much more…</p>
<p>Agenda</p>
<ul>
<li><strong>OSGI and the Enterprise</strong> Ben Hale, SpringSource</li>
<li><strong>Lucene </strong>- Open Source Search Engine &#8211; Case Study, Phil Corcoran, RR Donnelley</li>
<li><strong>Eclipse Verticals</strong> &#8211; From Open Source Consumption to Creation , Ralph Mueller, Director, Eclipse Foundation</li>
<li><strong>Leveraging Eclipse For Desktop Applications </strong>- Case Study, James Sugrue, Pilz Ireland</li>
<li><strong>Demo of Spring plugin tools for Eclipse</strong>, Jonas Partner, SpringSource</li>
<li><strong>Spring Integration</strong>, Jonas Partner, SpringSource</li>
<li><strong>SOA </strong>In Practice, Oisin Hurley, Iona Technologies</li>
<li><strong>The Future of Java for Rich Internet Applications</strong>, Simon Ritter, Sun Microsystems</li>
</ul>
<p>Fee: €80pp for members. €130pp for non members.  Students fee is €40.<br />
Registration:  email <a class="moz-txt-link-abbreviated" href="mailto:admin@itcork.ie">admin@itcork.ie</a> or visit <a class="moz-txt-link-abbreviated" href="http://www.itcork.ie/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.itcork.ie');">www.itcork.ie</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/people/2008/08/21/javacork-2008-%e2%80%93-1-day-java-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why corporates should blog &#8211; reason one (of many)</title>
		<link>http://www.firstpartners.net/blog/business/2008/08/18/why-corporates-should-blog-reason-one-of-many/</link>
		<comments>http://www.firstpartners.net/blog/business/2008/08/18/why-corporates-should-blog-reason-one-of-many/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 04:45:39 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Company]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[offshore]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=607</guid>
		<description><![CDATA[I recently got into a conversation about corporate blogging. The sort of conversation that starts with &#8216;what is a blog?&#8217; and ends with &#8216;it&#8217;ll never work here&#8217;. And, as always, the killer argument for corporate blogging popped into my head 5 minutes too late.

A tractor in a field yesterday
Many years ago, I used to work [...]]]></description>
			<content:encoded><![CDATA[<p>I recently got into a conversation about corporate blogging. The sort of conversation that starts with &#8216;what is a blog?&#8217; and ends with &#8216;it&#8217;ll never work here&#8217;. And, as always, the killer argument for corporate blogging popped into my head 5 minutes too late.</p>
<p style="text-align: center;"><a href="http://www.equipmentlocator.com/asp/eDetails.aspx?eqID=182917&amp;appMode=CIHAll&amp;eID=1&amp;loc=eu-en&amp;close=Y" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.equipmentlocator.com');" target="_blank"><img class="alignnone size-full wp-image-606 aligncenter" title="case-tractor" src="http://www.firstpartners.net/blog/wp-content/uploads/2008/08/case-tractor.jpg" alt="" width="413" height="309" /></a></p>
<p style="text-align: center;"><strong>A tractor in a field yesterday</strong></p>
<p>Many years ago, I used to work for Case, the company that builds big red tractors. It was great work, especially as people understood what you did &#8211; none of this &#8216;I work in computers&#8217; malarchy. Only problem was that we were working in Navan Ireland, with most of our colleagues based in Racine, just north of Chicago.</p>
<p>Not too much of a problem for the first 15 or so people &#8211; people who worked out of Chicago for the first 4 or 5 months. We were able to build up personal relationships with a colleagues. We could ask later &#8216;how are the kids?&#8217; or &#8216;are you still playing football?&#8217;. Small things, but make the real work discussions a lot easier.</p>
<p>The problem came with employees 15-100 &#8211; the ones that didn&#8217;t spend any amount of time in the US. Technically great people, but didn&#8217;t &#8216;click&#8217; in the same way with Chicago. As a result, small misunderstandings became big misunderstandings, and projects got delayed.</p>
<p><strong>And that&#8217;s where corporate blogging comes in. It allows people in far flung offices to connect.</strong> Doesn&#8217;t matter what you blog about &#8211; personal life, or some small project that&#8217;s happening in your local office. Chances are somebody else in the company will pick up on it and vital connections will be made.</p>
<p>And if you&#8217;re in the market for a big red tractor, click on the photo above. 125 BHP, Diesel Engine, a bargain at 16,500 Euro.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/business/2008/08/18/why-corporates-should-blog-reason-one-of-many/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Economic Crisis, from the horses mouth</title>
		<link>http://www.firstpartners.net/blog/business/2008/08/11/the-economic-crisis-from-the-horses-mouth/</link>
		<comments>http://www.firstpartners.net/blog/business/2008/08/11/the-economic-crisis-from-the-horses-mouth/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 04:30:01 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[economy]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=604</guid>
		<description><![CDATA[Heard on the Doirt
Girl 1: I can&#8217;t believe my car is only worth 15 thousand but the car loan is still 20. It&#8217;s so unfair.
Girl 2: What colour is it?
Girl 1: Red
Girl 2: That&#8217;s ok then.
And women are normally more careful with money. We&#8217;re all doomed.
]]></description>
			<content:encoded><![CDATA[<p>Heard on the Doirt</p>
<blockquote><p>Girl 1: I can&#8217;t believe my car is only worth 15 thousand but the car loan is still 20. It&#8217;s so unfair.</p>
<p>Girl 2: What colour is it?</p>
<p>Girl 1: Red</p>
<p>Girl 2: That&#8217;s ok then.</p></blockquote>
<p>And women are normally more careful with money. We&#8217;re all doomed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/business/2008/08/11/the-economic-crisis-from-the-horses-mouth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Steps to GTD: Time management for really, really busy people</title>
		<link>http://www.firstpartners.net/blog/aaa/2008/08/04/time-management-for-really-really-busy-people/</link>
		<comments>http://www.firstpartners.net/blog/aaa/2008/08/04/time-management-for-really-really-busy-people/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 04:00:54 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[aaa]]></category>
		<category><![CDATA[gtd]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=601</guid>
		<description><![CDATA[Stressed? No time to talk to people? Losing sleep over tomorrow&#8217;s work? You don&#8217;t have a lot of time to read this, so I&#8217;ll keep this short.

Have a task / todo list. On Outlook , Excel , wiki or paper. Daily, pick off most important tasks and allocate time for them on your calendar.
Schedule your time in some [...]]]></description>
			<content:encoded><![CDATA[<p>Stressed? No time to talk to people? Losing sleep over tomorrow&#8217;s work? You don&#8217;t have a lot of time to read this, so I&#8217;ll keep this short.</p>
<ol>
<li><strong>Have a task / todo list</strong>. On Outlook , Excel , wiki or paper. Daily, pick off most important tasks and allocate time for them on your calendar.</li>
<li><strong>Schedule your time in some sort of calendar.</strong> Use Outlook, Google Calendar , Mozilla Lightening or even a paper diary. Keep about 1/3rd free for the unexpected. Timeslots no shorter than 30 minutes; bunch smaller todo&#8217;s together to make up. Set your mail program to <span style="color: #000080;"><em>show first your calendar</em></span> and not your email &#8211; that way your daily agenda is set by your plans, not somebody else.</li>
<li><strong>Clear mail inbox twice a day (and only twice a day).</strong> Do same for phone calls (using voicemail) if that&#8217;s disrupting you too much. Only touch mails once: delete, respond, or make room on calendar / tasklist (action).</li>
</ol>
<p>Adjust steps 1,2, and 3 as required. Get as fancy or as simple as you want.  Don&#8217;t aim for perfect, so you&#8217;ll be flexible enough when you need to change. <strong>Works for me. What works for you?</strong></p>
<p>And yes, it&#8217;s probably already covered in &#8216;<a href="http://www.amazon.co.uk/Getting-Things-Done-Stress-free-Productivity/dp/0749922648" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.amazon.co.uk');" target="_blank">Getting things done</a>&#8216;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/aaa/2008/08/04/time-management-for-really-really-busy-people/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dear Mr LinkedIn, will you show me yours if I show you mine?</title>
		<link>http://www.firstpartners.net/blog/people/2008/07/28/dear-mr-linkedin-will-you-show-me-yours-if-i-show-you-mine/</link>
		<comments>http://www.firstpartners.net/blog/people/2008/07/28/dear-mr-linkedin-will-you-show-me-yours-if-i-show-you-mine/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 05:00:36 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[People]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=598</guid>
		<description><![CDATA[I like LInkedIn a lot, and have written about the business social networking tool before, so I&#8217;m not going to repeat myself.
There is one small change I&#8217;d like them to make &#8211; you have only the black or white option of either showing , or hiding your connections.

I think there should be a third option: [...]]]></description>
			<content:encoded><![CDATA[<p>I like <a href="http://www.google.ie/search?q=site%3Afirstpartners.net+linkedin&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-GB:official&amp;client=firefox-a" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.ie');" target="_blank">LInkedIn a lot, and have written about the business social networking tool before, so I&#8217;m not going to repeat myself</a>.</p>
<p>There is one small change I&#8217;d like them to make &#8211; you have <strong>only the black or white option of either showing , or hiding your connections</strong>.</p>
<p><a href="http://www.firstpartners.net/blog/" ><img class="alignnone size-full wp-image-599" title="linkedin" src="http://www.firstpartners.net/blog/wp-content/uploads/2008/07/linkedin.jpg" alt="" width="582" height="215" /></a></p>
<p>I think <strong>there should be a third option: &#8216;Show mine if you show me yours&#8217;.</strong> I&#8217;ve only met a handful of people that hide their connections; I&#8217;m still happy to connect to them &#8211; I typically scan my LinkedIn list when asked to recommend people. But there&#8217;s no incentive for them to open their list &#8211; they get a free ride no matter what they choose.</p>
<p>It may be co-incidence, but <strong>all</strong> of the people with hidden connections make their living from their professional network (e.g. recruiters, high end management consultants).</p>
<p>What do you think? Are these people being business savvy, or just parasites stealing our networking time?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/people/2008/07/28/dear-mr-linkedin-will-you-show-me-yours-if-i-show-you-mine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Toddle &#8211; Drogheda man about to take over the world</title>
		<link>http://www.firstpartners.net/blog/location/drogheda/2008/07/15/toddle-drogheda-man-about-to-take-over-the-world/</link>
		<comments>http://www.firstpartners.net/blog/location/drogheda/2008/07/15/toddle-drogheda-man-about-to-take-over-the-world/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 06:44:35 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[Drogheda]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=596</guid>
		<description><![CDATA[I thought I was good at shameless self publicity. But Alan O&#8217;Rourke is even better at it. And he&#8217;s got a great business idea in Toddle (a very easy to use tool that allows people to send out dramatic, relevant emails).

The above picture is from the Irish Independent writeup on Toddle. And if you want [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I was good at shameless self publicity. But Alan O&#8217;Rourke is even better at it. And he&#8217;s got a great business idea in <a href="http://www.toddle.us/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.toddle.us');" target="_blank">Toddle </a>(a very easy to use tool that allows people to send out dramatic, relevant emails).<br />
<a href="http://www.spoiltchild.com/pinstripe/article/toddle-part-of-a-brave-new-wave-of-irish-technology-start-ups" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.spoiltchild.com');" target="_blank"><img src="http://www.independent.ie/multimedia/archive/00190/toddle_190634t.jpg" alt="Toddle - Alan O Rourke" width="294" height="204" /></a></p>
<p>The above picture is from the <a href="http://www.independent.ie/business/technology/meet-the-brave-new-wave-of-irish-technology-startups-1430667.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.independent.ie');" target="_blank">Irish Independent writeup on Toddle</a>. And if you want to check out Alan&#8217;s mad-take-over-the-world-ideas , <a href="http://www.spoiltchild.com/pinstripe/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.spoiltchild.com');" target="_blank">he blogs at PinStripe</a>.</p>
<p>I&#8217;ll almost forgive him for being from &#8216;the faaaaaar soide&#8217; &#8211; that&#8217;s the Meath side of Drogheda if you don&#8217;t follow our local tradition of ignoring people from the other side of the River Boyne.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/location/drogheda/2008/07/15/toddle-drogheda-man-about-to-take-over-the-world/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>And now for something completely different</title>
		<link>http://www.firstpartners.net/blog/business/enterprise/2008/07/08/and-now-for-something-completely-different/</link>
		<comments>http://www.firstpartners.net/blog/business/enterprise/2008/07/08/and-now-for-something-completely-different/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 06:16:40 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[Company]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[jobs]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=593</guid>
		<description><![CDATA[I&#8217;ve been very lucky in the 9 years that I&#8217;ve been working for myself. Lucky in the opportunities to travel and the people that I&#8217;ve met. Lucky in I&#8217;m doing something I love &#8211; playing with and building the latest technologies.  Lucky on the financial side of things that it&#8217;s given me a wide range [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been very lucky in the 9 years that I&#8217;ve been working for myself. Lucky in the opportunities to travel and the people that I&#8217;ve met. Lucky in I&#8217;m doing something I love &#8211; playing with and building the latest technologies.  Lucky on the financial side of things that it&#8217;s given me a wide range of choices.</p>
<p><a href="http://en.wikipedia.org/wiki/And_Now_for_Something_Completely_Different" onclick="javascript:pageTracker._trackPageview('/outbound/article/en.wikipedia.org');" target="_blank"><img class="alignnone size-full wp-image-594" title="monty-python-announce" src="http://www.firstpartners.net/blog/wp-content/uploads/2008/07/monty-python-announce.jpg" alt="" width="360" height="254" /></a></p>
<p>So, it&#8217;s surprised the people I&#8217;ve told that I&#8217;m now going to be doing something completely different.</p>
<p><strong>Why?</strong><br />
No it&#8217;s not the economy. I can see the effects of the slowdown but I&#8217;m one of the most &#8216;low maintenance&#8217; people I know (anybody who lives in Drogheda and drives a &#8216;98 Toyota isn&#8217;t exactly into bling!) I&#8217;d be ok. And the uptick (in 18months &#8211; 2 years time) is the most profitable bit of the economic cycle.</p>
<p>No , it&#8217;s not through lack of clients. One of the most painful parts of the decision have been the 3 prospective projects that I&#8217;ve had to turn down. The sort of ideal projects that I&#8217;d working to land for the previous 2 years.</p>
<p>No, it&#8217;s not through lack of choices. Two other &#8216;life changing&#8217; choices I had to turn down were to scale inside a well known consultancy, or specialise in one tool and go international (you know who you are guys, thanks for making the final decision so hard <img src='http://www.firstpartners.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong>So why then?</strong><br />
The basic reason is that I&#8217;m enjoying this now (as in big smile on Monday mornings), but can see that I might not be enjoying it in 3 years time. And chances like this one don&#8217;t come along every day. That, and I&#8217;m fascinated by the new area and people that these guys are working with.</p>
<p><strong>And what you&#8217;re doing is?</strong><br />
This is a big change for me, so a bit nervous about it and will blog about the new job (and it is very much a job, rather than being self-employed) in due course. It will either be the very best, or very worst thing that I&#8217;ve done.</p>
<p>Luckily it&#8217;s still dealing with <strong>People and Technology</strong> so no need to change the blog title &#8230; and I&#8217;m still a techie at heart (in that I&#8217;ll play with the stuff even if I&#8217;m not paid to) so expect more in that area!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/business/enterprise/2008/07/08/and-now-for-something-completely-different/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>CV as TagCloud</title>
		<link>http://www.firstpartners.net/blog/business/cv-2/2008/07/02/cv-as-tagcloud/</link>
		<comments>http://www.firstpartners.net/blog/business/cv-2/2008/07/02/cv-as-tagcloud/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 23:13:51 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[CV]]></category>
		<category><![CDATA[jobs]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=588</guid>
		<description><![CDATA[Idea from Elly and Robin.

From Wordle (a beautiful Java Applet)
]]></description>
			<content:encoded><![CDATA[<p>Idea from <a href="http://blog.ellybabes.com/2008/06/28/resume-tag-cloud/" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog.ellybabes.com');" target="_blank">Elly </a>and <a href="http://www.bytesurgery.com/blog/2008/06/27/employ-me-based-on-my-tag-cloud/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bytesurgery.com');" target="_blank">Robin</a>.</p>
<p><a href="www.firstpartners.net/blog"><img class="alignnone size-full wp-image-589" title="cv-tag-cloud" src="http://www.firstpartners.net/blog/wp-content/uploads/2008/06/cv-tag-cloud.jpg"  alt="" width="500" height="267" /></a></p>
<p>From <a href="http://wordle.net/" onclick="javascript:pageTracker._trackPageview('/outbound/article/wordle.net');" target="_blank">Wordle (a beautiful Java Applet)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/business/cv-2/2008/07/02/cv-as-tagcloud/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Collective Intelligence in Action</title>
		<link>http://www.firstpartners.net/blog/business/knowledge-management/2008/06/30/collective-intelligence-in-action/</link>
		<comments>http://www.firstpartners.net/blog/business/knowledge-management/2008/06/30/collective-intelligence-in-action/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 23:05:19 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[EnterpriseWeb2.0]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[RedPiranha]]></category>
		<category><![CDATA[Technorati]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[drools]]></category>
		<category><![CDATA[enterprise web 2.0]]></category>
		<category><![CDATA[web2]]></category>
		<category><![CDATA[whitepaper]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=582</guid>
		<description><![CDATA[Don&#8217;t you hate it when you spend months (or years) working on a pet project / book / mad take over the world idea, then somebody comes out with something even better?
Yep, it&#8217;s just happened to me. Years working on the idea of the &#8216;Wisdom of Crowds&#8217; (even prior to web 2.0 in the shape [...]]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t you hate it when you spend months (or years) working on a pet project / book / mad take over the world idea, then somebody comes out with something even better?</p>
<p>Yep, it&#8217;s just happened to me. Years working on the idea of the &#8216;Wisdom of Crowds&#8217; (even prior to web 2.0 in the shape of <a href="http://red-piranha.sourceforge.net" onclick="javascript:pageTracker._trackPageview('/outbound/article/red-piranha.sourceforge.net');" target="_blank">Red-Piranha</a>). Month&#8217;s working on a <a href="http://www.firstpartners.net/whitepapers/msc-financial-knowledge-capture-web2-rules-workflow-search.pdf" onclick="javascript:pageTracker._trackPageview('/downloads/whitepapers/msc-financial-knowledge-capture-web2-rules-workflow-search.pdf');" target="_blank">Masters Dissertation on applying Web 2 techniques to the Finance industry (pdf link)</a>. And somebody comes out and does it even better.</p>
<p>Not just better. But much much better.  The sort of better as in &#8216;If I had this earlier, I&#8217;d have just copied it and changed the words around a bit&#8217;. The book is available from Manning as &#8216;<a href="http://www.manning.com/alag/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.manning.com');" target="_blank">Collective Intelligence in Action</a>&#8216;. A free, first chapter (<a href="http://www.manning-source.com/books/alag/alag_meapch1.pdf" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.manning-source.com');" target="_blank">Understanding Collective Intelligence) is available here (pdf</a>).</p>
<p><a rel="attachment wp-att-583" href="http://www.firstpartners.net/blog/business/knowledge-management/2008/06/30/collective-intelligence-in-action/attachment/ciia-cover/" ><img class="alignnone size-full wp-image-583" title="ciia-cover" src="http://www.firstpartners.net/blog/wp-content/uploads/2008/06/ciia-cover.jpg" alt="Collective Intelligence in Action" width="150" height="188" /></a></p>
<p><strong>So what&#8217;s it about? </strong>We&#8217;ve all heard about the <a href="http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html?page=3" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.oreillynet.com');" target="_blank">Wisdom of Crowds </a>idea. But what if you need to actually implement it on your website? This book shows you how to (using both concepts and practical code, as well as the theory behind all of it that I was missing). It includes</p>
<ul>
<li>Intelligent, learning search, using Lucene.</li>
<li>Extracting data from blogs using web-crawling.</li>
<li>Executing Real time feedback on facebook-like sites.</li>
<li>Scalable data-mining techniques to manage the torrent of information</li>
<li>Making personalised recommendations based on all of the information.</li>
</ul>
<p><strong>Disclaimer</strong>:Manning provided me with a free review copy of the book &#8211; but no strings attached. And , maybe if I&#8217;m nice enough to the Author (Satnam), I can persuade him to talk about <a href="http://www.firstpartners.net/blog/business/it/2007/11/28/pigeons-complex-event-processing-and-how-to-make-millions-with-jboss-drools/" >making millions using JBoss Drools and Complex Event processing</a> in the book.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/business/knowledge-management/2008/06/30/collective-intelligence-in-action/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Solution to Dublin Parking Crisis found</title>
		<link>http://www.firstpartners.net/blog/location/belfast/2008/06/27/solution-to-dublin-parking-crisis-found/</link>
		<comments>http://www.firstpartners.net/blog/location/belfast/2008/06/27/solution-to-dublin-parking-crisis-found/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 23:05:18 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[Belfast]]></category>
		<category><![CDATA[bbc]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=586</guid>
		<description><![CDATA[From the BBC.

The best quote from the news report:
The driver of the Lexus declined to be interviewed.
]]></description>
			<content:encoded><![CDATA[<p>From the <a href="http://news.bbc.co.uk/1/hi/northern_ireland/7472490.stm" onclick="javascript:pageTracker._trackPageview('/outbound/article/news.bbc.co.uk');" target="_blank">BBC</a>.</p>
<p><a href="http://www.firstpartners.net/blog/" ><img class="alignnone size-full wp-image-587" title="lexus-parking" src="http://www.firstpartners.net/blog/wp-content/uploads/2008/06/lexus-parking.jpg" alt="How not to park your Lexus" width="415" height="216" /></a></p>
<p>The best quote from the news report:</p>
<blockquote><p>The driver of the Lexus declined to be interviewed.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/location/belfast/2008/06/27/solution-to-dublin-parking-crisis-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You know the Irish Economy is hurting when &#8230;</title>
		<link>http://www.firstpartners.net/blog/location/dundalk/2008/06/26/you-know-the-irish-economy-is-hurting-when/</link>
		<comments>http://www.firstpartners.net/blog/location/dundalk/2008/06/26/you-know-the-irish-economy-is-hurting-when/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 07:11:37 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dundalk]]></category>
		<category><![CDATA[newry]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=584</guid>
		<description><![CDATA[You know the Irish Economy is hurting when Sainsbury&#8217;s Supermarket in Newry (in Northern Ireland) has to close it&#8217;s doors at 7.30pm on a Saturday due to too many shoppers from the south trying to get in.

For those of you that don&#8217;t understand the above line: It&#8217;s unusual for an island as small as Ireland [...]]]></description>
			<content:encoded><![CDATA[<p>You know the Irish Economy is hurting when Sainsbury&#8217;s Supermarket in Newry (in Northern Ireland) has to close it&#8217;s doors at 7.30pm on a Saturday <strong>due to too many shoppers from the south trying to get in</strong>.</p>
<p><a href="http://www.firstpartners.net/blog/" ><img class="alignnone size-full wp-image-585" title="quays-logo" src="http://www.firstpartners.net/blog/wp-content/uploads/2008/06/quays-logo.jpg" alt="" width="140" height="84" /></a></p>
<p><strong>For those of you that don&#8217;t understand the above line</strong>: It&#8217;s unusual for an island as small as Ireland to be blessed / cursed with an international border running through the middle. Bad for politics , good for shoppers as it&#8217;s much cheaper to travel from the southern part (in the Euro zone) to the northern bit (where they use Sterling) to save up to half on your weekly grocery bill.</p>
<p>Travel to Sainsbury&#8217;s supermarket in Newry on the last Saturday before Christmas and you&#8217;ll see something just short of a riot as southern punters fight over the last bottle of (cheap) beer. But they&#8217;ve never closed the door due to too many people before &#8211; which is what happened last Saturday evening. Even more unusual in that June / July are normally very quiet months for shopping in the North.</p>
<p><strong>Now discuss (in less than 100 words): Did this happen because &#8230;</strong></p>
<ol>
<li>Irish people are fed up with rip off prices in Dublin and are finally voting with their feet?</li>
<li>There&#8217;s a lot of hidden pain out there &#8211; people with no money but desperate to &#8216;keep up appearances&#8217;?</li>
<li>Both of the above</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/location/dundalk/2008/06/26/you-know-the-irish-economy-is-hurting-when/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How NOT to do Web 2.0 &#8211; No Cork is not near Drogheda</title>
		<link>http://www.firstpartners.net/blog/location/ireland/2008/06/23/how-not-to-do-web-20-no-cork-is-not-near-drogheda/</link>
		<comments>http://www.firstpartners.net/blog/location/ireland/2008/06/23/how-not-to-do-web-20-no-cork-is-not-near-drogheda/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 05:00:11 +0000</pubDate>
		<dc:creator>Paul Browne</dc:creator>
				<category><![CDATA[Drogheda]]></category>
		<category><![CDATA[Ireland]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web2Ireland]]></category>
		<category><![CDATA[cork]]></category>
		<category><![CDATA[web2]]></category>

		<guid isPermaLink="false">http://www.firstpartners.net/blog/?p=577</guid>
		<description><![CDATA[Web 2.0 is great &#8211; it allows users to get involved on your website.
Allthetopbananas.com shows not how to do it. Just be lazy and not bother to tell your website that Cork is not near Drogheda (for our non-Irish-based readers, they&#8217;re at opposite ends of the country, about a 4-5hr commute!).
Why should I bother to [...]]]></description>
			<content:encoded><![CDATA[<p>Web 2.0 is great &#8211; it allows users to get involved on your website.</p>
<p><a href="http://www.allthetopbananas.com/Jobs/County+Louth/Drogheda/?browsetownid=32044" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.allthetopbananas.com');">Allthetopbananas.com</a><strong> shows not how to do it. Just be lazy</strong> and not bother to tell your website that Cork is not near Drogheda (for our non-Irish-based readers, they&#8217;re at opposite ends of the country, about a 4-5hr commute!).</p>
<p>Why should I bother to report to you that &#8216;Cork is not Drogheda&#8217; if you haven&#8217;t done your basic research and looked at the map? <strong>Save your &#8216;wisdom of crowds&#8217; stuff for items that you can&#8217;t find anywhere else.</strong></p>
<p><a href="http://www.firstpartners.net/blog/wp-content/uploads/2008/06/cork-not-near-drogheda1.jpg" ><img class="alignnone size-full wp-image-579" title="cork-not-near-drogheda1" src="http://www.firstpartners.net/blog/wp-content/uploads/2008/06/cork-not-near-drogheda1.jpg" alt="" width="499" height="154" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.firstpartners.net/blog/location/ireland/2008/06/23/how-not-to-do-web-20-no-cork-is-not-near-drogheda/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
