<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Business Process Management with JBoss jBPM: A Practical Guide for Business Analysts</title>
	<atom:link href="http://www.shop4palmer.com/business-process-management-with-jboss-jbpm-a-practical-guide-for-business-analysts/feed" rel="self" type="application/rss+xml" />
	<link>http://www.shop4palmer.com/business-process-management-with-jboss-jbpm-a-practical-guide-for-business-analysts</link>
	<description></description>
	<lastBuildDate>Sat, 13 Mar 2010 08:02:54 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: D. SALTER</title>
		<link>http://www.shop4palmer.com/business-process-management-with-jboss-jbpm-a-practical-guide-for-business-analysts/comment-page-1#comment-28</link>
		<dc:creator>D. SALTER</dc:creator>
		<pubDate>Tue, 02 Mar 2010 02:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://shop4palmer.com/business-process-management-with-jboss-jbpm-a-practical-guide-for-business-analysts#comment-28</guid>
		<description>This book is described as A Practical Guide for Business Analysts and is intended for Business Analysts who are not familiar with, or who are new to the JBoss jBPM system.
&lt;br /&gt;
&lt;br /&gt;The book takes an iterative approach to Business Process Management (BPM) and starts by describing why we might need BPM and what its benefits to an organization might be. The first chapter of the book continues to describe some scenarios where BPM is expected to be beneficial to a company (for example &quot;Processes are carried out in disparate teams&quot; and where BPM would not be used (for example where it would impose a disproportionate burden on a small business). Chapter 1 ends by introducing a suggested six-phase project lifecycle, which is described within the remaining chapters in the book. 
&lt;br /&gt;
&lt;br /&gt;The first stage of implementing BPM describes how to set up a BPM project and includes details on Project Initiation Documents, scoping the process, process analysis and scoping out the process workflow. Sample activity diagrams and project documentation (e.g. RACI matrices) are provided as examples. 
&lt;br /&gt;
&lt;br /&gt;After describing the business process, the book details how to model the process using JBoss jBPM including details of how to install the jBPM engine, the JBoss application Server and the jBPM designer. The jBPM designer is an Eclipse plugin, so some readers of the book may already be familiar with this application. It should be stated however that the target audience for this book is not software developers, but Business Analysts (although there are sections within the book on how to customise jBPM processes using Java code). This section on implementing a process using JBoss jBPM is one of the larger chapters in the book and covers details of jPDL (Process Definition Language). As with the rest of the book, this is described in a clear and easy to understand tutorial approach that should provide the readers with sufficient information to build their own processes after completing the book. 
&lt;br /&gt;
&lt;br /&gt;In order to deploy and test the business process on JBoss jBPM, a user interface is required which is the subject of the next chapter in the book. This chapter described how web based user interfaces can be automatically generated from within the process editor and then customised by a business analyst. The web based user interfaces are defined using Java Server Faces (JSF) with the Facelets view technology. The book does not go into great depth about either of these technologies, rather it assumes the Business Analyst will be making minor modifications to these pages. 
&lt;br /&gt;
&lt;br /&gt;The sample process within the book is developed and deployed onto a standalone JBoss workstation. Details are provided however on how to deploy the project onto a production server using a production ready database. 
&lt;br /&gt;
&lt;br /&gt;Sometimes within a business process it is necessary to invoke custom actions that can be developed using Java code. A brief description is provided showing how to develop a custom action to extract data from a process and insert it into a separate database. This is provided as an overview of how custom actions can be developed, however the focus of the book is on developing and deploying business processes in an iterative manner rather than on in depth analysis of the Java code required to develop custom actions. 
&lt;br /&gt;
&lt;br /&gt;Finally the book concludes with details of how process monitoring can be achieved using the SeeWhy business intelligence platform. 
&lt;br /&gt;
&lt;br /&gt;This book follows a tutorial style approach describing an iterative procedure for developing BPM applications deployed to the JBoss jBPM engine. The book takes the reader through the whole project lifecycle, from identifying target processes, building prototypes and finally getting project sign-off. The style of the book is easy to read whilst still remaining informative. This book is recommended for Business Analysts using or looking to use the JBoss jBPM suite of tools
Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>This book is described as A Practical Guide for Business Analysts and is intended for Business Analysts who are not familiar with, or who are new to the JBoss jBPM system.</p>
<p>The book takes an iterative approach to Business Process Management (BPM) and starts by describing why we might need BPM and what its benefits to an organization might be. The first chapter of the book continues to describe some scenarios where BPM is expected to be beneficial to a company (for example &#8220;Processes are carried out in disparate teams&#8221; and where BPM would not be used (for example where it would impose a disproportionate burden on a small business). Chapter 1 ends by introducing a suggested six-phase project lifecycle, which is described within the remaining chapters in the book. </p>
<p>The first stage of implementing BPM describes how to set up a BPM project and includes details on Project Initiation Documents, scoping the process, process analysis and scoping out the process workflow. Sample activity diagrams and project documentation (e.g. RACI matrices) are provided as examples. </p>
<p>After describing the business process, the book details how to model the process using JBoss jBPM including details of how to install the jBPM engine, the JBoss application Server and the jBPM designer. The jBPM designer is an Eclipse plugin, so some readers of the book may already be familiar with this application. It should be stated however that the target audience for this book is not software developers, but Business Analysts (although there are sections within the book on how to customise jBPM processes using Java code). This section on implementing a process using JBoss jBPM is one of the larger chapters in the book and covers details of jPDL (Process Definition Language). As with the rest of the book, this is described in a clear and easy to understand tutorial approach that should provide the readers with sufficient information to build their own processes after completing the book. </p>
<p>In order to deploy and test the business process on JBoss jBPM, a user interface is required which is the subject of the next chapter in the book. This chapter described how web based user interfaces can be automatically generated from within the process editor and then customised by a business analyst. The web based user interfaces are defined using Java Server Faces (JSF) with the Facelets view technology. The book does not go into great depth about either of these technologies, rather it assumes the Business Analyst will be making minor modifications to these pages. </p>
<p>The sample process within the book is developed and deployed onto a standalone JBoss workstation. Details are provided however on how to deploy the project onto a production server using a production ready database. </p>
<p>Sometimes within a business process it is necessary to invoke custom actions that can be developed using Java code. A brief description is provided showing how to develop a custom action to extract data from a process and insert it into a separate database. This is provided as an overview of how custom actions can be developed, however the focus of the book is on developing and deploying business processes in an iterative manner rather than on in depth analysis of the Java code required to develop custom actions. </p>
<p>Finally the book concludes with details of how process monitoring can be achieved using the SeeWhy business intelligence platform. </p>
<p>This book follows a tutorial style approach describing an iterative procedure for developing BPM applications deployed to the JBoss jBPM engine. The book takes the reader through the whole project lifecycle, from identifying target processes, building prototypes and finally getting project sign-off. The style of the book is easy to read whilst still remaining informative. This book is recommended for Business Analysts using or looking to use the JBoss jBPM suite of tools<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Driver</title>
		<link>http://www.shop4palmer.com/business-process-management-with-jboss-jbpm-a-practical-guide-for-business-analysts/comment-page-1#comment-27</link>
		<dc:creator>Jesse Driver</dc:creator>
		<pubDate>Tue, 02 Mar 2010 00:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://shop4palmer.com/business-process-management-with-jboss-jbpm-a-practical-guide-for-business-analysts#comment-27</guid>
		<description>This book really helped me understand more about jBPM. However, I tried to implement the example and it only worked partially. After some time with help from folks on the jBPM user forum I was able to login using the accounts from the demo sql scripts, but have not been able to get the tasks forms to come up for that user.
&lt;br /&gt;
&lt;br /&gt;The jbpm console is very different from the book even though the publication date is less than one year back. I&#039;ve posted alot of questions to the publisher but have received no responses.
&lt;br /&gt;
&lt;br /&gt;I think I will continue to try and get this to work but wish the author would publish some notes to the publisher web site to help people.
Rating: 4 / 5</description>
		<content:encoded><![CDATA[<p>This book really helped me understand more about jBPM. However, I tried to implement the example and it only worked partially. After some time with help from folks on the jBPM user forum I was able to login using the accounts from the demo sql scripts, but have not been able to get the tasks forms to come up for that user.</p>
<p>The jbpm console is very different from the book even though the publication date is less than one year back. I&#8217;ve posted alot of questions to the publisher but have received no responses.</p>
<p>I think I will continue to try and get this to work but wish the author would publish some notes to the publisher web site to help people.<br />
Rating: 4 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D. Harrison</title>
		<link>http://www.shop4palmer.com/business-process-management-with-jboss-jbpm-a-practical-guide-for-business-analysts/comment-page-1#comment-26</link>
		<dc:creator>D. Harrison</dc:creator>
		<pubDate>Mon, 01 Mar 2010 23:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://shop4palmer.com/business-process-management-with-jboss-jbpm-a-practical-guide-for-business-analysts#comment-26</guid>
		<description>The book provides a very good overview of what business process management is, its benefits and how it can be done with jBPM. This relatively complex subject is helped alot by a clear and to the point writing style. A single case study is worked through the book which also assists the reader in understanding the context behind BPM. Unfortunately this book suffers by trying to be too general and not focusing in on the process management or programming aspects of jBPM. As a result if you are a programmer you will probably feel the code examples given are not deep enough, whilst in contrast those not used to JBoss/Java will probably feel overwhelmed when code samples are given. This is certainly not a bad read, but at the end of it you are left feeling there is a lot more to jBPM than what was briefly touched on...
Rating: 3 / 5</description>
		<content:encoded><![CDATA[<p>The book provides a very good overview of what business process management is, its benefits and how it can be done with jBPM. This relatively complex subject is helped alot by a clear and to the point writing style. A single case study is worked through the book which also assists the reader in understanding the context behind BPM. Unfortunately this book suffers by trying to be too general and not focusing in on the process management or programming aspects of jBPM. As a result if you are a programmer you will probably feel the code examples given are not deep enough, whilst in contrast those not used to JBoss/Java will probably feel overwhelmed when code samples are given. This is certainly not a bad read, but at the end of it you are left feeling there is a lot more to jBPM than what was briefly touched on&#8230;<br />
Rating: 3 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Gilbert</title>
		<link>http://www.shop4palmer.com/business-process-management-with-jboss-jbpm-a-practical-guide-for-business-analysts/comment-page-1#comment-25</link>
		<dc:creator>Will Gilbert</dc:creator>
		<pubDate>Mon, 01 Mar 2010 20:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://shop4palmer.com/business-process-management-with-jboss-jbpm-a-practical-guide-for-business-analysts#comment-25</guid>
		<description>Have been playing with workflow for the past six months but haven&#039;t been able to move past the simple three node examples in the jBPM download.  Got this book on a Friday and finished it by Sunday, this alone is a testament to how easy it is to read and understand.  By Monday evening I had the book&#039;s complex workflow example running and was, for the first time, starting to grasp workflow principles in general, and the jBPM framework in particular.  By the end of week I was taking this example apart, tweaking it, and making it better.  Thanks Matt, I&#039;m finally out of the starting gate.
&lt;br /&gt;
&lt;br /&gt;This book is targeted at project managers and does a great job of laying out requirements gathering and project team assembly.  As a software developer, project management is a little out of my area of experience, however I learned a lot about what I could do to create fast prototypes for proof of concept demos.
&lt;br /&gt;
&lt;br /&gt;If you want to learn work flow the fast way, this book is great.  And if you&#039;re a developer wanting to get your boss interested in workflow, the first chapter is a great overview for non-technical types.
&lt;br /&gt;
&lt;br /&gt;I hope I see here the seeds of a companion volume or a &quot;How to&quot; cookbook targeted for developers. Matt Cumberlidge really knows how to write and he also creates great, real world, examples, which developers can sink their teeth into.
Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>Have been playing with workflow for the past six months but haven&#8217;t been able to move past the simple three node examples in the jBPM download.  Got this book on a Friday and finished it by Sunday, this alone is a testament to how easy it is to read and understand.  By Monday evening I had the book&#8217;s complex workflow example running and was, for the first time, starting to grasp workflow principles in general, and the jBPM framework in particular.  By the end of week I was taking this example apart, tweaking it, and making it better.  Thanks Matt, I&#8217;m finally out of the starting gate.</p>
<p>This book is targeted at project managers and does a great job of laying out requirements gathering and project team assembly.  As a software developer, project management is a little out of my area of experience, however I learned a lot about what I could do to create fast prototypes for proof of concept demos.</p>
<p>If you want to learn work flow the fast way, this book is great.  And if you&#8217;re a developer wanting to get your boss interested in workflow, the first chapter is a great overview for non-technical types.</p>
<p>I hope I see here the seeds of a companion volume or a &#8220;How to&#8221; cookbook targeted for developers. Matt Cumberlidge really knows how to write and he also creates great, real world, examples, which developers can sink their teeth into.<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor A</title>
		<link>http://www.shop4palmer.com/business-process-management-with-jboss-jbpm-a-practical-guide-for-business-analysts/comment-page-1#comment-24</link>
		<dc:creator>Victor A</dc:creator>
		<pubDate>Mon, 01 Mar 2010 19:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://shop4palmer.com/business-process-management-with-jboss-jbpm-a-practical-guide-for-business-analysts#comment-24</guid>
		<description>This book is a easy-to-read, nice, brief introduction to BPM and BPMS using jBPM tool.
Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>This book is a easy-to-read, nice, brief introduction to BPM and BPMS using jBPM tool.<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
</channel>
</rss>
