 




<?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>Service Endpoint &#187; messaging</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/serviceendpoint/tag/messaging/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/serviceendpoint</link>
	<description>Yet another destination in a service-oriented world</description>
	<lastBuildDate>Fri, 30 Jan 2009 10:37:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>WMOC#32 &#8211;  Don Box and Doug Purdy on OSLO @ SE Radio</title>
		<link>http://itknowledgeexchange.techtarget.com/serviceendpoint/wmoc32-don-box-and-doug-purdy-on-oslo-se-radio/</link>
		<comments>http://itknowledgeexchange.techtarget.com/serviceendpoint/wmoc32-don-box-and-doug-purdy-on-oslo-se-radio/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 01:56:41 +0000</pubDate>
		<dc:creator>Dilipkrishnan</dc:creator>
				<category><![CDATA[azure]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[functional-programming]]></category>
		<category><![CDATA[messaging]]></category>
		<category><![CDATA[oslo]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[wmoc]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/serviceendpoint/?p=163</guid>
		<description><![CDATA[Harry Pierson &#8211; Links for 2009-01-14 [del.icio.us] MIT OpenCourseWare &#124; A Gentle Introduction to Programming Using Python This course will provide a gentle introduction to programming using Python™ for highly motivated students with little or no prior experience in programming computers. The course will focus on planning and organizing programs, as well as the grammar [...]]]></description>
				<content:encoded><![CDATA[<p>Harry Pierson &#8211; <a href="http://feeds.feedburner.com/~r/Devhawk/~3/512618112/harrypierson">Links for 2009-01-14 [del.icio.us]</a></p>
<ul class="bookmarks NOTHUMB">
<li class="post first">
<div class="bookmark NOTHUMB">
<div class="dateGroup"></div>
<div class="data">
<h4><em><a class="taggedlink" rel="nofollow" href="http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-189January--IAP--2008/CourseHome/index.htm">MIT OpenCourseWare | A Gentle Introduction to Programming Using Python</a></em></h4>
<div class="description"><em>This course will provide a gentle introduction to programming using Python™ for highly motivated students with little or no prior experience in programming computers. The course will focus on planning and organizing programs, as well as the grammar of the Python programming language. Lectures will be interactive featuring in-class exercises with lots of support from the course staff. </em></div>
</div>
<div class="meta"></div>
</div>
</li>
<li class="post">
<div class="bookmark NOTHUMB">
<div class="data">
<h4><em><a class="taggedlink" rel="nofollow" href="http://download.microsoft.com/download/D/6/E/D6E0290E-8919-4672-B3F7-56001BDC6BFA/Windows%20Azure%20Blob%20-%20Dec%202008.docx">Windows Azure Blob Whitepaper</a></em></h4>
<div class="description"><em> This document describes Windows Azure Blob, and how to use it. Windows Azure Blob enables applications to store large objects, up to 50GB each in the cloud. It supports massively scalable blob system, where hot blobs will be served from many servers to scale out and meet the traffic needs of your application. </em></div>
</div>
</div>
</li>
</ul>
<p>Arnon Rotem-Gal-Oz &#8211; <a href="http://dobbscodetalk.com/index.php?option=com_myblog&amp;show=Sagas-and-Workflows.html&amp;Itemid=29">Sagas and Workflows</a> <em>The Saga provides a context for set of messages to allow manging an effort for  distributed concensus. It does not &#8220;orchestrate&#8221; messages (that&#8217;s what workflows  are for) &#8211; you can read more on Saga&#8217;s in an excerpt from my SOA patterns book:   <a href="http://www.rgoarchitects.com/Files/SOAPatterns/Saga.pdf">Saga  pattern</a>.</em></p>
<p>Ayende Rahien</p>
<ul>
<li><a href="http://feeds.feedburner.com/~r/AyendeRahien/~3/513658523/rhino-service-bus-saga-and-state.aspx">Rhino Service Bus: Saga and State</a> <em>- On the implementation of Sagas in Rhino Service Bus<a href="http://feeds.feedburner.com/~r/AyendeRahien/~3/513658523/rhino-service-bus-saga-and-state.aspx"><br />
</a></em></li>
<li><a href="http://feeds.feedburner.com/~r/AyendeRahien/~3/516210004/rhino-service-bus-concurrency-in-a-distributed-world.aspx">Rhino Service Bus: Concurrency in a distributed world</a> &#8211; <em>One of them [ways to solve the concurrency problem] is to ensure that this cannot happen by locking on a shared resource when executing the saga (commonly done by opening a transaction on the saga’s row). That can significantly limit the system scalability. Another option is to persist the saga’s state in a way that ensure that we have no conflicts. One way of doing that is to persist the actual state change itself, which allow us to replay the object to a consistent state. Concurrent updates don’t bother us because we aren’t actually modifying the data.</em></li>
</ul>
<p>Chris Sells -  <a href="http://www.sellsbrothers.com/news/showTopic.aspx?ixTopic=2241">ExtractM &#8220;Oslo&#8221; Sample</a><em> a sample command-line tool for extracting M source code from compiled M images</em></p>
<p>Kirk Evans &#8211; <a href="http://blogs.msdn.com/kaevans/archive/2009/01/20/dynamically-invoking-web-services-with-wcf-this-time.aspx">Dynamically Invoking Web Services&#8230; With WCF This Time</a></p>
<p>Keith Brown &#8211; <a href="http://www.pluralsight.com/community/blogs/keith/archive/2009/01/17/sslhelper-get-help-running-a-partial-ssl-website-in-asp-net.aspx">SslHelper &#8211; Get help running a partial SSL website in ASP.NET</a></p>
<p>Matthew.Podwysock</p>
<ul>
<li><a href="http://feeds.feedburner.com/~r/CodeBetter/~3/517956197/functional-programming-unit-testing-using-type-classes.aspx">Functional Programming Unit Testing – Using Type Classes</a></li>
<li><a href="http://feeds.feedburner.com/~r/CodeBetter/~3/511022081/how-would-the-clr-be-different.aspx">How would the CLR Be Different?</a> &#8211; <em>Let’s go through just a few of them.</em>
<ul>
<li><em>Void not treated as a generic argument type </em></li>
<li><em>Non-null references </em></li>
<li><em>Make immutability easier </em></li>
<li><em>Sheer complexity of Code Access Security</em></li>
<li><em>Pluggable JIT </em></li>
<li><em>Improved generics with <a href="http://en.wikipedia.org/wiki/Type_class#Higher-kinded_polymorphism">higher kinded polymorphism</a></em></li>
</ul>
</li>
</ul>
<p>Nicholas Allen &#8211; <a href="http://blogs.msdn.com/drnick/archive/2009/01/20/further-adventures-of-aaron-skonnard-screencasts.aspx">Further Adventures of Aaron Skonnard Screencasts</a></p>
<p>SE-Radio Team &#8211; <a href="http://feeds.feedburner.com/~r/se-radio/~3/513748447/episode-123-microsoft-oslo-don-box-and-doug-purdy">Episode 123: Microsoft OSLO with Don Box and Doug Purdy</a></p>
<p>Aaron Skonnard &#8211; Channel 9 Video on <a href="http://www.pluralsight.com/community/blogs/aaron/archive/2009/01/15/cloud-services-101-with-aaron-skonnard.aspx">Cloud Services 101</a></p>
<p>Alvin Ashcraft &#8211; Web Developement Links</p>
<ul>
<li><a href="http://feedproxy.google.com/~r/alvinashcraft/~3/Iplc-zBXakg/">Dew Drop &#8211; January 19, 2009</a></li>
<li><a href="http://feedproxy.google.com/~r/alvinashcraft/~3/Qqkb2DIOMBQ/">Dew Drop &#8211; January 18, 2009</a></li>
<li><a href="http://feedproxy.google.com/~r/alvinashcraft/~3/MlV99E4-z_U/">Dew Drop – January 17, 2009</a></li>
</ul>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/serviceendpoint/wmoc32-don-box-and-doug-purdy-on-oslo-se-radio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WSDAC#30 &#8211; Open source business model</title>
		<link>http://itknowledgeexchange.techtarget.com/serviceendpoint/wsdac30-open-source-business-model/</link>
		<comments>http://itknowledgeexchange.techtarget.com/serviceendpoint/wsdac30-open-source-business-model/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 05:05:03 +0000</pubDate>
		<dc:creator>Dilipkrishnan</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[cloud computi]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[messaging]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[WebServices]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/serviceendpoint/?p=145</guid>
		<description><![CDATA[Dare Obasanjo &#8211; The Myth of the Open Source Business Model it should be clear that none of these business models actually involves making money directly from selling only the software. This is problematic for developers of shrinkwrapped, consumer software such as games because none of the aforementioned business models actually works well for them. [...]]]></description>
				<content:encoded><![CDATA[<p>Dare Obasanjo &#8211; <a href="http://www.25hoursaday.com/weblog/2008/12/27/TheMythOfTheOpenSourceBusinessModel.aspx">The Myth of the Open Source Business Model </a><em>it should be clear that none of these business models actually involves making money directly from selling <span style="text-decoration: underline">only</span> the software. This is problematic for developers of shrinkwrapped, consumer software such as games because none of the aforementioned business models actually works well for them.</em></p>
<p>AWS Editor &#8211; <a href="http://feeds.feedburner.com/~r/AmazonWebServicesBlog/~3/494148918/running-everything-on-aws-soocialcom.html">100% on Amazon Web Services: Soocial.com</a></p>
<p>Ayende Rahien &#8211; <a href="http://feeds.feedburner.com/~r/AyendeRahien/~3/498357815/discussion-oo-101-solutions-and-the-open-close-principle-at.aspx">Discussion: OO 101 Solutions and the Open Close Principle at the architecture level</a></p>
<p>David Chappell &#8211; <a href="http://www.davidchappell.com/blog/2008/12/sixth-platform.html">The Sixth Platform</a><em> Mainframes, minicomputers, desktops, servers, mobile phones: That&#8217;s five,<br />
Yet one is being born right now: The cloud is the sixth platform</em></p>
<p>High Scalability Blog</p>
<ul>
<li><a href="http://highscalability.com/scalability-perspectives-5-werner-vogels-amazon-technology-platform">Scalability Perspectives #5: Werner Vogels – The Amazon Technology Platform</a></li>
<li><a href="http://highscalability.com/messaging-not-just-investment-banks">Messaging is not just for investment banks</a></li>
<li><a href="http://highscalability.com/alternative-memcache-usage-highly-scalable-highly-available-memory-shard-index">Alternative Memcache Usage: A Highly Scalable, Highly Available, In-Memory Shard Index</a></li>
<li><a href="http://highscalability.com/how-organize-database-table-s-keys-scalability">How to Organize a Database Table’s Keys for Scalability</a></li>
<li><a href="http://highscalability.com/platform-virtualization-top-25-providers-software-hardware-combined">Platform virtualization &#8211; top 25 providers (software, hardware, combined)</a></li>
</ul>
<p>J.D. Meier &#8211; <a href="http://blogs.msdn.com/jmeier/archive/2008/12/31/grady-booch-on-the-microsoft-application-architecture-guide-2-0.aspx">Grady Booch on the Microsoft Application Architecture Guide 2.0</a></p>
<p>Mike Moore &#8211; <a href="http://feeds.feedburner.com/~r/altnetpodcast/~3/497827680/13-ruby-on-rails">Podcast on Ruby on Rails</a></p>
<p>Patrick Smacchia &#8211; <a href="http://feeds.feedburner.com/~r/CodeBetter/~3/491489649/ship-it-often-vs-tdd.aspx">Ship It Often vs. TDD</a></p>
<p>Phillipe Destoop &#8211; <a href="http://blogs.msdn.com/architectsrule/archive/2009/01/05/birth-of-a-brand-new-architect-paradigm-shift-cloud-computing.aspx">Birth of a brand-new architect paradigm shift: cloud computing</a></p>
<p>Steve Vinoski &#8211; <a href="http://steve.vinoski.net/blog/2009/01/03/more-sha-in-erlang/">More SHA in Erlang</a></p>
<p>Ted Neward &#8211; <a href="http://blogs.tedneward.com/2009/01/01/2009+Predictions+2008+Predictions+Revisited.aspx">2009 Predictions, 2008 Predictions Revisited</a></p>
<p>Todd Hoff &#8211; <a href="http://highscalability.com/strategy-understanding-your-data-leads-best-scalability-solutions">Strategy: Understanding Your Data Leads to the Best Scalability Solutions</a></p>
<p>Alvin Ashcraft &#8211; Design/Methodology links</p>
<ul>
<li><a href="http://feeds.feedburner.com/~r/alvinashcraft/~3/504338576/">Dew Drop &#8211; January 6, 2009</a></li>
<li><a href="http://feeds.feedburner.com/~r/alvinashcraft/~3/503402707/">Dew Drop &#8211; January 5, 2009</a></li>
<li><a href="http://feeds.feedburner.com/~r/alvinashcraft/~3/503399452/">Dew Drop &#8211; January 5, 2009</a></li>
<li><a href="http://feeds.feedburner.com/~r/alvinashcraft/~3/500452027/">Dew Drop &#8211; January 1, 2009</a></li>
<li><a href="http://feeds.feedburner.com/~r/alvinashcraft/~3/499000634/">Dew Drop &#8211; December 30, 2008</a></li>
<li><a href="http://feeds.feedburner.com/~r/alvinashcraft/~3/498099441/">Dew Drop &#8211; December 29, 2008</a></li>
<li><a href="http://feeds.feedburner.com/~r/alvinashcraft/~3/497472380/">Dew Drop &#8211; Weekend Edition &#8211; December 27-28, 2008</a></li>
</ul>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/serviceendpoint/wsdac30-open-source-business-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
