<?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; cloud</title>
	<atom:link href="http://www.bpm-guide.de/tag/cloud/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 in the cloud &#8211; with camunda fox and JBoss OpenShift</title>
		<link>http://www.bpm-guide.de/2011/11/26/activiti-in-the-cloud-with-camunda-fox-and-jboss-openshift/</link>
		<comments>http://www.bpm-guide.de/2011/11/26/activiti-in-the-cloud-with-camunda-fox-and-jboss-openshift/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 13:10:11 +0000</pubDate>
		<dc:creator>Bernd Rücker</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Activiti]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[fox]]></category>
		<category><![CDATA[JBoss]]></category>

		<guid isPermaLink="false">http://www.bpm-guide.de/?p=3410</guid>
		<description><![CDATA[Recently my colleague Daniel pointed me to JBoss Openshift, an initiative from JBoss to jump on the cloud train, nobody can avoid these days. But actually there is something really cool in it: You can create and run a JBoss AS 7 in the cloud easily, having either H2 or even MySQL available as a [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_3416" class="wp-caption alignleft" style="width: 160px"><a href="http://www.bpm-guide.de/wp-content/uploads/2011/11/as7openshift_splash_stk.png"><img src="http://www.bpm-guide.de/wp-content/uploads/2011/11/as7openshift_splash_stk-150x37.png" alt="  " title="  " width="150" height="37" class="size-thumbnail wp-image-3416 colorbox-3410" /></a><p class="wp-caption-text">  </p></div> Recently my colleague Daniel pointed me to <a href="http://www.jboss.org/openshift">JBoss Openshift</a>, an initiative from JBoss to jump on the cloud train, nobody can avoid these days. But actually there is something really cool in it: You can create and run a JBoss AS 7 in the cloud easily, having either H2 or even MySQL available as a database. After playing around with it took me a Saturday to write a plug-in for the <a href="http://www.camunda.com/fox/components/cycle">cycle component</a> of <a href="http://www.camunda.com/fox/">camunda fox</a>. This allows us to create and run a process application containing a BPMN 2.0 process at a worldwide reachable URL in a minute <img src='http://www.bpm-guide.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley colorbox-3410' />  Interested? Watch this short screen-cast&#8230;</p>
<p><span id="more-3410"></span></p>
<p><iframe width="425" height="349" src="http://www.youtube.com/embed/_QIJaObgrCU?fs=1" frameborder="0" allowfullscreen></iframe></p>
<p>The demo application I deploy there is the one I wrote for the last WJAX, see <a href="http://www.bpm-guide.de/2011/11/14/activiti-drools-wjax-2011/">my blog post with a screencast including the whole presentation</a>. If you are quick I have not yet deleted the cloud instance, so check it our yourself: <a href="http://orderdemocloud-camunda8.rhcloud.com/order-confirmation-rules/">http://orderdemocloud-camunda8.rhcloud.com/order-confirmation-rules/</a>.</p>
<p><div id="attachment_3413" class="wp-caption alignright" style="width: 160px"><a href="http://www.bpm-guide.de/wp-content/uploads/2011/11/cycleOpenshiftPlugin.png"><img src="http://www.bpm-guide.de/wp-content/uploads/2011/11/cycleOpenshiftPlugin-150x105.png" alt="Cycle Openshift Plugin" title="Cycle Openshift Plugin" width="150" height="105" class="size-thumbnail wp-image-3413 colorbox-3410" /></a><p class="wp-caption-text">Cycle Openshift Plugin</p></div> Currently Daniel and me are writing an article for the German magazine <a href="http://www.sigs-datacom.de/fachzeitschriften/javaspektrum.html">&#8220;Java Spektrum</a>&#8220;. There we explain a bit more the idea of process applications using <a href="http://www.activiti.org">Activiti</a> as a BPMN 2.0 process engine and JBoss 7 as Java EE 6 compliant server, this will be published early 2012, don&#8217;t miss it. A good question is about the use case for this scenario. I currently see two very interesting ones:</p>
<ul>
<li>Private Clouds: Think of the same mechanism inside your company. No longer long processes required to get a test or integration system up and running (how long does this take at your company in average? I saw even months at some customers, including hardware procurement).</li>
<li>Quick-Start: For some companies the data security aspect of having the application running in the cloud might not be a major drawback, especially compared to the advantage of being fast and easy. Not to mention, that the starter edition of JBoss OpenShift is for free, at least at the moment.</li>
</ul>
<p>In order to get started:</p>
<ul>
<li>Create a SSHkey pair (yeah, this is unfortunately needed to get it all running), I used PuttyGen (remember you have to export a RSA key and this must be copied to ~/.ssh/id_rsa).</li>
<li><a href="https://openshift.redhat.com/app/control_panel">Register for JBoss OpenShift</a></li>
<li>Get a GIT environment up and running on your local machine (e.g. Putty &#038; TortoiseGit on Windows)</li>
<li><a href="http://www.camunda.com/fox/community/download/">Download the cycle preview</a></li>
<li>Checkout and build the <a href="https://svn.camunda.com/fox/trunk/cycle-plugins/fox-cycle-plugin-openshift/">Openshift-Plug-In for cycle</a> by yourself and add it (and all necessary third party libraries as e.g. <a href="http://www.eclipse.org/jgit/">JGit</a>) to the classpath of cycle (basically the WEB-INF/lib folder)</li>
</ul>
<p><strong>Please remember: This is a proof of concept, the plug-in was hacked on one Saturday and is not production ready!</strong> We just wanted to demonstrate how easy it is to write plug-ins and how cool use cases you can implement <img src='http://www.bpm-guide.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley colorbox-3410' />  I have some things in it only working under windows which would need to be fixed (e.g. calling &#8220;mvn.bat&#8221;). So watch out for the the TODO&#8217;s in the code if you want to play with it or maybe even use it in real projects&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpm-guide.de/2011/11/26/activiti-in-the-cloud-with-camunda-fox-and-jboss-openshift/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud computing explained</title>
		<link>http://www.bpm-guide.de/2009/11/15/cloud-computing-explained/</link>
		<comments>http://www.bpm-guide.de/2009/11/15/cloud-computing-explained/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 12:02:23 +0000</pubDate>
		<dc:creator>Bernd Rücker</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[cloud]]></category>

		<guid isPermaLink="false">http://www.bpm-guide.de/?p=248</guid>
		<description><![CDATA[Cloud computing &#8211; eine wolkige oder gar nebulöse Sache? Könnte man meinen, vor allem auch, da wie bei jedem Hype sofort alle auf den Zug aufspringen und alles und nichts auf einmal Cloud ist. Aber irgendetwas ist doch dran an dem Thema, oder nicht? Neben über 38 Millionen Treffer bei Google und vielen Definitionen habe [...]]]></description>
			<content:encoded><![CDATA[<p>Cloud computing &#8211; eine wolkige oder gar nebulöse Sache? Könnte man meinen, vor allem auch, da wie bei jedem Hype sofort alle auf den Zug aufspringen und alles und nichts auf einmal Cloud ist. Aber irgendetwas ist doch dran an dem Thema, oder nicht? Neben über 38 Millionen Treffer bei Google und vielen Definitionen habe ich endlich eine Quelle gefunden, die Cloud Computing treffend und dabei unterhaltsam beschreibt (Danke Simon Wardley!):<span id="more-248"></span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" 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://www.youtube.com/v/okqLxzWS5R4&amp;hl=de_DE&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/okqLxzWS5R4&amp;hl=de_DE&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpm-guide.de/2009/11/15/cloud-computing-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

