<?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>BPM-Guide.de &#187; Drools</title>
	<atom:link href="http://www.bpm-guide.de/tag/drools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bpm-guide.de</link>
	<description>It's Business Process Management</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:22:18 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Activiti and Drools in Action @WJAX2011</title>
		<link>http://www.bpm-guide.de/2011/11/14/activiti-drools-wjax-2011/</link>
		<comments>http://www.bpm-guide.de/2011/11/14/activiti-drools-wjax-2011/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 16:32:18 +0000</pubDate>
		<dc:creator>Bernd Rücker</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Activiti]]></category>
		<category><![CDATA[Drools]]></category>
		<category><![CDATA[fox]]></category>

		<guid isPermaLink="false">http://www.bpm-guide.de/?p=3373</guid>
		<description><![CDATA[Last week I gave a talk about Activiti and Drools in Action at the WJAX in Munic, Germany, which is one of the largest and most important Java conferences in Germany. I gave a demo using the latest camunda fox server, basically a JBoss AS 7 with Activiti integrated. More than 80 people in a [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_3382" class="wp-caption alignleft" style="width: 160px"><a href="http://www.bpm-guide.de/wp-content/uploads/2011/11/FirstFrame.png"><img src="http://www.bpm-guide.de/wp-content/uploads/2011/11/FirstFrame-150x112.png" alt="Activiti &amp; Drools in Action" title="Activiti &amp; Drools in Action" width="150" height="112" class="size-thumbnail wp-image-3382 colorbox-3373" /></a><p class="wp-caption-text">Activiti &#038; Drools in Action</p></div>   Last week I gave a talk about Activiti and Drools in Action at the WJAX in Munic, Germany, which is one of the largest and most important Java conferences in Germany. I gave a demo using the latest <a href="http://www.camunda.com/fox/">camunda fox</a> server, basically a JBoss AS 7 with Activiti integrated. More than 80 people in a totally crowded room showed how hot this topic must be <img src='http://www.bpm-guide.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley colorbox-3373' />  The whole stack allowed me to create an application using the Activiti Process Engine, JSF, CDI, JPA, EJB and the Drools Rule Engine in the train ride from Berlin to Munic, the required code is really pretty small. Today I uploaded a cast of the whole talk (but in German) and want to provide the link to the sources.</p>
<p><span id="more-3373"></span></p>
<p><div id="attachment_3374" class="wp-caption alignleft" style="width: 310px"><a href="http://www.bpm-guide.de/wp-content/uploads/2011/11/OrderConfirmationProcessWithSurroundings.png"><img src="http://www.bpm-guide.de/wp-content/uploads/2011/11/OrderConfirmationProcessWithSurroundings-300x245.png" alt="order confirmation process and surrounding process solution artifacts" title="order confirmation process and surrounding process solution artifacts" width="300" height="245" class="size-medium wp-image-3374 colorbox-3373" /></a><p class="wp-caption-text">order confirmation process and surrounding process solution artifacts</p></div> The following picture give an idea of what the application does in terms of the process. For Drools I included some discount rules in my process, which are generated on the fly by a rule table implemented as JPA entities, shown in the second image. </p>
<p><div id="attachment_3375" class="wp-caption alignleft" style="width: 310px"><a href="http://www.bpm-guide.de/wp-content/uploads/2011/11/OrderDiscountRules.png"><img src="http://www.bpm-guide.de/wp-content/uploads/2011/11/OrderDiscountRules-300x202.png" alt="Drools Regeln werden aus Entitäten der Regeltabelle erzeugt" title="Drools Regeln werden aus Entitäten der Regeltabelle erzeugt" width="300" height="202" class="size-medium wp-image-3375 colorbox-3373" /></a><p class="wp-caption-text">Drools Regeln werden aus Entitäten der Regeltabelle erzeugt</p></div>
<p>You can download <a href="http://www.camunda.com/fox/community/download/">the camunda fox server</a> and the <a href="https://svn.camunda.com/fox/demo/fox/order-confirmation-rules/">example application</a>. Just adjust the path to your JBoss in the build.properties file, then you can use the ant file for deployment. You can access the application by this URL afterwards: http://localhost:8080/order-confirmation-rules/. Have fun!</p>
<p><iframe width="425" height="349" src="http://www.youtube.com/embed/rBROAEErzJQ?hl=de&#038;fs=1" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpm-guide.de/2011/11/14/activiti-drools-wjax-2011/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Business Rules with Drools</title>
		<link>http://www.bpm-guide.de/2011/04/21/business-rules-with-drools/</link>
		<comments>http://www.bpm-guide.de/2011/04/21/business-rules-with-drools/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 08:19:49 +0000</pubDate>
		<dc:creator>Bernd Rücker</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Business Rules]]></category>
		<category><![CDATA[Drools]]></category>
		<category><![CDATA[Rules]]></category>

		<guid isPermaLink="false">http://www.bpm-guide.de/?p=2745</guid>
		<description><![CDATA[We lately did quite some projects with the Business Rules Engine JBoss Drools for our customers. And as I noted in various talks or posts already, I really like Drools as a Rule Engine. For Guvnor as the &#8220;BRMS&#8221; System covering use cases as rules editing, versioning, release management, testing, searching and so on I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bpm-guide.de/wp-content/uploads/2011/04/drools-logo.png"><img src="http://www.bpm-guide.de/wp-content/uploads/2011/04/drools-logo-150x36.png" alt="Drools Logo" title="Drools Logo" width="150" height="36" class="alignleft size-thumbnail wp-image-2746 colorbox-2745" /></a> We lately did quite some projects with the Business Rules Engine <a href="http://www.jboss.org/drools">JBoss Drools</a> for our customers. And as I noted in various talks or posts already, I really like Drools as a Rule Engine. For <a href="http://downloads.jboss.com/drools/docs/5.1.1.34858.FINAL/drools-guvnor/html_single/index.html#d0e424">Guvnor</a> as the &#8220;BRMS&#8221; System covering use cases as rules editing, versioning, release management, testing, searching and so on I am not that convinced of the current solution, basically due to some technical problems and the overall user experience of the UI. <span id="more-2745"></span></p>
<p>But it is obviously a good step in the right direction. Hence in some projects we developed some own easy user interface for the business people, where in the background we generated the Drools Rules from that input. The Drools infrastructure supports that as well. And in show cases it is always fascinating to people, that you can easily edit rules in Excel Spreadsheets <img src='http://www.bpm-guide.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley colorbox-2745' />  In our <a href="http://www.bpm-guide.de/2011/04/21/bpm-day-auf-der-jax-2/">Activiti+Drools talk in two weeks at the JAX in Mainz</a> we will present a show case using Drools and Activiti combined, a very powerful combination by the way! Reminds me of &#8220;the old days&#8221; where I talked about <a href="http://www.bpm-guide.de/2009/02/14/jboss-jbpm-drools-bei-der-java-user-group-berlin/">jBPM+Drools</a> <img src='http://www.bpm-guide.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley colorbox-2745' /> </p>
<p>Why am I telling you all this? Actually for two reasons. First: If you haven&#8217;t done that yet, have a look at the JBoss Drools project. It is really a valuable addition to a lot of projects and worth investing some time in it. And second: The easiest to get in touch with Drools is to join our brand new <a href="http://www.camunda.com/business-rules-management/training-drools/">Drools training</a> <img src='http://www.bpm-guide.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley colorbox-2745' />  We scheduled the next training at May the 25th, see you in Berlin! There we will have a deeper look into the concepts of a rule engine, how Drools works, how can use Drools in Java (so you should know some Java!), how to write Rules and where the nuts and bolts are, how to combine BPMN und Business Rules, how to author and maintain rules and much more. Thrilling content for a two days training <img src='http://www.bpm-guide.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley colorbox-2745' />  I am looking forward to it&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpm-guide.de/2011/04/21/business-rules-with-drools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JBoss jBPM &amp; Drools bei der Java User Group Berlin</title>
		<link>http://www.bpm-guide.de/2009/02/14/jboss-jbpm-drools-bei-der-java-user-group-berlin/</link>
		<comments>http://www.bpm-guide.de/2009/02/14/jboss-jbpm-drools-bei-der-java-user-group-berlin/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 10:32:22 +0000</pubDate>
		<dc:creator>Bernd Rücker</dc:creator>
				<category><![CDATA[Vorträge]]></category>
		<category><![CDATA[BPM und Business Rules]]></category>
		<category><![CDATA[camunda live]]></category>
		<category><![CDATA[Drools]]></category>
		<category><![CDATA[jBPM]]></category>
		<category><![CDATA[Rule Engine]]></category>
		<category><![CDATA[Vortrag]]></category>

		<guid isPermaLink="false">http://www.bpm-guide.de/?p=86</guid>
		<description><![CDATA[Am 04. Februar 2008 habe ich in Berlin bei der Java User Group Berlin Brandenburg (JUG-BB) einen Vortrag über BPM und Business Rules mit den Open Source Frameworks JBoss jBPM und JBoss Drools gehalten. Trotz dem ich gesundheitlich etwas angeschlagen war, haben wir das Ganze noch ganz gut geschaukelt. Mit ca. 60 Leuten war die [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bpm-guide.de/wp-content/uploads/2009/02/20090204_001.jpg"><img class="alignleft size-medium wp-image-87 colorbox-86" style="margin: 5px; float: left;" title="Bernd Rücker bei der JUG-BB" src="http://www.bpm-guide.de/wp-content/uploads/2009/02/20090204_001-300x200.jpg" alt="" width="300" height="200" /></a>Am 04. Februar 2008 habe ich in Berlin bei der J<a href="http://www.jug-bb.de/">ava User Group Berlin Brandenburg (JUG-BB)</a> einen Vortrag über BPM und Business Rules mit den Open Source Frameworks JBoss jBPM und JBoss Drools gehalten.</p>
<p>Trotz dem ich gesundheitlich etwas angeschlagen war, haben wir das Ganze noch ganz gut geschaukelt. Mit ca. 60 Leuten war die Kapazität des Vortragsraumes auch ausgelastet, Gerüchten zufolge wären auch gerne noch mehr gekommen.</p>
<p><span id="more-86"></span></p>
<p>Ich habe mich sehr gefreut, dass das Thema entsprechend Interesse anzieht und durfte auf ein interessiertes Publikum mit vielen Fragen treffen, die oft auch durch einen kleinen Exkurs in den Quellcode beantwortet werden konnten. Somit hat es mir auf jeden Fall viel Spaß gemacht!</p>
<p>Ein paar Bilder finden sich auf der &#8220;offiziellen&#8221; Nachlese von Ralph Bergmann, der die JUG-BB organisiert: <a href="http://www.jug-bb.de/2009/02/nachlese-jboss-jbpm-und-drools/">http://www.jug-bb.de/2009/02/nachlese-jboss-jbpm-und-drools/</a>.</p>
<p>Wie versprochen sind hier nun auch die Folien zum Vortrag:</p>
<div id="__ss_1027087" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="JBoss jBPM und Drools - Geschäftsprozesse und Regeln mit Open Source Java" href="http://www.slideshare.net/camunda/jboss-jbpm-und-drools-geschftsprozesse-und-regeln-mit-open-source-java?type=presentation">JBoss jBPM und Drools &#8211; Geschäftsprozesse und Regeln mit Open Source Java</a><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=20090204-jbpm-und-drools-jugs-bb-1234607086690459-1&amp;stripped_title=jboss-jbpm-und-drools-geschftsprozesse-und-regeln-mit-open-source-java" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=20090204-jbpm-und-drools-jugs-bb-1234607086690459-1&amp;stripped_title=jboss-jbpm-und-drools-geschftsprozesse-und-regeln-mit-open-source-java" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/camunda">camunda</a>. (tags: <a style="text-decoration:underline;" href="http://slideshare.net/tag/jbpm">jbpm</a> <a style="text-decoration:underline;" href="http://slideshare.net/tag/drools">drools</a>)</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bpm-guide.de/2009/02/14/jboss-jbpm-drools-bei-der-java-user-group-berlin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

