<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ESB Differences Between Java and .NET</title>
	<atom:link href="http://www.udidahan.com/2010/03/29/esb-differences-between-java-and-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.udidahan.com/2010/03/29/esb-differences-between-java-and-net/</link>
	<description>Enterprise Development Expert &#38; SOA Specialist</description>
	<lastBuildDate>Sat, 11 Feb 2012 15:16:10 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: udidahan</title>
		<link>http://www.udidahan.com/2010/03/29/esb-differences-between-java-and-net/comment-page-1/#comment-37171</link>
		<dc:creator>udidahan</dc:creator>
		<pubDate>Sun, 18 Apr 2010 05:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.udidahan.com/?p=1212#comment-37171</guid>
		<description>Jose,

NServiceBus could be seen as similar to JMS at some level I suppose, but the programming model ensures things like message ownership that are missing from JMS and matter a lot at larger scales.

People have actually started asking for a Java version of NServiceBus as they find its programming model quite attractive.</description>
		<content:encoded><![CDATA[<p>Jose,</p>
<p>NServiceBus could be seen as similar to JMS at some level I suppose, but the programming model ensures things like message ownership that are missing from JMS and matter a lot at larger scales.</p>
<p>People have actually started asking for a Java version of NServiceBus as they find its programming model quite attractive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jose</title>
		<link>http://www.udidahan.com/2010/03/29/esb-differences-between-java-and-net/comment-page-1/#comment-37167</link>
		<dc:creator>jose</dc:creator>
		<pubDate>Thu, 15 Apr 2010 18:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.udidahan.com/?p=1212#comment-37167</guid>
		<description>Hi,  

I think the NServiceBus (NSB) counterpart in the Java world is the JMS API, this API also enables the Pub/Sub and Point-to-Point communication style. However the programming model is a bit different.

The NSB is more closely related to the distributed systems concept of an Message Oriented Middleware is like a high-level abstraction of the concept.</description>
		<content:encoded><![CDATA[<p>Hi,  </p>
<p>I think the NServiceBus (NSB) counterpart in the Java world is the JMS API, this API also enables the Pub/Sub and Point-to-Point communication style. However the programming model is a bit different.</p>
<p>The NSB is more closely related to the distributed systems concept of an Message Oriented Middleware is like a high-level abstraction of the concept.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andyb</title>
		<link>http://www.udidahan.com/2010/03/29/esb-differences-between-java-and-net/comment-page-1/#comment-37148</link>
		<dc:creator>andyb</dc:creator>
		<pubDate>Fri, 02 Apr 2010 17:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.udidahan.com/?p=1212#comment-37148</guid>
		<description>hi udi,

can you recommand some books about soa?

thx</description>
		<content:encoded><![CDATA[<p>hi udi,</p>
<p>can you recommand some books about soa?</p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.udidahan.com/2010/03/29/esb-differences-between-java-and-net/comment-page-1/#comment-37138</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 30 Mar 2010 01:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.udidahan.com/?p=1212#comment-37138</guid>
		<description>This should be titled Mule vs NServiceBus.  

Until I heard about NServiceBus ( a few week ago), I didn&#039;t even know there was something like that for .NET (and no, Biztalk is not an ESB).  In the &quot;Java&quot; world there are plenty of ESB products, some &quot;native&quot; and some pure Java. IBM has 3 &quot;ESB&quot; products alone.</description>
		<content:encoded><![CDATA[<p>This should be titled Mule vs NServiceBus.  </p>
<p>Until I heard about NServiceBus ( a few week ago), I didn&#8217;t even know there was something like that for .NET (and no, Biztalk is not an ESB).  In the &#8220;Java&#8221; world there are plenty of ESB products, some &#8220;native&#8221; and some pure Java. IBM has 3 &#8220;ESB&#8221; products alone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: udidahan</title>
		<link>http://www.udidahan.com/2010/03/29/esb-differences-between-java-and-net/comment-page-1/#comment-37136</link>
		<dc:creator>udidahan</dc:creator>
		<pubDate>Mon, 29 Mar 2010 15:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.udidahan.com/?p=1212#comment-37136</guid>
		<description>Yaron,

Ultimately the transformation feature set belongs to the domain of brokers and application integration - which is exactly where BizTalk works great. While many ESB products tout similar abilities, that is more a function of their broker history than of the Bus Architectural Style.

Have you seen the page describing the combination of NServiceBus and BizTalk where each of their strengths amplifies the others:

http://www.nservicebus.com/InsteadOfBizTalk.aspx</description>
		<content:encoded><![CDATA[<p>Yaron,</p>
<p>Ultimately the transformation feature set belongs to the domain of brokers and application integration &#8211; which is exactly where BizTalk works great. While many ESB products tout similar abilities, that is more a function of their broker history than of the Bus Architectural Style.</p>
<p>Have you seen the page describing the combination of NServiceBus and BizTalk where each of their strengths amplifies the others:</p>
<p><a href="http://www.nservicebus.com/InsteadOfBizTalk.aspx" rel="nofollow">http://www.nservicebus.com/InsteadOfBizTalk.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yaron Naveh</title>
		<link>http://www.udidahan.com/2010/03/29/esb-differences-between-java-and-net/comment-page-1/#comment-37134</link>
		<dc:creator>Yaron Naveh</dc:creator>
		<pubDate>Mon, 29 Mar 2010 14:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.udidahan.com/?p=1212#comment-37134</guid>
		<description>Udi

How Biztalk/ESB 2.0 fits this division? ESB 2.0 per se focuses on the connectivity / interop / message shapes issues. So if you see it as a different offering than Biztalk and its orchestration capabilities I think it has similarities to the Java separation.</description>
		<content:encoded><![CDATA[<p>Udi</p>
<p>How Biztalk/ESB 2.0 fits this division? ESB 2.0 per se focuses on the connectivity / interop / message shapes issues. So if you see it as a different offering than Biztalk and its orchestration capabilities I think it has similarities to the Java separation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

