<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Announcing the Availability of the BizTalk ESB Toolkit 2.0</title><link>http://blogs.msdn.com/biztalk_server_team_blog/archive/2009/06/09/announcing-the-availability-of-the-biztalk-esb-toolkit-2-0.aspx</link><description>As we have pre-announced during several BizTalk sessions at TechEd North America last month, the BizTalk ESB Toolkit 2.0 , formerly known as the ESB Guidance 2.0 - has been released today to the web. It is available on the new ESB page in the BizTalk</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>?????????? BizTalk ESB Toolkit 2.0 | ???????????? ??????????, ????????</title><link>http://blogs.msdn.com/biztalk_server_team_blog/archive/2009/06/09/announcing-the-availability-of-the-biztalk-esb-toolkit-2-0.aspx#9713703</link><pubDate>Tue, 09 Jun 2009 10:49:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9713703</guid><dc:creator>?????????? BizTalk ESB Toolkit 2.0 | ???????????? ??????????, ????????</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://shomin.info/?p=721"&gt;http://shomin.info/?p=721&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>New and Notable 329</title><link>http://blogs.msdn.com/biztalk_server_team_blog/archive/2009/06/09/announcing-the-availability-of-the-biztalk-esb-toolkit-2-0.aspx#9716157</link><pubDate>Tue, 09 Jun 2009 17:41:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9716157</guid><dc:creator>Sam Gentile's Blog (if (DeveloperTask == Communication &amp;&amp; OS == Windows)</dc:creator><description>&lt;p&gt;BizTalk/Oslo/Windows Azure Announcing the Availability of the BizTalk ESB 2.0 Toolkit MGraph Object Model - This paper describes the newly revised object model for dynamic (programmatic) parsing of MGraph output as it exists in the &amp;amp;quot;Oslo&amp;amp;quot; May&lt;/p&gt;
</description></item><item><title>ESB Toolkit 2.0 Released!</title><link>http://blogs.msdn.com/biztalk_server_team_blog/archive/2009/06/09/announcing-the-availability-of-the-biztalk-esb-toolkit-2-0.aspx#9725588</link><pubDate>Thu, 11 Jun 2009 05:37:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9725588</guid><dc:creator>Brendon Birdoes</dc:creator><description>&lt;p&gt;As one of the developers of the ESB Toolkit 2.0, I am excited to announce its general availability! ...&lt;/p&gt;
</description></item><item><title>re: Announcing the Availability of the BizTalk ESB Toolkit 2.0</title><link>http://blogs.msdn.com/biztalk_server_team_blog/archive/2009/06/09/announcing-the-availability-of-the-biztalk-esb-toolkit-2-0.aspx#9806635</link><pubDate>Sat, 27 Jun 2009 18:11:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9806635</guid><dc:creator>briankinser</dc:creator><description>&lt;p&gt;I posted this on Richard Seroters &lt;a rel="nofollow" target="_new" href="http://seroter.wordpress.com/2009/06/08/esb-toolkit-out-and-about/#comment-7114"&gt;http://seroter.wordpress.com/2009/06/08/esb-toolkit-out-and-about/#comment-7114&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But I must congratulate you all!WOW! Really…..Going back 10 years (thats right there was an even worse version than 2000, BizTalk 1) in BizTalk I have just about every codeplex and 3rd party tool imaginable. The older version of the ESB was great but….Dude….There are 2 major pieces to the ESB Toolkit, the source (which you can compile yourself and extend) and the CORE install (which does compile the same source but uses a different snk so be careful mixing installed CORE GAC assemblies with your compiled source (project reference versus GAC reference) &lt;/p&gt;
&lt;p&gt;I have a Windows Server 2008 64bit install with BizTalk 2009 running and have just finished going through the source. I have chosend to implement the exception handling, repair/resubmit, web service operations and the ESB portal. To quote a famous actor “Beauuuutay”. &lt;/p&gt;
&lt;p&gt;I had 72 hrs estimated for and ESB exception handling by using the concepts laid out in the BizTalk HOT ROD magazine where we turn on failed message routing for all send and recieve ports, create fault messages in orchestrations inside an exception scope. The premise is this: Create 3 Error Handling orchestrations; 1 for picking up send port generated fault messages, 1 for recieve port fault messages and 1 for the orchestration fault messages. This gives you more leverage to set contextual properties at the right moment and bubble up correct errors. &lt;/p&gt;
&lt;p&gt;So back to the ESB, i am 15 hours into my estimate and i am now sending all of my failed messages into the ESBException db, which in turn gives a view of the fault message (which of course contains the original message as well) and all of my custom properties set during my orchestration errors. THIS IS HUGE!!!!! Bye bye HAT and mmc consoles and running queries in the group hub. Since it is all WEB now….and business clients can even see there activities from here as well….slight issues are; still getting the charts showing up blank, i have installed the MSChart but i think my version (ESB 2.0) may still like dundas better. Also the BizTalk explorer OM can only run in 32 bit mode however, the default app pool is set to 64 bit, easy change in IIS to set it 32 mode and your good. &lt;/p&gt;
&lt;p&gt;The sample applications (Test Clients!) and source code for the ESB are UNREAL!!!! On a similar vien to the MS Enterprise Library (which is also required) to provide a base library of ESB functionality to extend, which brings me to the repair and resubmit. We all know that infopath can read and display xml easily, the ESB portal not only provides the ability to view and search fault message but opening a message in infopath could let you view even more details, including the original message display using text fields for editing ande providing buttons for resubmittal back to the msg box. Again, “Beauuuutaay”. &lt;/p&gt;
&lt;p&gt;I know i am preaching to the choir hear like you really dont know how friggin cool this is, but if you have BizTalk 2009 this is not only the icing on the cake, it is the steak dinner before and the 4 glasses of wine after (I am an expat MCS so full meals are the norm).&lt;/p&gt;
&lt;p&gt;I have extended the ESB Toolkit(using the BizTalk hot rod approch) and now have implemented a road map for my client for the entire ESB capabilities matrix (UDDI, Resolvers, Transformers, etc..)….The ESB is a true enterprise service registry my friend and your hard work has made it much MUCH easier for the rest of us as well as our clients. &lt;/p&gt;
&lt;p&gt;Congratulations!!!!!&lt;/p&gt;
</description></item></channel></rss>