<?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>LieberLieber Software TeamBlog &#187; AMUSE</title>
	<atom:link href="http://blog.lieberlieber.com/tag/amuse/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lieberlieber.com</link>
	<description>was uns treibt und verfolgt!</description>
	<lastBuildDate>Thu, 09 Sep 2010 13:33:19 +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>Upgrading the AMUSEAuthenticationExample from Amuse 1.1 to Amuse 1.5</title>
		<link>http://blog.lieberlieber.com/2010/08/28/upgrading-the-amuseauthenticationexample-from-amuse-1-1-to-amuse-1-5/</link>
		<comments>http://blog.lieberlieber.com/2010/08/28/upgrading-the-amuseauthenticationexample-from-amuse-1-1-to-amuse-1-5/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 12:57:01 +0000</pubDate>
		<dc:creator>Simon Gorski</dc:creator>
				<category><![CDATA[AMUSE]]></category>
		<category><![CDATA[UML Simulation and Execution]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/?p=2539</guid>
		<description><![CDATA[As you might know, our Amuse team is working on the new release which should be finished next month. So I thought it would be good to have a first look at the new features &#8211; I took my first example which I created a few months ago and tried to use it with Amuse [...]]]></description>
			<content:encoded><![CDATA[<p>As you might know, our Amuse team is working on the <a href="http://blog.lieberlieber.com/2010/08/26/lieberlieber-amuse-version-1-5-to-be-released-in-september-2010/"  target="_blank">new release</a> which should be finished next month. So I thought it would be good to have a first look at the <a href="http://blog.lieberlieber.com/2010/07/08/lieberlieber-amuse-sneak-peak-of-upcoming-features/"  target="_blank">new features</a> &#8211; I took my <a href="http://blog.lieberlieber.com/2010/05/03/lieberlieber-amuse-using-statemachines-to-build-winforms-flows/"  target="_blank">first example</a> which I created a few months ago and tried to use it with Amuse 1.5.</p>
<p>I opened the existing project and wanted to execute the workflow but surprisingly there was no “Execute Workflow” context menu – so how to start the workflow?<span id="more-2539"></span><br />
As you might know in EA 8.0 there is now the support of dock able windows and at the moment there is no context menu (I hope there is one in the final release!) – You can find the “UML Simulation” window under “View” –&gt; “Add-In Windows”:<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/image30.png"  rel="lightbox[2539]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://blog.lieberlieber.com/wp-content/uploads/image_thumb24.png" border="0" alt="image" width="244" height="234" /></a><br />
<strong>Tip</strong>: If your window is not docked you will always have to go to “View” –&gt; “Add-In Windows”. So maybe it is better to have the button on the main menu:<br />
1. Right click on the main menu.<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/image32.png"  rel="lightbox[2539]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://blog.lieberlieber.com/wp-content/uploads/image_thumb25.png" border="0" alt="image" width="124" height="244" /></a><br />
2. Customize<br />
3. Click on the “View” menu<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/image33.png"  rel="lightbox[2539]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://blog.lieberlieber.com/wp-content/uploads/image_thumb26.png" border="0" alt="image" width="244" height="217" /></a><br />
4. Drag and drop the “Add-In Windows” item to the main menu.<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/image34.png"  rel="lightbox[2539]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://blog.lieberlieber.com/wp-content/uploads/image_thumb27.png" border="0" alt="image" width="244" height="240" /></a></p>
<p>Ok, after that you can always open the window by clicking the button.</p>
<p>I tried to start the workflow and got following error:<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/image35.png"  rel="lightbox[2539]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://blog.lieberlieber.com/wp-content/uploads/image_thumb28.png" border="0" alt="image" width="244" height="108" /></a></p>
<p>Aha ok – mhm..</p>
<p>So I deleted the existing classes which I referenced last time and added it again.<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/image36.png"  rel="lightbox[2539]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://blog.lieberlieber.com/wp-content/uploads/image_thumb29.png" border="0" alt="image" width="244" height="155" /></a> <a href="http://blog.lieberlieber.com/wp-content/uploads/image37.png"  rel="lightbox[2539]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://blog.lieberlieber.com/wp-content/uploads/image_thumb30.png" border="0" alt="image" width="244" height="156" /></a><br />
I really like the new “ObjectSelectGrid” because it let us now import more types at one time but it would be great if there is a checkbox where I can select <strong>all</strong> types with one click – maybe something like in the following screenshot:<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/image38.png"  rel="lightbox[2539]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://blog.lieberlieber.com/wp-content/uploads/image_thumb31.png" border="0" alt="image" width="244" height="155" /></a><br />
I started the workflow again – still same error – so I had to make sure that the attribute “MyLoginForm” is from the correct class type:<br />
1) I opened the “MyLoginForm” attribute under “AuthenticationExample”.<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/image39.png"  rel="lightbox[2539]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://blog.lieberlieber.com/wp-content/uploads/image_thumb32.png" border="0" alt="image" width="244" height="188" /></a><br />
2) Selected the type “<span style="color: #000000;">LoginForm”.<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/image40.png"  rel="lightbox[2539]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://blog.lieberlieber.com/wp-content/uploads/image_thumb33.png" border="0" alt="image" width="244" height="180" /></a><br />
3) But why can I not save the attribute? – The name is still the same! – So select first another type for example “bool” – Save and select “LoginForm” again.</span></p>
<p><span style="color: #000000;">4) I started the workflow again but I got following error message in the output window:<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/image41.png"  rel="lightbox[2539]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://blog.lieberlieber.com/wp-content/uploads/image_thumb34.png" border="0" alt="image" width="244" height="104" /></a><br />
Aha…what does it mean? -  <a href="http://msdn.microsoft.com/en-us/library/3hdyz4dw%28VS.80%29.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/article/msdn.microsoft.com');" target="_blank">Compile Error CS1525</a>?<br />
The good thing is we don’t have to look in the generated code just double click on the error message and it will highlight the file where the error occured!!<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/image42.png"  rel="lightbox[2539]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://blog.lieberlieber.com/wp-content/uploads/image_thumb35.png" border="0" alt="image" width="244" height="179" /></a><br />
Ok have a look at “ShowMainForm” there is a method called “OpenMainForm()” – if you click on the “Behavior” tab you will see that the &#8220;Behavior&#8221; text box is blank – the method was deleted when we removed the class references! So we have to add the “ShowDialog” method for the “MainForm” again.<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/image43.png"  rel="lightbox[2539]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://blog.lieberlieber.com/wp-content/uploads/image_thumb36.png" border="0" alt="image" width="244" height="145" /></a><br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/image44.png"  rel="lightbox[2539]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://blog.lieberlieber.com/wp-content/uploads/image_thumb37.png" border="0" alt="image" width="244" height="163" /></a><br />
And the same error for “ShowMessageForm” &#8211; “OpenMessageForm()” &#8211; so we also have to add the method again:<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/image43.png"  rel="lightbox[2539]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://blog.lieberlieber.com/wp-content/uploads/image_thumb36.png" border="0" alt="image" width="244" height="145" /></a><br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/image45.png"  rel="lightbox[2539]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://blog.lieberlieber.com/wp-content/uploads/image_thumb38.png" border="0" alt="image" width="244" height="109" /></a> </span></p>
<p><span style="color: #000000;">Yep &#8211; now we have a running version for Amuse 1.5 <img src='http://blog.lieberlieber.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/image46.png"  rel="lightbox[2539]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://blog.lieberlieber.com/wp-content/uploads/image_thumb39.png" border="0" alt="image" width="244" height="224" /></a><br />
</span></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F28%2Fupgrading-the-amuseauthenticationexample-from-amuse-1-1-to-amuse-1-5%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F28%2Fupgrading-the-amuseauthenticationexample-from-amuse-1-1-to-amuse-1-5%2F&amp;title=Upgrading%20the%20AMUSEAuthenticationExample%20from%20Amuse%201.1%20to%20Amuse%201.5" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F28%2Fupgrading-the-amuseauthenticationexample-from-amuse-1-1-to-amuse-1-5%2F&amp;t=Upgrading%20the%20AMUSEAuthenticationExample%20from%20Amuse%201.1%20to%20Amuse%201.5" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F28%2Fupgrading-the-amuseauthenticationexample-from-amuse-1-1-to-amuse-1-5%2F&amp;title=Upgrading%20the%20AMUSEAuthenticationExample%20from%20Amuse%201.1%20to%20Amuse%201.5" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F28%2Fupgrading-the-amuseauthenticationexample-from-amuse-1-1-to-amuse-1-5%2F&amp;title=Upgrading%20the%20AMUSEAuthenticationExample%20from%20Amuse%201.1%20to%20Amuse%201.5" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F28%2Fupgrading-the-amuseauthenticationexample-from-amuse-1-1-to-amuse-1-5%2F&amp;title=Upgrading%20the%20AMUSEAuthenticationExample%20from%20Amuse%201.1%20to%20Amuse%201.5" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F28%2Fupgrading-the-amuseauthenticationexample-from-amuse-1-1-to-amuse-1-5%2F&amp;title=Upgrading%20the%20AMUSEAuthenticationExample%20from%20Amuse%201.1%20to%20Amuse%201.5" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F28%2Fupgrading-the-amuseauthenticationexample-from-amuse-1-1-to-amuse-1-5%2F&amp;title=Upgrading%20the%20AMUSEAuthenticationExample%20from%20Amuse%201.1%20to%20Amuse%201.5" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F28%2Fupgrading-the-amuseauthenticationexample-from-amuse-1-1-to-amuse-1-5%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2010/08/28/upgrading-the-amuseauthenticationexample-from-amuse-1-1-to-amuse-1-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LieberLieber AMUSE &#8211; Version 1.5 to be released in September 2010</title>
		<link>http://blog.lieberlieber.com/2010/08/26/lieberlieber-amuse-version-1-5-to-be-released-in-september-2010/</link>
		<comments>http://blog.lieberlieber.com/2010/08/26/lieberlieber-amuse-version-1-5-to-be-released-in-september-2010/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 12:59:00 +0000</pubDate>
		<dc:creator>Daniel Siegl</dc:creator>
				<category><![CDATA[AMUSE]]></category>
		<category><![CDATA[Enterprise Architect Erweiterungen]]></category>
		<category><![CDATA[Activity Diagram]]></category>
		<category><![CDATA[Enterprise Architect]]></category>
		<category><![CDATA[LieberLieber AMUSE]]></category>
		<category><![CDATA[Sequence Diagram]]></category>
		<category><![CDATA[UML Simulation]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/2010/08/27/lieberlieber-amuse-version-1-5-to-be-released-in-september-2010/</guid>
		<description><![CDATA[In my previous Post I already mentioned some of the Enhancements we are doing for AMUSE 1.5.
In the meanwhile we did a Blog Post showcasing the Integration for Embedded Devices, as we are Compact Framework guys we choose Windows CE/ Windows Mobile. In a second Post we show how to get things from Simulation to [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://blog.lieberlieber.com/2010/07/08/lieberlieber-amuse-sneak-peak-of-upcoming-features/" >my previous Post</a> I already mentioned some of the Enhancements we are doing for AMUSE 1.5.</p>
<p>In the meanwhile we did a <a href="http://blog.lieberlieber.com/2010/07/30/amuse-using-embedded-devices/" >Blog Post</a> showcasing the Integration for Embedded Devices, as we are Compact Framework guys we choose Windows CE/ Windows Mobile. In a <a href="http://blog.lieberlieber.com/?p=2472" >second Post</a> we show how to get things from Simulation to a shippable Product.</p>
<p>On the other hand we been successful in enhancing <a href="http://www.lieberlieber.com/unser-angebot/amuse.html" >LieberLieber AMUSE</a> capabilities to a new field.</p>
<p>We can now record Sequence Diagrams from Activity Diagrams – see the Video to get an Idea of the functionality.</p>
<p><a href="http://blog.lieberlieber.com/2010/08/26/lieberlieber-amuse-version-1-5-to-be-released-in-september-2010/#mediaPlayer_2490_0" >Play Video</a></p>
<p>You can also <a href="/wp-content/uploads/Amuse_-_Activity_to_Sequence.wmv' " target="_blank">dowload the Video</a>.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F26%2Flieberlieber-amuse-version-1-5-to-be-released-in-september-2010%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F26%2Flieberlieber-amuse-version-1-5-to-be-released-in-september-2010%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Version%201.5%20to%20be%20released%20in%20September%202010" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F26%2Flieberlieber-amuse-version-1-5-to-be-released-in-september-2010%2F&amp;t=LieberLieber%20AMUSE%20%26ndash%3B%20Version%201.5%20to%20be%20released%20in%20September%202010" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F26%2Flieberlieber-amuse-version-1-5-to-be-released-in-september-2010%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Version%201.5%20to%20be%20released%20in%20September%202010" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F26%2Flieberlieber-amuse-version-1-5-to-be-released-in-september-2010%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Version%201.5%20to%20be%20released%20in%20September%202010" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F26%2Flieberlieber-amuse-version-1-5-to-be-released-in-september-2010%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Version%201.5%20to%20be%20released%20in%20September%202010" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F26%2Flieberlieber-amuse-version-1-5-to-be-released-in-september-2010%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Version%201.5%20to%20be%20released%20in%20September%202010" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F26%2Flieberlieber-amuse-version-1-5-to-be-released-in-september-2010%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Version%201.5%20to%20be%20released%20in%20September%202010" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F26%2Flieberlieber-amuse-version-1-5-to-be-released-in-september-2010%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2010/08/26/lieberlieber-amuse-version-1-5-to-be-released-in-september-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Continuance &#8211; AMUSE using Embedded Devices</title>
		<link>http://blog.lieberlieber.com/2010/08/26/continuance-amuse-using-embedded-devices/</link>
		<comments>http://blog.lieberlieber.com/2010/08/26/continuance-amuse-using-embedded-devices/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 12:45:45 +0000</pubDate>
		<dc:creator>Martin Lackner</dc:creator>
				<category><![CDATA[AMUSE]]></category>
		<category><![CDATA[Enterprise Architect]]></category>
		<category><![CDATA[Enterprise Architect Erweiterungen]]></category>
		<category><![CDATA[UML Simulation and Execution]]></category>
		<category><![CDATA[LieberLieber AMUSE]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/?p=2472</guid>
		<description><![CDATA[In my last Blog entry i showed an example for AMUSE using Embedded Devices. You can have a look here. Today i will give you some extra information.
It is also possible to start the executable which is deployed on the mobile device as standalone application/statemachine.
When starting the application (either on the mobile or on the [...]]]></description>
			<content:encoded><![CDATA[<p>In my last Blog entry i showed an example for AMUSE using Embedded Devices. You can have a look <a href="http://blog.lieberlieber.com/2010/07/30/amuse-using-embedded-devices/" >here</a>. Today i will give you some extra information.</p>
<p>It is also possible to start the executable which is deployed on the mobile device as standalone application/statemachine.</p>
<p>When starting the application (either on the mobile or on the pc), without using Enterprise Architect, the statemachine will be executed within the application.</p>
<p><span id="more-2472"></span></p>
<p>After starting the workflow in Enterprise Architect, you will find the executable in <em>“C:\tmp\simulation\someautogeneratednumber”</em>. You can use this executable as standalone application and it works.</p>
<p><a href="http://blog.lieberlieber.com/2010/08/26/continuance-amuse-using-embedded-devices/#mediaPlayer_2472_0" >Play Video</a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F26%2Fcontinuance-amuse-using-embedded-devices%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F26%2Fcontinuance-amuse-using-embedded-devices%2F&amp;title=Continuance%20%26ndash%3B%20AMUSE%20using%20Embedded%20Devices" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F26%2Fcontinuance-amuse-using-embedded-devices%2F&amp;t=Continuance%20%26ndash%3B%20AMUSE%20using%20Embedded%20Devices" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F26%2Fcontinuance-amuse-using-embedded-devices%2F&amp;title=Continuance%20%26ndash%3B%20AMUSE%20using%20Embedded%20Devices" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F26%2Fcontinuance-amuse-using-embedded-devices%2F&amp;title=Continuance%20%26ndash%3B%20AMUSE%20using%20Embedded%20Devices" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F26%2Fcontinuance-amuse-using-embedded-devices%2F&amp;title=Continuance%20%26ndash%3B%20AMUSE%20using%20Embedded%20Devices" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F26%2Fcontinuance-amuse-using-embedded-devices%2F&amp;title=Continuance%20%26ndash%3B%20AMUSE%20using%20Embedded%20Devices" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F26%2Fcontinuance-amuse-using-embedded-devices%2F&amp;title=Continuance%20%26ndash%3B%20AMUSE%20using%20Embedded%20Devices" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F26%2Fcontinuance-amuse-using-embedded-devices%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2010/08/26/continuance-amuse-using-embedded-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dunstan Thomas &#8211; LieberLieber AMUSE Webinar</title>
		<link>http://blog.lieberlieber.com/2010/08/06/dunstan-thomas-lieberlieber-amuse-webinar/</link>
		<comments>http://blog.lieberlieber.com/2010/08/06/dunstan-thomas-lieberlieber-amuse-webinar/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 12:25:14 +0000</pubDate>
		<dc:creator>Daniel Siegl</dc:creator>
				<category><![CDATA[AMUSE]]></category>
		<category><![CDATA[Enterprise Architect]]></category>
		<category><![CDATA[Enterprise Architect Erweiterungen]]></category>
		<category><![CDATA[UML Simulation and Execution]]></category>
		<category><![CDATA[UML mit Enterprise Architect]]></category>
		<category><![CDATA[LieberLieber AMUSE]]></category>
		<category><![CDATA[UML]]></category>
		<category><![CDATA[UML Execution]]></category>
		<category><![CDATA[UML Simulation]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/2010/08/06/dunstan-thomas-lieberlieber-amuse-webinar/</guid>
		<description><![CDATA[Our Partner company from the UK Dunstan Thomas will be conducting a Webinar on “LieberLieber AMUSE” in collaboration with us.

Register now:
To register you interest for this webinar please email us with your name, company, telephone number and email address along with the title of the webinar you wish to register for. We&#8217;ll then send you [...]]]></description>
			<content:encoded><![CDATA[<p>Our Partner company from the UK <a href="http://www.dthomas.co.uk/dtalm/products/plugins.htm#amuse" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dthomas.co.uk');">Dunstan Thomas</a> will be conducting a Webinar on <a href="http://www.lieberlieber.com/unser-angebot/amuse.html" >“LieberLieber AMUSE”</a> in collaboration with us.</p>
<p><a href="http://www.dthomas.co.uk/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dthomas.co.uk');" target="_blank"><img src="http://www.dthomas.co.uk/dtalm/images/eshot/20091020_webinar_mailing/new_e-shot_banner.jpg" alt="" width="781" height="127" /></a></p>
<p><strong>Register now:</strong><br />
To register you interest for this webinar please email us with your name, company, telephone number and email address along with the title of the webinar you wish to register for. We&#8217;ll then send you login details for the webinar on the week prior to the event. <a href="mailto:training@dthomas.co.uk?subject=Dunstan Thomas Webinars">Register your interest here.</a></p>
<p><strong>Unavailable on the day?</strong><br />
As before for those of you unable to attend any of our webinars, don&#8217;t worry, all of our webinars are available for <a href="http://www.dthomas.co.uk/dtalm/webinar.htm" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dthomas.co.uk');">download</a> from the <a href="http://www.dthomas.co.uk/dtalm/webinar.htm" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dthomas.co.uk');">Dunstan Thomas site</a>.</p>
<p>.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F06%2Fdunstan-thomas-lieberlieber-amuse-webinar%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F06%2Fdunstan-thomas-lieberlieber-amuse-webinar%2F&amp;title=Dunstan%20Thomas%20%26ndash%3B%20LieberLieber%20AMUSE%20Webinar" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F06%2Fdunstan-thomas-lieberlieber-amuse-webinar%2F&amp;t=Dunstan%20Thomas%20%26ndash%3B%20LieberLieber%20AMUSE%20Webinar" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F06%2Fdunstan-thomas-lieberlieber-amuse-webinar%2F&amp;title=Dunstan%20Thomas%20%26ndash%3B%20LieberLieber%20AMUSE%20Webinar" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F06%2Fdunstan-thomas-lieberlieber-amuse-webinar%2F&amp;title=Dunstan%20Thomas%20%26ndash%3B%20LieberLieber%20AMUSE%20Webinar" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F06%2Fdunstan-thomas-lieberlieber-amuse-webinar%2F&amp;title=Dunstan%20Thomas%20%26ndash%3B%20LieberLieber%20AMUSE%20Webinar" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F06%2Fdunstan-thomas-lieberlieber-amuse-webinar%2F&amp;title=Dunstan%20Thomas%20%26ndash%3B%20LieberLieber%20AMUSE%20Webinar" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F06%2Fdunstan-thomas-lieberlieber-amuse-webinar%2F&amp;title=Dunstan%20Thomas%20%26ndash%3B%20LieberLieber%20AMUSE%20Webinar" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F08%2F06%2Fdunstan-thomas-lieberlieber-amuse-webinar%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2010/08/06/dunstan-thomas-lieberlieber-amuse-webinar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AMUSE using Embedded Devices</title>
		<link>http://blog.lieberlieber.com/2010/07/30/amuse-using-embedded-devices/</link>
		<comments>http://blog.lieberlieber.com/2010/07/30/amuse-using-embedded-devices/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 08:21:18 +0000</pubDate>
		<dc:creator>Martin Lackner</dc:creator>
				<category><![CDATA[AMUSE]]></category>
		<category><![CDATA[Enterprise Architect]]></category>
		<category><![CDATA[Enterprise Architect Erweiterungen]]></category>
		<category><![CDATA[Embedded]]></category>
		<category><![CDATA[LieberLieber AMUSE]]></category>
		<category><![CDATA[Windows Ce]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/?p=2421</guid>
		<description><![CDATA[AMUSE provides now the functionallity to use Embedded Devices based on Compact Framework using HTTP communication between the simulation in Enterprise Architect and the state machine on an Embedded Device.
I will describe it based on a Windows Mobile 6 and &#8220;Sending a Message&#8221; example.

To use this service it is necessary to build a Compact Framework [...]]]></description>
			<content:encoded><![CDATA[<p>AMUSE provides now the functionallity to use Embedded Devices based on Compact Framework using HTTP communication between the simulation in Enterprise Architect and the state machine on an Embedded Device.</p>
<p>I will describe it based on a Windows Mobile 6 and &#8220;Sending a Message&#8221; example.</p>
<p><a href="http://blog.lieberlieber.com/wp-content/uploads/StateMachine.gif"  rel="lightbox[2421]"><img style="border-right-width: 0pt; display: inline; border-top-width: 0pt; border-bottom-width: 0pt; border-left-width: 0pt" title="StateMachine" src="http://blog.lieberlieber.com/wp-content/uploads/StateMachine_thumb.gif" border="0" alt="StateMachine" width="416" height="193" /></a></p>
<p><span id="more-2421"></span>To use this service it is necessary to build a Compact Framework compatible WinForm application.</p>
<p>Ad the class file (not the designer file) in EA and draw the state machine.</p>
<p><a href="http://blog.lieberlieber.com/wp-content/uploads/EAclass2.gif"  rel="lightbox[2421]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="EAclass" src="http://blog.lieberlieber.com/wp-content/uploads/EAclass_thumb2.gif" border="0" alt="EAclass" width="152" height="232" /></a></p>
<p>In this example we use a Trigger to change the state between „FillOutMessage“ state and „CheckContent“ state.</p>
<p>In „CheckContent“ state the “content” attribute will be checked. If the “content” attribute is not set, the “contentError” attribute will be set to true, otherwise false.</p>
<p>The guard checks if the “content” attribute is empty or not. If it is not empty, the “showErrorMsg” operation in the state “ShowError”will be executed. After that the state „FillOutMessage“ will be activated and waits until the Trigger will be fired again.</p>
<p>If the “contentError” attribute is set to false, the state „SendContent“ will be activated and after that the StateMachine will be finished.</p>
<p>This is the mobile application i used for this example:</p>
<p><a href="http://blog.lieberlieber.com/wp-content/uploads/CF_AmuseClient.gif"  rel="lightbox[2421]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="CF_AmuseClient" src="http://blog.lieberlieber.com/wp-content/uploads/CF_AmuseClient_thumb.gif" border="0" alt="CF_AmuseClient" width="158" height="244" /></a></p>
<p>The trigger “ClickSend” can be fired with the button on the mobile device.</p>
<p>The “content” attribute can be set with the „set content“ button on the mobile device. The “content” attribute will get the value from the TextBox.</p>
<h3>Start the Workflow in EA</h3>
<p><a href="http://blog.lieberlieber.com/wp-content/uploads/startwf.gif"  rel="lightbox[2421]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="start workflow" src="http://blog.lieberlieber.com/wp-content/uploads/startwf_thumb.gif" border="0" alt="start workflow" width="244" height="122" /></a></p>
<p>The server component of the http communication will be started. A TCP Listener will be started and listens on a port. The simulation will be linked with the server communication component.</p>
<p>The Form, which includes the state machine and the client communication, will be compiled for Compact Framework, deployed and remotely started on the mobile device with the information on which http adress the client have to send the HTTP requests (local IP where the Simulation is running + port).</p>
<h3>Back to the Example – here are the first lines of the Simulation Output</h3>
<ol>
<li>Activate &#8211; StateMachine</li>
<li>Activate &#8211; InitForm</li>
<li>Entry &#8211; StateMachine/InitForm</li>
<li>Do &#8211; StateMachine/InitForm</li>
<li>Exit &#8211; StateMachine/InitForm</li>
<li>DeActivate &#8211; InitForm</li>
<li>Effect &#8211; StateMachine/InitForm_to_StateMachine/FillOutMessage</li>
<li>Effect &#8211; StateMachine/InitForm_to_StateMachine/FillOutMessage</li>
<li>Activate &#8211; FillOutMessage</li>
<li>Entry &#8211; StateMachine/FillOutMessage</li>
<li>NextStepPerformed &#8211; StateMachine/InitForm</li>
<li>Do &#8211; StateMachine/FillOutMessage</li>
<li>Do &#8211; StateMachine/FillOutMessage</li>
<li>Exit &#8211; StateMachine/FillOutMessage</li>
<li>DeActivate &#8211; FillOutMessage</li>
<li>Effect &#8211; StateMachine/FillOutMessage_to_StateMachine/CheckContent</li>
<li>Effect &#8211; StateMachine/FillOutMessage_to_StateMachine/CheckContent</li>
<li>Activate &#8211; CheckContent</li>
</ol>
<p>The simulation will be set to activate when the „InitializeStateMachine“ command from the Simulation is send to the client, processed on the client, the state machine in the client is set to active and the change is fired to the server. The client also processes the InitForm, the Entry, Do, Exit, DeActivate state and executes the transition. The client notiefies the server about each change via HTTP requests.</p>
<p>When the state machine is active the simulation sends NextStep commands which will be fetched from the client via the polling. After a transition has been executed in the state machine the NextStep performed command will be notified to the simulation. So the simulation knows that the next NextStep command can be executed. And so on…</p>
<p>Here you can see a demonstration of the new functionallity:</p>
<p><a href="http://blog.lieberlieber.com/2010/07/30/amuse-using-embedded-devices/#mediaPlayer_2421_0" >Play Video</a></p>
<p><a href="http://blog.lieberlieber.com/wp-content/uploads/amuse_using_embedded_device.wmv" ></a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F30%2Famuse-using-embedded-devices%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F30%2Famuse-using-embedded-devices%2F&amp;title=AMUSE%20using%20Embedded%20Devices" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F30%2Famuse-using-embedded-devices%2F&amp;t=AMUSE%20using%20Embedded%20Devices" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F30%2Famuse-using-embedded-devices%2F&amp;title=AMUSE%20using%20Embedded%20Devices" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F30%2Famuse-using-embedded-devices%2F&amp;title=AMUSE%20using%20Embedded%20Devices" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F30%2Famuse-using-embedded-devices%2F&amp;title=AMUSE%20using%20Embedded%20Devices" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F30%2Famuse-using-embedded-devices%2F&amp;title=AMUSE%20using%20Embedded%20Devices" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F30%2Famuse-using-embedded-devices%2F&amp;title=AMUSE%20using%20Embedded%20Devices" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F30%2Famuse-using-embedded-devices%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2010/07/30/amuse-using-embedded-devices/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://blog.lieberlieber.com/wp-content/uploads/amuse_using_embedded_device.wmv" length="22518662" type="video/x-ms-wmv" />
<enclosure url="http://blog.lieberlieber.com/wp-content/uploads/amuse_using_embedded_device.wmv" length="22518662" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Web service orchestration with AMUSE</title>
		<link>http://blog.lieberlieber.com/2010/07/27/web-service-orchestration-with-amuse/</link>
		<comments>http://blog.lieberlieber.com/2010/07/27/web-service-orchestration-with-amuse/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 13:02:47 +0000</pubDate>
		<dc:creator>John-Paul Pazhedathuparambil</dc:creator>
				<category><![CDATA[AMUSE]]></category>
		<category><![CDATA[Programmierung Allgemein]]></category>
		<category><![CDATA[UML Simulation and Execution]]></category>
		<category><![CDATA[UML mit Enterprise Architect]]></category>
		<category><![CDATA[BEPEL]]></category>
		<category><![CDATA[orchestration]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[web service]]></category>
		<category><![CDATA[WS]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/?p=2378</guid>
		<description><![CDATA[Introduction
The goal of this entry is to show how a flight booking process with different web services  and a mock-up GUI can  be simulated and verified with AMUSE. The focus is on the orchestration of the web services, which are part of the flight booking process.  In a next step it would be interesting to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Introduction</strong><br />
The goal of this entry is to show how a flight booking process with different web services  and a mock-up GUI can  be simulated and verified with AMUSE. The focus is on the orchestration of the web services, which are part of the flight booking process.  In a next step it would be interesting to generate BEPEL out this state machine.</p>
<p><span id="more-2378"></span></p>
<p><strong>The flight booking process</strong><br />
The user of an online travel agency calls the appropriate website and enters his flight details on that page.  Then a search for possible flights, hotels and events taking place during the stay starts, which calls different web services. The Results are then finally displayed on the site.</p>
<p><a href="http://blog.lieberlieber.com/wp-content/uploads/uc.jpg"  rel="lightbox[2378]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="uc" src="http://blog.lieberlieber.com/wp-content/uploads/uc_thumb.jpg" border="0" alt="uc" width="244" height="131" /></a></p>
<p>This simple process is modeled in the following activity diagram:</p>
<p><a href="http://blog.lieberlieber.com/wp-content/uploads/ac.jpg"  rel="lightbox[2378]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ac" src="http://blog.lieberlieber.com/wp-content/uploads/ac_thumb.jpg" border="0" alt="ac" width="244" height="199" /></a></p>
<p><strong>Mock-up GUI</strong></p>
<p><strong><a href="http://blog.lieberlieber.com/wp-content/uploads/gui.jpg"  rel="lightbox[2378]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="gui" src="http://blog.lieberlieber.com/wp-content/uploads/gui_thumb.jpg" border="0" alt="gui" width="184" height="244" /></a> </strong></p>
<p>This GUI is used to feed the simulation with the user data and to present the results of a search to the user.</p>
<p><strong>Web Services</strong><br />
To illustrate this process, the following Web Services are needed. However, this Web Services are only implemented to some extent.  The level of the implementation is quite sufficient for the demonstration purpose of this example:</p>
<p><a href="http://blog.lieberlieber.com/wp-content/uploads/ws.jpg"  rel="lightbox[2378]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ws" src="http://blog.lieberlieber.com/wp-content/uploads/ws_thumb.jpg" border="0" alt="ws" width="244" height="116" /></a></p>
<p><span style="text-decoration: underline;">EventService:</span> Implements the method EventList, which displays all available events at a given time. In this example, every time the same events are described. It is enough for the demo.</p>
<p>[WebMethod]</p>
<p>public string EventList()</p>
<p>{</p>
<p>return &#8220;International film festival \n Rock konzerte  \n Music festival&#8221;;</p>
<p>}</p>
<p><span style="text-decoration: underline;">FlightService:</span> Implements the method FlightInfo, which displays the flights available from one location to another at a given time.</p>
<p>[WebMethod]</p>
<p>public string FlightInfo(string from, string to, DateTime departureDate,DateTime returnDate)</p>
<p>{</p>
<p>return from.ToUpper() + &#8220;–&#8221; + to.ToUpper() + &#8221; HG8010 &#8221; + departureDate + &#8221; 08:15 \n&#8221; +to.ToUpper()+&#8221;-&#8221;+from.ToUpper()+&#8221; HG8011 &#8220;+returnDate+&#8221; 11:55 \n &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; \n Rate:200€&#8221;;</p>
<p>}</p>
<p><span style="text-decoration: underline;">HotelService</span>: The method HotelInfo displays all available hotels during the stay</p>
<p>[WebMethod]</p>
<p>public string HotelInfo()</p>
<p>{</p>
<p>return &#8221; Grand Hotel(4 Stars) \n Rate per night 59€&#8221;;</p>
<p>}</p>
<p><span style="text-decoration: underline;">InputValidationService</span>:  The method ValidateInputData should check the data entered by the users to their validity. For demonstration purposes I have implemented the method in a way that it in one case it returns &#8220;true&#8221; and in another case it returns&#8221;false&#8221;.</p>
<p>[WebMethod]</p>
<p>public bool ValidateInputData(string from, string to, bool oneWay, bool returnFlight, DateTime departureDate, DateTime returnDate, string numAdult,string numChildren,string numInfant)</p>
<p>{</p>
<p>if (from.Equals(to))</p>
<p>return false;</p>
<p>else</p>
<p>return true;</p>
<p>}</p>
<p>I added this web services to the Simulation, all external dlls. In order to pursue a more detailed and systematic approach, see <a href="http://blog.lieberlieber.com/2010/05/07/lieberlieber-amuse-using-statemachines-and-asp-net-webservices/"  target="_blank">Simons</a> post .</p>
<p><strong>The flight booking process modeled as a state machine</strong></p>
<p><strong><a href="http://blog.lieberlieber.com/wp-content/uploads/sm.jpg"  rel="lightbox[2378]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="sm" src="http://blog.lieberlieber.com/wp-content/uploads/sm_thumb.jpg" border="0" alt="sm" width="244" height="117" /></a></strong></p>
<p><strong>Demo</strong><br />
You can <a href="http://blog.lieberlieber.com/wp-content/uploads/AMUSE_Examples.zip" onclick="javascript:pageTracker._trackPageview('/downloadsblog./wp-content/uploads/AMUSE_Examples.zip');">download</a> the entire sample and try it yourself during the video.</p>
<p><a href="http://blog.lieberlieber.com/2010/07/27/web-service-orchestration-with-amuse/#mediaPlayer_2378_0" >Play Video</a></p>
<p>Download video: <a href="http://blog.lieberlieber.com/wp-content/uploads/AMUSE_WS_WMV-V9.wmv" >AMUSE web service orchestration</a></p>
<p><a href="http://blog.lieberlieber.com/wp-content/uploads/AUME_WS.avi"><br />
</a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F27%2Fweb-service-orchestration-with-amuse%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F27%2Fweb-service-orchestration-with-amuse%2F&amp;title=Web%20service%20orchestration%20with%20AMUSE" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F27%2Fweb-service-orchestration-with-amuse%2F&amp;t=Web%20service%20orchestration%20with%20AMUSE" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F27%2Fweb-service-orchestration-with-amuse%2F&amp;title=Web%20service%20orchestration%20with%20AMUSE" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F27%2Fweb-service-orchestration-with-amuse%2F&amp;title=Web%20service%20orchestration%20with%20AMUSE" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F27%2Fweb-service-orchestration-with-amuse%2F&amp;title=Web%20service%20orchestration%20with%20AMUSE" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F27%2Fweb-service-orchestration-with-amuse%2F&amp;title=Web%20service%20orchestration%20with%20AMUSE" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F27%2Fweb-service-orchestration-with-amuse%2F&amp;title=Web%20service%20orchestration%20with%20AMUSE" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F27%2Fweb-service-orchestration-with-amuse%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2010/07/27/web-service-orchestration-with-amuse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blog.lieberlieber.com/wp-content/uploads/AMUSE_WS_WMV-V9.wmv" length="64745007" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>LieberLieber AMUSE &#8211; Using Statemachines and ASP.NET MVC</title>
		<link>http://blog.lieberlieber.com/2010/07/22/lieberlieber-amuse-using-statemachines-and-asp-net-mvc/</link>
		<comments>http://blog.lieberlieber.com/2010/07/22/lieberlieber-amuse-using-statemachines-and-asp-net-mvc/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 12:37:50 +0000</pubDate>
		<dc:creator>Simon Gorski</dc:creator>
				<category><![CDATA[AMUSE]]></category>
		<category><![CDATA[UML Simulation and Execution]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/?p=2322</guid>
		<description><![CDATA[Today I want to show how we can use “Enterprise Architect” and the LieberLieber “Amuse” Plug-In to integrate “ASP.NET Mvc Web Application” into a flowchart.
Here you can see the final solution.
Play Video
To download the video click here.
If you haven’t seen my previous posts please check out “LieberLieber AMUSE – Using Statemachines to Build Winforms flows” [...]]]></description>
			<content:encoded><![CDATA[<p>Today I want to show how we can use “Enterprise Architect” and the LieberLieber “Amuse” Plug-In to integrate “ASP.NET Mvc Web Application” into a flowchart.</p>
<p>Here you can see the final solution.<br />
<a href="http://blog.lieberlieber.com/2010/07/22/lieberlieber-amuse-using-statemachines-and-asp-net-mvc/#mediaPlayer_2322_0" >Play Video</a></p>
<p>To download the video click<a href="/wp-content/uploads/AmuseMvcExample.wmv"> here.</a></p>
<p>If you haven’t seen my previous posts please check out “<a href="http://blog.lieberlieber.com/2010/05/03/lieberlieber-amuse-using-statemachines-to-build-winforms-flows/"  target="_blank">LieberLieber AMUSE – Using Statemachines to Build Winforms flows</a>” and “<a href="http://blog.lieberlieber.com/2010/05/07/lieberlieber-amuse-using-statemachines-and-asp-net-webservices/"  target="_blank">LieberLieber AMUSE – Using Statemachines and ASP.NET WebServices</a>”.</p>
<p>Ok, first of all have a look at the Asp.net Mvc Solution.</p>
<p><a href="http://blog.lieberlieber.com/wp-content/uploads/clip_image0011.png"  rel="lightbox[2322]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image001" src="http://blog.lieberlieber.com/wp-content/uploads/clip_image001_thumb1.png" border="0" alt="clip_image001" width="144" height="244" /></a></p>
<p>As you can see I added an AuthenticationController (provides the controller methods), AuthenticationService (provides the authentication logic) and AuthenticationViewModel (provides the view model for the web form) to the solution.</p>
<p><span id="more-2322"></span></p>
<p>The authentication workflow looks similar like in my first example.</p>
<p><a href="http://blog.lieberlieber.com/wp-content/uploads/clip_image0021.png"  rel="lightbox[2322]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" src="http://blog.lieberlieber.com/wp-content/uploads/clip_image002_thumb1.png" border="0" alt="clip_image002" width="244" height="177" /></a></p>
<p>First we want to show the login form (ValidateUser.aspx) which provides username and password.</p>
<p><a href="http://blog.lieberlieber.com/wp-content/uploads/clip_image0042.jpg"  rel="lightbox[2322]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image004" src="http://blog.lieberlieber.com/wp-content/uploads/clip_image004_thumb2.jpg" border="0" alt="clip_image004" width="244" height="135" /></a></p>
<p>If the user enters the wrong username and password we want to show him the access denied form (AccessDenied.aspx).</p>
<p><a href="http://blog.lieberlieber.com/wp-content/uploads/clip_image0062.jpg"  rel="lightbox[2322]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image006" src="http://blog.lieberlieber.com/wp-content/uploads/clip_image006_thumb2.jpg" border="0" alt="clip_image006" width="244" height="97" /></a></p>
<p>If the authentication succeeds we want to show the user the succeed form (LoginSuccessful.aspx).</p>
<p><a href="http://blog.lieberlieber.com/wp-content/uploads/clip_image008.jpg"  rel="lightbox[2322]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image008" src="http://blog.lieberlieber.com/wp-content/uploads/clip_image008_thumb.jpg" border="0" alt="clip_image008" width="244" height="79" /></a></p>
<p>In “Enterprise Architect” I created 4 “Packages” and loaded the necessary source files to have a good overview of the Asp.net Mvc solution.<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/clip_image0091.png"  rel="lightbox[2322]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image009" src="http://blog.lieberlieber.com/wp-content/uploads/clip_image009_thumb1.png" border="0" alt="clip_image009" width="164" height="244" /></a></p>
<p>1. “AmuseMvc” which holds the “StateMachine”.<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/clip_image0101.jpg"  rel="lightbox[2322]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image010" src="http://blog.lieberlieber.com/wp-content/uploads/clip_image010_thumb1.jpg" border="0" alt="clip_image010" width="244" height="177" /></a></p>
<p>2. “Controllers” which contains the Asp.net Mvc controllers.<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/clip_image0112.png"  rel="lightbox[2322]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image011" src="http://blog.lieberlieber.com/wp-content/uploads/clip_image011_thumb2.png" border="0" alt="clip_image011" width="244" height="117" /></a></p>
<p>3. “Models” which contains the Asp.net Mvc view models and authentication service.<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/clip_image0122.png"  rel="lightbox[2322]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image012" src="http://blog.lieberlieber.com/wp-content/uploads/clip_image012_thumb2.png" border="0" alt="clip_image012" width="244" height="123" /></a></p>
<p>4. “Views” which contains the Asp.net Mvc views.<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/clip_image0131.png"  rel="lightbox[2322]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image013" src="http://blog.lieberlieber.com/wp-content/uploads/clip_image013_thumb1.png" border="0" alt="clip_image013" width="244" height="188" /></a></p>
<p>If you want to use your “Asp.net Mvc Web Application” in Amuse you have to build it and load it under “External References” at the “State Machine” diagram.</p>
<p>1. “Add-Ins” – “Amuse” – “External Reference”.</p>
<p>2. Now select your Asp.net Mvc library. In our example “AmuseMvcExample.dll”.</p>
<p>3. Then import all three “Types” into “Enterprise Architect”:</p>
<p>a. “AmuseMvcExample.Controllers. AuthenticationController”</p>
<p>b. “AmuseMvcExample.Models. AuthenticationViewModel”</p>
<p>c. “AmuseMvcExample.Models. AuthenticationService”</p>
<p>But hold on, one important reference is missing. Maybe you remember my last post<br />
“<a href="http://blog.lieberlieber.com/2010/05/07/lieberlieber-amuse-using-statemachines-and-asp-net-webservices/"  target="_blank">LieberLieber AMUSE – Using Statemachines and ASP.NET WebServices</a>” where we used the<br />
“ASP.NET Development Server” and had to use a batch file to start the “ASP.NET Web Development Server”? To avoid this and make it more confortable I created a “WebDevServer” class which provides the necessary functionality (for example: Start, Stop and RedirectToAction). You can find this in the “AmuseMvc.dll”<br />
So add also “AmuseMvc. WebDevServer” to the “StateMachine” diagram.</p>
<p>After we loaded all the external references, your “Project Browser” should look like in the following screenshot:</p>
<p><a href="http://blog.lieberlieber.com/wp-content/uploads/clip_image0141.png"  rel="lightbox[2322]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image014" src="http://blog.lieberlieber.com/wp-content/uploads/clip_image014_thumb1.png" border="0" alt="clip_image014" width="166" height="244" /></a></p>
<p>Ok now I declared the attributes.</p>
<p>Name: “ValidUser”<br />
Type: “bool”<br />
Scope: “Public”<br />
Initial: “false”</p>
<p>Name: “MyAuthenticationViewModel”<br />
Type: “AuthenticationViewModel”<br />
Scope: “Public”</p>
<p>Name: “MyAuthenticationService”<br />
Type: “AuthenticationService”<br />
Scope: “Public”<br />
Initial: “new AuthenticationService()”</p>
<p>Name: “MyAuthenticationController”<br />
Type: “AuthenticationController”<br />
Scope: “Public”<br />
Initial: “new AuthenticationController ()”</p>
<p>Name: “MyWebDevServer”<br />
Type: “WebDevServer”<br />
Scope: “Public”<br />
Initial: “new WebDevServer<strong>(&#8221;</strong><strong>C:\YourProjectPath</strong><strong>&#8220;)</strong>”</p>
<p>&#8211;&gt; The WebDevServer needs the path to the “Asp.net Mvc Web Application” (without last backslash)!</p>
<p>Now we create the operations:</p>
<p>Name: “StartWebDevServer”<br />
Return Type: “void”<br />
Behavior – Initial Code: “MyWebDevServer.Start();”</p>
<p>Name: “StopWebDevServer”<br />
Return Type: “void”<br />
Behavior – Initial Code: “MyWebDevServer.Stop();”</p>
<p>Name: “OpenLoginForm”<br />
Return Type: “void”<br />
Behavior – Initial Code:<br />
“MyAuthenticationViewModel =<br />
(AuthenticationViewModel) MyDevServer.GetViewModelFromAction(&#8221;Authentication&#8221;, &#8220;ValidateUser&#8221;,typeof (AuthenticationViewModel))</p>
<p>&#8211;&gt; This operation redirects to the action and get the entered values back.</p>
<p>Name: “ValidateUser”<br />
Return Type: “void”<br />
Behavior – Initial Code: “ValidUser = MyAuthenticationService.ValidateUser(<br />
MyAuthenticationViewModel.UserName,MyAuthenticationViewModel.Password);”</p>
<p>&#8211;&gt; This operation validates against our “AuthenticationService” and set the “ValidUser” attribute.</p>
<p>Name: “OpenAccessDeniedForm”<br />
Return Type: “void”<br />
Behavior – Initial Code: “MyDevServer.RedirectToAction(&#8221;Authentication&#8221;,&#8221;AccessDenied&#8221;);”</p>
<p>&#8211;&gt; This operation opens the access denied form and we don’t need any return value.</p>
<p>Name: “OpenAccessDeniedForm”<br />
Return Type: “void”<br />
Behavior – Initial Code: “MyDevServer.RedirectToAction(&#8221;Authentication&#8221;,&#8221;LoginSuccessful&#8221;);”</p>
<p>&#8211;&gt; This operation opens the login successful form and we don’t need any return value.</p>
<p>So now we can call the operations in the workflow but first we will add two new “States” for “StartDevServer” and “StopDevServer” like in the following screenshot.</p>
<p><a href="http://blog.lieberlieber.com/wp-content/uploads/clip_image015.png"  rel="lightbox[2322]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image015" src="http://blog.lieberlieber.com/wp-content/uploads/clip_image015_thumb.png" border="0" alt="clip_image015" width="244" height="226" /></a></p>
<p>So now we call the operations on the states:</p>
<p><a href="http://blog.lieberlieber.com/wp-content/uploads/clip_image016.png"  rel="lightbox[2322]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image016" src="http://blog.lieberlieber.com/wp-content/uploads/clip_image016_thumb.png" border="0" alt="clip_image016" width="244" height="228" /></a></p>
<p>Before we can start the flowchart we have to do two more things.</p>
<p>First import the namespaces in the “AmuseMvc” class.<br />
using AmuseMvcExample.Controllers;<br />
using AmuseMvcExample.Models;<br />
using AmuseMvc;</p>
<p>And second in the “Asp.net Mvc Web Application”, we have to add the “AmuseMvcWeb.dll” which provides the “AmuseHandler “. You have to set up this handler in the web.config.<br />
Add following line to the &lt;httpHandlers&gt; section:</p>
<pre>&lt;add verb="*" path="*.amusemvc" type="AmuseMvcWeb.AmuseHandler"/&gt;</pre>
<p>And also don’t forget to add following line into the “Global.asax.cs” – “RegisterRoutes” method:</p>
<pre> Public class MvcApplication : System.Web.HttpApplication {
   public static void RegisterRoutes(RouteCollection routes) {
     routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
<strong>     routes.IgnoreRoute("{resource}.amusemvc/{*pathInfo}");</strong></pre>
<p>The library also contains the “AmuseAttribute” for the controller classes. So if you want to use the controller in Amuse please mark the controller class with [Amuse]:</p>
<p>In our example over the “AuthenticationController”.</p>
<pre>[Amuse]
public class AuthenticationController : Controller {
  private readonly IauthenticationService _authenticationService;
  public AuthenticationController() {
    _authenticationService = new AuthenticationService();
  }</pre>
<p>After that we are ready to go and you can start the flowchart!</p>
<p><strong>If you want to try this example please make sure that you change the path for the WebDevServer to the Asp.net Mvc Application first!!</strong></p>
<p>Attribute: MyWebDevServer = new MyWebDevServer(“YOURPATH”);</p>
<p>To pass the validation use:<br />
Username:amuse<br />
Password:mvc</p>
<p>Here is the<a href="http://blog.lieberlieber.com/wp-content/uploads/AmuseMvcExample.zip" onclick="javascript:pageTracker._trackPageview('/downloadsblog./wp-content/uploads/AmuseMvcExample.zip');" target="_self"> source code</a>.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F22%2Flieberlieber-amuse-using-statemachines-and-asp-net-mvc%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F22%2Flieberlieber-amuse-using-statemachines-and-asp-net-mvc%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Using%20Statemachines%20and%20ASP.NET%20MVC" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F22%2Flieberlieber-amuse-using-statemachines-and-asp-net-mvc%2F&amp;t=LieberLieber%20AMUSE%20%26ndash%3B%20Using%20Statemachines%20and%20ASP.NET%20MVC" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F22%2Flieberlieber-amuse-using-statemachines-and-asp-net-mvc%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Using%20Statemachines%20and%20ASP.NET%20MVC" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F22%2Flieberlieber-amuse-using-statemachines-and-asp-net-mvc%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Using%20Statemachines%20and%20ASP.NET%20MVC" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F22%2Flieberlieber-amuse-using-statemachines-and-asp-net-mvc%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Using%20Statemachines%20and%20ASP.NET%20MVC" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F22%2Flieberlieber-amuse-using-statemachines-and-asp-net-mvc%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Using%20Statemachines%20and%20ASP.NET%20MVC" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F22%2Flieberlieber-amuse-using-statemachines-and-asp-net-mvc%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Using%20Statemachines%20and%20ASP.NET%20MVC" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F22%2Flieberlieber-amuse-using-statemachines-and-asp-net-mvc%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2010/07/22/lieberlieber-amuse-using-statemachines-and-asp-net-mvc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>LieberLieber AMUSE &#8211; Sneak Peek of Upcoming Features.</title>
		<link>http://blog.lieberlieber.com/2010/07/08/lieberlieber-amuse-sneak-peak-of-upcoming-features/</link>
		<comments>http://blog.lieberlieber.com/2010/07/08/lieberlieber-amuse-sneak-peak-of-upcoming-features/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 12:28:11 +0000</pubDate>
		<dc:creator>Daniel Siegl</dc:creator>
				<category><![CDATA[AMUSE]]></category>
		<category><![CDATA[Enterprise Architect]]></category>
		<category><![CDATA[Enterprise Architect Erweiterungen]]></category>
		<category><![CDATA[EA]]></category>
		<category><![CDATA[Embedded]]></category>
		<category><![CDATA[UML]]></category>
		<category><![CDATA[UML Execution]]></category>
		<category><![CDATA[UML Simulation]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/?p=2238</guid>
		<description><![CDATA[We are currently very busy in preparing the next Release of AMUSE &#8211; most of the features are allready completed so we compiled a little Video!
Currently implemented new Features:

smaller and faster Setup
Single Step Simulation
Sub and extended Diagrams will be opened on simulation
Simulation stops if user switches Diagram
improved external Reference feature (easier for .net implementations)
Possibility to [...]]]></description>
			<content:encoded><![CDATA[<p>We are currently very busy in preparing the next Release of AMUSE &#8211; most of the features are allready completed so we compiled a little Video!</p>
<p>Currently implemented new Features:</p>
<ul>
<li>smaller and faster Setup</li>
<li>Single Step Simulation</li>
<li>Sub and extended Diagrams will be opened on simulation</li>
<li>Simulation stops if user switches Diagram</li>
<li>improved external Reference feature (easier for .net implementations)</li>
<li>Possibility to update Referenced (easier for .net implementations)</li>
<li>Testcases can  be defined via contraints and are taken into account during simulation</li>
<li>AMUSE Addin Window in Enterprise Architect 8.0 is now dockable</li>
<li>Toolbar gives for better usability than the previous context menus</li>
</ul>
<p><a href="http://blog.lieberlieber.com/2010/07/08/lieberlieber-amuse-sneak-peak-of-upcoming-features/#mediaPlayer_2238_0" >Play Video</a></p>
<p>It can also be <a href="/wp-content/uploads/AMUSE1.5.wmv">downloaded</a>.</p>
<p>We are still working on other new Features like the possibility to simulate Activity Diagrams &#8211; and a HTTP Bridge to connect Embedded Hardware&#8230;.</p>
<p>Other than that we are working on a showcase for Windows CE and Lego Mindstorms&#8230;.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F08%2Flieberlieber-amuse-sneak-peak-of-upcoming-features%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F08%2Flieberlieber-amuse-sneak-peak-of-upcoming-features%2F&amp;title=LieberLieber%20AMUSE%20-%20Sneak%20Peek%20of%20Upcoming%20Features." onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F08%2Flieberlieber-amuse-sneak-peak-of-upcoming-features%2F&amp;t=LieberLieber%20AMUSE%20-%20Sneak%20Peek%20of%20Upcoming%20Features." onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F08%2Flieberlieber-amuse-sneak-peak-of-upcoming-features%2F&amp;title=LieberLieber%20AMUSE%20-%20Sneak%20Peek%20of%20Upcoming%20Features." onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F08%2Flieberlieber-amuse-sneak-peak-of-upcoming-features%2F&amp;title=LieberLieber%20AMUSE%20-%20Sneak%20Peek%20of%20Upcoming%20Features." onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F08%2Flieberlieber-amuse-sneak-peak-of-upcoming-features%2F&amp;title=LieberLieber%20AMUSE%20-%20Sneak%20Peek%20of%20Upcoming%20Features." onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F08%2Flieberlieber-amuse-sneak-peak-of-upcoming-features%2F&amp;title=LieberLieber%20AMUSE%20-%20Sneak%20Peek%20of%20Upcoming%20Features." onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F08%2Flieberlieber-amuse-sneak-peak-of-upcoming-features%2F&amp;title=LieberLieber%20AMUSE%20-%20Sneak%20Peek%20of%20Upcoming%20Features." onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F07%2F08%2Flieberlieber-amuse-sneak-peak-of-upcoming-features%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2010/07/08/lieberlieber-amuse-sneak-peak-of-upcoming-features/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>LieberLieber AMUSE &#8211; Promotion &quot;Fast Start Package / Corporate&quot;</title>
		<link>http://blog.lieberlieber.com/2010/06/02/lieberlieber-amuse-promotion-fast-start-package-corporate/</link>
		<comments>http://blog.lieberlieber.com/2010/06/02/lieberlieber-amuse-promotion-fast-start-package-corporate/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 07:05:29 +0000</pubDate>
		<dc:creator>Daniel Siegl</dc:creator>
				<category><![CDATA[Enterprise Architect Erweiterungen]]></category>
		<category><![CDATA[AMUSE]]></category>
		<category><![CDATA[Enterprise Architect]]></category>
		<category><![CDATA[PROMOTION]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/2010/06/02/lieberlieber-amuse-promotion-fast-start-package-corporate/</guid>
		<description><![CDATA[To enable companies to leverage from the experience of our trainers and to be able to immediately create value out of their software investment in LieberLieber AMUSE we have created this promotional bundle: LieberLieber AMUSE Fast-start Package / Corporate (10 Licences &#38; 2-days Training on-site within Europe) for € 9200,- (excl. VAT) So you get [...]]]></description>
			<content:encoded><![CDATA[<p>To enable companies to leverage from the experience of our trainers and to be able to immediately create value out of their software investment in <a href="http://www.lieberlieber.com/unser-angebot/amuse.html"  target="_blank">LieberLieber AMUSE</a> we have created this promotional bundle: <a href="http://www.lieberlieber.com/unser-angebot/amuse.html"  target="_blank">LieberLieber AMUSE</a> Fast-start Package / Corporate (10 Licences &amp; 2-days Training on-site within Europe) for € 9200,- (excl. VAT) So you get the training at your premises worth approx € 3000,- for free ! This promotion is valid until 15.7.2010! </p>
<p>For further information please contact Christian.Zauner[at]lieberlieber.com</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F06%2F02%2Flieberlieber-amuse-promotion-fast-start-package-corporate%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F06%2F02%2Flieberlieber-amuse-promotion-fast-start-package-corporate%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Promotion%20%26quot%3BFast%20Start%20Package%20%2F%20Corporate%26quot%3B" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F06%2F02%2Flieberlieber-amuse-promotion-fast-start-package-corporate%2F&amp;t=LieberLieber%20AMUSE%20%26ndash%3B%20Promotion%20%26quot%3BFast%20Start%20Package%20%2F%20Corporate%26quot%3B" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F06%2F02%2Flieberlieber-amuse-promotion-fast-start-package-corporate%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Promotion%20%26quot%3BFast%20Start%20Package%20%2F%20Corporate%26quot%3B" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F06%2F02%2Flieberlieber-amuse-promotion-fast-start-package-corporate%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Promotion%20%26quot%3BFast%20Start%20Package%20%2F%20Corporate%26quot%3B" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F06%2F02%2Flieberlieber-amuse-promotion-fast-start-package-corporate%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Promotion%20%26quot%3BFast%20Start%20Package%20%2F%20Corporate%26quot%3B" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F06%2F02%2Flieberlieber-amuse-promotion-fast-start-package-corporate%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Promotion%20%26quot%3BFast%20Start%20Package%20%2F%20Corporate%26quot%3B" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F06%2F02%2Flieberlieber-amuse-promotion-fast-start-package-corporate%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Promotion%20%26quot%3BFast%20Start%20Package%20%2F%20Corporate%26quot%3B" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F06%2F02%2Flieberlieber-amuse-promotion-fast-start-package-corporate%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2010/06/02/lieberlieber-amuse-promotion-fast-start-package-corporate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UML Simulation in Google</title>
		<link>http://blog.lieberlieber.com/2010/05/19/uml-simulation-in-google/</link>
		<comments>http://blog.lieberlieber.com/2010/05/19/uml-simulation-in-google/#comments</comments>
		<pubDate>Wed, 19 May 2010 09:41:42 +0000</pubDate>
		<dc:creator>Daniel Siegl</dc:creator>
				<category><![CDATA[Enterprise Architect]]></category>
		<category><![CDATA[AMUSE]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/2010/05/19/uml-simulation-in-google/</guid>
		<description><![CDATA[Google search looks already promising – at least in Austria   Still we can gain a little to become number one.

Let’s go for it!



Share and Enjoy:


	
	
	
	
	
	
	
	
	


]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.google.at/#hl=de&amp;source=hp&amp;q=uml+simulation&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=&amp;gs_rfai=&amp;fp=2e1d369b77a874b2" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.at');" target="_blank">Google search looks</a> already promising – at least in Austria <img src='http://blog.lieberlieber.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Still we can gain a little to become number one.</p>
<p><a href="http://blog.lieberlieber.com/wp-content/uploads/image21.png"  rel="lightbox[2053]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://blog.lieberlieber.com/wp-content/uploads/image_thumb17.png" border="0" alt="image" width="244" height="96" /></a></p>
<p>Let’s go for it!</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F19%2Fuml-simulation-in-google%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F19%2Fuml-simulation-in-google%2F&amp;title=UML%20Simulation%20in%20Google" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F19%2Fuml-simulation-in-google%2F&amp;t=UML%20Simulation%20in%20Google" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F19%2Fuml-simulation-in-google%2F&amp;title=UML%20Simulation%20in%20Google" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F19%2Fuml-simulation-in-google%2F&amp;title=UML%20Simulation%20in%20Google" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F19%2Fuml-simulation-in-google%2F&amp;title=UML%20Simulation%20in%20Google" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F19%2Fuml-simulation-in-google%2F&amp;title=UML%20Simulation%20in%20Google" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F19%2Fuml-simulation-in-google%2F&amp;title=UML%20Simulation%20in%20Google" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F19%2Fuml-simulation-in-google%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2010/05/19/uml-simulation-in-google/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>LieberLieber AMUSE 1.1.36 Download</title>
		<link>http://blog.lieberlieber.com/2010/05/18/lieberlieber-amuse-1-1-36-download/</link>
		<comments>http://blog.lieberlieber.com/2010/05/18/lieberlieber-amuse-1-1-36-download/#comments</comments>
		<pubDate>Tue, 18 May 2010 12:39:21 +0000</pubDate>
		<dc:creator>Daniel Siegl</dc:creator>
				<category><![CDATA[Enterprise Architect]]></category>
		<category><![CDATA[AMUSE]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[UML Simulation and Execution]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/2010/05/18/lieberlieber-amuse-1-1-36-download/</guid>
		<description><![CDATA[Yesterday we released Version 1.1.36 of our UML Simulation and Execution Tool. You can download all the Materials now from lieberlieber.com. Simply navigate to the AMUSE Product Website. After downloading the Install Package and Documents don’t forget to request you trial key from amuse@lieberlieber.com.
Customers already using AMUSE can simple Download the Software and upgrade!
You can [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday we released <a href="http://blog.lieberlieber.com/2010/05/17/lieberlieber-amuse-1-1-36-release/"  target="_blank">Version 1.1.36</a> of our UML Simulation and Execution Tool. You can download all the Materials now from <a href="http://www.lieberlieber.com/"  target="_blank">lieberlieber.com</a>. Simply navigate to the <a href="http://www.lieberlieber.com/unser-angebot/produkte.html"  target="_blank">AMUSE Product Website</a>. After downloading the Install Package and Documents don’t forget to request you trial key from <a href="mailto:amuse@lieberlieber.com">amuse@lieberlieber.com</a>.</p>
<p>Customers already using AMUSE can simple Download the Software and upgrade!</p>
<p>You can use it with either <a href="http://www.sparxsystems.eu/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.sparxsystems.eu');" target="_blank">Enterprise Architect 8.0 or 7.5</a>. If you don’t have the&#160; Systems Engineering or Ultimate Edition – you can start evaluation with a <a href="http://www.sparxsystems.eu/enterprisearchitect/download-trial/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.sparxsystems.eu');" target="_blank">Trial of Enterprise Architect.</a></p>
<p><a href="http://blog.lieberlieber.com/wp-content/uploads/image31.png"  rel="lightbox[2045]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image3" border="0" alt="image3" src="http://blog.lieberlieber.com/wp-content/uploads/image3_thumb.png" width="244" height="157" /></a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F18%2Flieberlieber-amuse-1-1-36-download%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F18%2Flieberlieber-amuse-1-1-36-download%2F&amp;title=LieberLieber%20AMUSE%201.1.36%20Download" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F18%2Flieberlieber-amuse-1-1-36-download%2F&amp;t=LieberLieber%20AMUSE%201.1.36%20Download" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F18%2Flieberlieber-amuse-1-1-36-download%2F&amp;title=LieberLieber%20AMUSE%201.1.36%20Download" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F18%2Flieberlieber-amuse-1-1-36-download%2F&amp;title=LieberLieber%20AMUSE%201.1.36%20Download" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F18%2Flieberlieber-amuse-1-1-36-download%2F&amp;title=LieberLieber%20AMUSE%201.1.36%20Download" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F18%2Flieberlieber-amuse-1-1-36-download%2F&amp;title=LieberLieber%20AMUSE%201.1.36%20Download" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F18%2Flieberlieber-amuse-1-1-36-download%2F&amp;title=LieberLieber%20AMUSE%201.1.36%20Download" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F18%2Flieberlieber-amuse-1-1-36-download%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2010/05/18/lieberlieber-amuse-1-1-36-download/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LieberLieber AMUSE 1.1.36 Release</title>
		<link>http://blog.lieberlieber.com/2010/05/17/lieberlieber-amuse-1-1-36-release/</link>
		<comments>http://blog.lieberlieber.com/2010/05/17/lieberlieber-amuse-1-1-36-release/#comments</comments>
		<pubDate>Mon, 17 May 2010 10:54:42 +0000</pubDate>
		<dc:creator>Daniel Siegl</dc:creator>
				<category><![CDATA[Enterprise Architect]]></category>
		<category><![CDATA[AMUSE]]></category>
		<category><![CDATA[Relase]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/2010/05/17/lieberlieber-amuse-1-1-36-release/</guid>
		<description><![CDATA[We are very happy to announce the relase of LieberLieber AMUSE 1.1.36. This version works with Enterprise Architect 8.0 and 7.5. Pls be sure to have the latest Build of EA 8 – as there was an Issue with the first Version.
If you haven’t obtained your Trial Key  and Version feel free to contact amuse@lieberlieber.com.
Release [...]]]></description>
			<content:encoded><![CDATA[<p>We are very happy to announce the relase of <a href="http://www.lieberlieber.com/unser-angebot/produkte.html"  target="_blank">LieberLieber AMUSE 1.1.36</a>. This version works with <a href="http://www.sparxsystems.eu" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.sparxsystems.eu');" target="_blank">Enterprise Architect 8.0 and 7.5</a>. <a href="http://blog.lieberlieber.com/2010/05/06/lieberlieber-amuse-in-ea-8-0/"  target="_blank">Pls be sure to have the latest Build of EA 8</a> – as there was an Issue with the first Version.</p>
<p>If you haven’t obtained your Trial Key  and Version feel free to contact <a href="mailto:amuse@lieberlieber.com">amuse@lieberlieber.com</a>.</p>
<p>Release Notes:</p>
<p>Issues:</p>
<ul>
<li>[AMUSE-9] &#8211; AMUSE + EA8: Trigger handling changed</li>
<li>[AMUSE-23] &#8211; Edition Messages</li>
</ul>
<p>Features:</p>
<ul>
<li>[AMUSE-2] &#8211; Support EA 8</li>
<li>[AMUSE-3] &#8211; Better Error Messages if class is Missing</li>
<li>[AMUSE-4] &#8211; Detect EA Edition</li>
<li>[AMUSE-18] &#8211; Change Trigger Handling so we can Handle Call and Signal used in StateMachine Task</li>
</ul>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F17%2Flieberlieber-amuse-1-1-36-release%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F17%2Flieberlieber-amuse-1-1-36-release%2F&amp;title=LieberLieber%20AMUSE%201.1.36%20Release" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F17%2Flieberlieber-amuse-1-1-36-release%2F&amp;t=LieberLieber%20AMUSE%201.1.36%20Release" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F17%2Flieberlieber-amuse-1-1-36-release%2F&amp;title=LieberLieber%20AMUSE%201.1.36%20Release" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F17%2Flieberlieber-amuse-1-1-36-release%2F&amp;title=LieberLieber%20AMUSE%201.1.36%20Release" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F17%2Flieberlieber-amuse-1-1-36-release%2F&amp;title=LieberLieber%20AMUSE%201.1.36%20Release" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F17%2Flieberlieber-amuse-1-1-36-release%2F&amp;title=LieberLieber%20AMUSE%201.1.36%20Release" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F17%2Flieberlieber-amuse-1-1-36-release%2F&amp;title=LieberLieber%20AMUSE%201.1.36%20Release" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F17%2Flieberlieber-amuse-1-1-36-release%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2010/05/17/lieberlieber-amuse-1-1-36-release/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>LieberLieber AMUSE &#8211; Using Statemachines and ASP.NET WebServices</title>
		<link>http://blog.lieberlieber.com/2010/05/07/lieberlieber-amuse-using-statemachines-and-asp-net-webservices/</link>
		<comments>http://blog.lieberlieber.com/2010/05/07/lieberlieber-amuse-using-statemachines-and-asp-net-webservices/#comments</comments>
		<pubDate>Fri, 07 May 2010 08:04:59 +0000</pubDate>
		<dc:creator>Simon Gorski</dc:creator>
				<category><![CDATA[AMUSE]]></category>
		<category><![CDATA[UML Simulation and Execution]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/?p=2016</guid>
		<description><![CDATA[Today I want to show how we can use Enterprise Architect and the Amuse Plug-In to integrate a “classic” ASP.net WebService (asmx) into a flowchart.
In this example I will use the project from my last example (&#8220;LieberLieber AMUSE – Using Statemachines to Build Winforms flows&#8220;) and extend this solution to use a ASP.NET-Authentication-WebService.
1. First we [...]]]></description>
			<content:encoded><![CDATA[<p>Today I want to show how we can use Enterprise Architect and the Amuse Plug-In to integrate a “classic” ASP.net WebService (asmx) into a flowchart.</p>
<p>In this example I will use the project from my last example (<a href="http://blog.lieberlieber.com/2010/05/03/lieberlieber-amuse-using-statemachines-to-build-winforms-flows/" >&#8220;LieberLieber AMUSE – Using Statemachines to Build Winforms flows</a>&#8220;) and extend this solution to use a ASP.NET-Authentication-WebService.</p>
<p>1. First we will add to the existing .NET solution a new project from the type “ASP.NET Web Service Application” and call it “AMUSEAuthenticationWebService”.</p>
<p>2. Change the name from “Service1.asmx” to “AuthenticationService.asmx”.</p>
<p>3. Now we add another project from type “Class Library” and call it “AMUSEAuthenticationLogic”.</p>
<p>4. Change the name of the class file from “Class1.cs” to “Authentication.cs”.</p>
<p>5. Copy now the “ValidateUser”-method from “AMUSEAuthenticationService”-project to the “AMUSEAuthenticationLogic”-project.</p>
<p>6. Now we build the solution and add the “AMUSEAuthenticationLogic.dll”, as reference, to the &#8220;AMUSEEAuthenticationWebService&#8221; project.</p>
<p>7. Now we can change the class name and method name from the “AuthenticationService.asmx.cs”:<br />
Class name: AuthenticationService<br />
Method name: ValidateUser(string username, password) and call the “ValidateUser” method from the “AMUSEAuthenticationLogic”<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/clip_image0021.jpg"  rel="lightbox[2016]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" src="http://blog.lieberlieber.com/wp-content/uploads/clip_image002_thumb1.jpg" border="0" alt="clip_image002" width="244" height="97" /></a><br />
<span id="more-2016"></span><br />
8. We will now change the existing “ValidateUser” method in the “AMUSEAuthenticationService”-project but we before that we should create the web service proxy class, so that we don’t have to use any configuration files further on.</p>
<p>9. To do that we have to start the “AMUSEAuthenticationWebService”.<br />
a) Set the “AMUSEAuthenticationWebService” as StartUp project<br />
b) Set the “AuthenticationService.asmx” as Start Page.<br />
c) F5</p>
<p>10. Open the Visual Studio Command and enter:<br />
wsdl http://localhost:{YOURPORT}/AuthenticationService.asmx /out:[YOURPATH]\AuthenticationServiceProxy.cs</p>
<p>11. Add the generated file now to the “AMUSEAuthenticationService” project.</p>
<p>12. Also add the “System.Web.dll” and the “System.Web.Services.dll” to the project, otherwise you will get exceptions!</p>
<p>13. Now we can implement the “ValidateUser” by calling the “ValidateUser” method from the “AuthenticationService”. You should have now the code as in following screenshot:<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/clip_image004.jpg"  rel="lightbox[2016]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image004" src="http://blog.lieberlieber.com/wp-content/uploads/clip_image004_thumb.jpg" border="0" alt="clip_image004" width="244" height="71" /></a></p>
<p>14. Now before we go over to the interesting Enterprise Architect and AMUSE part, we will also create the wsdl-file from our “AMUSEAuthenticationWebService”.</p>
<p>15. Start the “AMUSEAuthenticationWebService” again and click the “Service Description” on the opening web site or by just typing the http://YOURURL/AuthenticationService.asmx?<strong>WSDL</strong>”<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/clip_image0061.jpg"  rel="lightbox[2016]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image006" src="http://blog.lieberlieber.com/wp-content/uploads/clip_image006_thumb1.jpg" border="0" alt="clip_image006" width="244" height="144" /></a></p>
<p>16. You can now save that content as AuthenticationService.wsdl.<br />
We will need that file now to load it into the Enterprise Architect.</p>
<p>17. Copy now the new “AMUSEAuthenticationService.dll” into the “ExternalReferences” and close Visual Studio.NET.</p>
<p>18. So let’s move now to the interesting part – the Enterprise Architect and AMUSE-PlugIn.</p>
<p>19. Open the Enterprise Architect solution from the last example and import the WSDL:<br />
a) Menu – “Project” – “Web Services” – “Import WSDL”<br />
b) Choose our AuthenticationService.wsdl file and import.<br />
Your “Project Browser” should now look like in the following screenshot:<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/clip_image0071.png"  rel="lightbox[2016]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image007" src="http://blog.lieberlieber.com/wp-content/uploads/clip_image007_thumb1.png" border="0" alt="clip_image007" width="223" height="244" /></a></p>
<p>20. Now let’s try our workflow.</p>
<p>21. The workflow stops with an error?<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/clip_image0081.png"  rel="lightbox[2016]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image008" src="http://blog.lieberlieber.com/wp-content/uploads/clip_image008_thumb1.png" border="0" alt="clip_image008" width="244" height="158" /></a></p>
<p>22. If you look closer at the “Stack Trace” you can find the error:<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/clip_image010.jpg"  rel="lightbox[2016]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image010" src="http://blog.lieberlieber.com/wp-content/uploads/clip_image010_thumb.jpg" border="0" alt="clip_image010" width="244" height="130" /></a><br />
And if you look at the detail description &#8211; double click on the “Error”. You can see that there is no connection to the remote server. To resolve that problem we could start now Visual Studio.NET again or better we start the service from Enterprise Architect!</p>
<p><a href="http://blog.lieberlieber.com/wp-content/uploads/clip_image0111.png"  rel="lightbox[2016]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image011" src="http://blog.lieberlieber.com/wp-content/uploads/clip_image011_thumb1.png" border="0" alt="clip_image011" width="168" height="244" /></a></p>
<p>23. For that reason we create a StartWebDev.bat file and place it into the “External References” folder. We add now following code:<br />
call &#8220;C:\Program Files\Microsoft Visual Studio 9.0\vc\vcvarsall.bat&#8221;</p>
<p>&#8220;C:\Program Files\Common Files\Microsoft Shared\DevServer\9.0\WebDev.WebServer.exe&#8221; /port:[YOURPORT] /path:&#8221;[YOURSOLUTIONPATH]&#8221; /vpath:/</p>
<p>24. Now we can go to the Enterprise Architect and add the StartWebDev.bat file for the “Run”.</p>
<p>25. a) Right mouse click on the<br />
&lt;&lt;WSDLnamespace&gt;&gt; AuthenticationService”-package.<br />
b) Build and Run<br />
c) Run<br />
<a href="http://blog.lieberlieber.com/wp-content/uploads/clip_image0121.png"  rel="lightbox[2016]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image012" src="http://blog.lieberlieber.com/wp-content/uploads/clip_image012_thumb1.png" border="0" alt="clip_image012" width="244" height="241" /></a></p>
<p>26. Now we add a new Build Script:<br />
Name: AuthenticationService<br />
Directory: [YOURPATH]</p>
<p>27. At the “Run” section we can select now the “StartWebDev.bat” file.</p>
<p>28. If you choose now “Run” from the context menu again or press “STRG+Alt+N” the ASP.NET Development Server will start and the workflow works without errors!</p>
<p>To download the project files click <a href="http://blog.lieberlieber.com/wp-content/uploads/AmuseWebServiceExample.zip" onclick="javascript:pageTracker._trackPageview('/downloadsblog./wp-content/uploads/AmuseWebServiceExample.zip');">here</a></p>
<p>As we saw in this example it is very easy to use Enterprise Architect and the AMUSE-PlugIn to call existing ASP.NET Web Services and execute them within Enterprise Architect.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F07%2Flieberlieber-amuse-using-statemachines-and-asp-net-webservices%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F07%2Flieberlieber-amuse-using-statemachines-and-asp-net-webservices%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Using%20Statemachines%20and%20ASP.NET%20WebServices" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F07%2Flieberlieber-amuse-using-statemachines-and-asp-net-webservices%2F&amp;t=LieberLieber%20AMUSE%20%26ndash%3B%20Using%20Statemachines%20and%20ASP.NET%20WebServices" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F07%2Flieberlieber-amuse-using-statemachines-and-asp-net-webservices%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Using%20Statemachines%20and%20ASP.NET%20WebServices" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F07%2Flieberlieber-amuse-using-statemachines-and-asp-net-webservices%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Using%20Statemachines%20and%20ASP.NET%20WebServices" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F07%2Flieberlieber-amuse-using-statemachines-and-asp-net-webservices%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Using%20Statemachines%20and%20ASP.NET%20WebServices" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F07%2Flieberlieber-amuse-using-statemachines-and-asp-net-webservices%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Using%20Statemachines%20and%20ASP.NET%20WebServices" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F07%2Flieberlieber-amuse-using-statemachines-and-asp-net-webservices%2F&amp;title=LieberLieber%20AMUSE%20%26ndash%3B%20Using%20Statemachines%20and%20ASP.NET%20WebServices" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F07%2Flieberlieber-amuse-using-statemachines-and-asp-net-webservices%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2010/05/07/lieberlieber-amuse-using-statemachines-and-asp-net-webservices/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>LieberLieber AMUSE in EA 8.0</title>
		<link>http://blog.lieberlieber.com/2010/05/06/lieberlieber-amuse-in-ea-8-0/</link>
		<comments>http://blog.lieberlieber.com/2010/05/06/lieberlieber-amuse-in-ea-8-0/#comments</comments>
		<pubDate>Thu, 06 May 2010 14:46:17 +0000</pubDate>
		<dc:creator>Richard Deininger</dc:creator>
				<category><![CDATA[AMUSE]]></category>
		<category><![CDATA[EA]]></category>
		<category><![CDATA[Enterprise Architect]]></category>
		<category><![CDATA[LieberLieber AMUSE]]></category>

		<guid isPermaLink="false">http://blog.lieberlieber.com/?p=1985</guid>
		<description><![CDATA[LieberLieber Amuse für EA 8.0
Was gibt es neues,...
Was muss ich bei der Installation beachten.]]></description>
			<content:encoded><![CDATA[<p>Wir haben jetzt auch eine Version von AMUSE für Enterprise Architect 8.0.</p>
<p>Updates dieser Version beinhaltet:</p>
<ul>
<li>verbesserte Handling der Trigger</li>
<li>die StateMachine Engine Klassen wurden ausgelagert.</li>
<li>und derzeit arbeiten wir an einer direkten Einbettung mit Hilfe der neuen EA Addin Windows</li>
</ul>
<p>aber <strong><span style="color: #ff0000; font-size: medium;">ACHTUNG</span>: </strong></p>
<p>Nach einem Test haben wir herausgefunden das <strong>EA 8.0 Build 855</strong> einen minor <strong>Bug</strong> enthält bezüglich der Call Behavoir Generierung (genauer gesagt das anlegen der Do/Entry/Exit Actions). Dieser wurde schnell von Australien wieder behoben in der neuen Version. Der raten wir sofort <strong>Build 856 </strong>zu installieren.</p>
<p><strong>English:</strong></p>
<p>We also got a version of AMUSE for Enterprise Architect 8.0.</p>
<p>New Features:</p>
<ul>
<li>better handling of the new Trigger in EA 8.0</li>
<li>StateMachine Engine Classes are now stored externally.</li>
<li>currently we&#8217;r working to embed AMUSE directly into EA with the new EA Addin Windows</li>
</ul>
<p><strong><span style="color: #ff0000; font-size: medium;">CAUTION</span>: </strong></p>
<p>After some testing we found that <strong>EA 8.0 Build 855</strong> has a minor <strong>Bug</strong> regarding the codegeneration for Call Behavoir (to be exact the generation of the Do/Entry/Exit actions). Australia fixed this issue pretty fast and the new version is good to go. We advise you to skip 855 and directly install <strong>Build 856</strong>.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F06%2Flieberlieber-amuse-in-ea-8-0%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');" title="Technorati"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F06%2Flieberlieber-amuse-in-ea-8-0%2F&amp;title=LieberLieber%20AMUSE%20in%20EA%208.0" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" title="Digg"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F06%2Flieberlieber-amuse-in-ea-8-0%2F&amp;t=LieberLieber%20AMUSE%20in%20EA%208.0" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" title="Facebook"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F06%2Flieberlieber-amuse-in-ea-8-0%2F&amp;title=LieberLieber%20AMUSE%20in%20EA%208.0" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" title="del.icio.us"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F06%2Flieberlieber-amuse-in-ea-8-0%2F&amp;title=LieberLieber%20AMUSE%20in%20EA%208.0" onclick="javascript:pageTracker._trackPageview('/outbound/article/favorites.live.com');" title="Live"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F06%2Flieberlieber-amuse-in-ea-8-0%2F&amp;title=LieberLieber%20AMUSE%20in%20EA%208.0" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" title="Google"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F06%2Flieberlieber-amuse-in-ea-8-0%2F&amp;title=LieberLieber%20AMUSE%20in%20EA%208.0" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dotnetkicks.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F06%2Flieberlieber-amuse-in-ea-8-0%2F&amp;title=LieberLieber%20AMUSE%20in%20EA%208.0" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dzone.com');" title="description"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" target="_blank" href="http://twitter.com/home?status=http%3A%2F%2Fblog.lieberlieber.com%2F2010%2F05%2F06%2Flieberlieber-amuse-in-ea-8-0%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" title="TwitThis"><img src="http://blog.lieberlieber.com/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lieberlieber.com/2010/05/06/lieberlieber-amuse-in-ea-8-0/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
