<?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>Architects Rule! : SOA</title><link>http://blogs.msdn.com/architectsrule/archive/tags/SOA/default.aspx</link><description>Tags: SOA</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Guidance and sample for secure, scalable, available and interoperable WebServices using .NET platform...Oslo approaching</title><link>http://blogs.msdn.com/architectsrule/archive/2008/06/04/guidance-and-sample-for-secure-scalable-available-and-interoperable-webservices-using-net-platform-oslo-approaching.aspx</link><pubDate>Wed, 04 Jun 2008 16:26:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8573296</guid><dc:creator>pdestoop</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/architectsrule/comments/8573296.aspx</comments><wfw:commentRss>http://blogs.msdn.com/architectsrule/commentrss.aspx?PostID=8573296</wfw:commentRss><description>&lt;P&gt;&lt;B&gt;StockTrader 2.0 and Configuration Service 2.0 now live on MSDN!&lt;/B&gt; 
&lt;P&gt;&lt;A href="http://msdn.microsoft.com/stocktrader" mce_href="http://msdn.microsoft.com/stocktrader"&gt;.NET StockTrader 2.0 and Configuration Services 2.0 Home Page&lt;/A&gt; 
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001_7.jpg" mce_href="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001_7.jpg"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=4 alt=clip_image001 src="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001_thumb.jpg"&gt;&lt;/A&gt; 
&lt;H3&gt;Executive Summary&lt;/H3&gt;
&lt;P&gt;Last May, we released the .NET StockTrader 1.0 as guidance for building service-oriented, enterprise-ready applications using .NET.&amp;nbsp; We’ve just updated it with new features to show expanded capabilities of what you can do with .NET in the enterprise built upon the recently released Windows Server 2008 and .NET Framework 3.5. This latest release provides guidance for developers and IT Pros on how to easily build services with .NET 3.5 and Windows Communication Foundation (WCF), provides scale out virtualization of services across clustered nodes, centralized configuration management of distributed composite applications, and provides these capabilities via easily re-usable shared libraries (~2 lines of code needed for developers to implement). 
&lt;H4&gt;What's in the box?&lt;/H4&gt;
&lt;P&gt;&lt;B&gt;&lt;/B&gt;
&lt;P&gt;· &lt;B&gt;.NET StockTrader 2.0&lt;/B&gt; is a Microsoft Windows Server 2008 and .NET Framework 3.5 implementation of IBM’s primary benchmark application and capacity planning tool for WebSphere 6.1, called Trade 6.1. The .NET StockTrader is a service-oriented, composite application built using .NET Windows Communication Foundation and C#, and is developed entirely in .NET. It operates against both &lt;B&gt;SQL Server and Oracle 11G&lt;/B&gt; databases, and precisely mirrors the IBM Java Enterprise implementation, providing functional and behavioral equivalence for all configurations tested (transaction integrity, distributed transaction calls, database queries, Web services XML formats, operational flow, and user-presented HTML pages and data structures). Hence, it represents an excellent opportunity to investigate and compare the relative performance of .NET Framework and IBM WebSphere for an application server workload that typifies many corporate and Internet-based applications. 
&lt;P&gt;· The application implements &lt;B&gt;Advanced Web Service&lt;/B&gt; security with message-level security, and provides a step-by-step tutorial for reconfiguring middle tier services to support both custom username and custom certificate client credentials.&amp;nbsp; It also incorporates interoperability over the Advanced Web Service (WS-*) protocols, interoperating with an Order Processing service alternately hosted in Java or PHP, based on open-source products from WSO2 and Apache Axis2/C. 
&lt;P&gt;· The download kit also includes a new &lt;B&gt;Capacity Planner tool&lt;/B&gt;, which is a multi-agent benchmarking tool created in .NET and WCF (source code provided) such that customers can easily test performance of both the Trade workload and the WSTest Web Services workload (WSTest is a Web Services benchmark created by Sun Microsystems; and both .NET/WCF and Java/WebSphere implementations are included in the kit).&amp;nbsp; The tool can be used to compare .NET performance directly to IBM WebSphere performance, as well as to other java-based application server products. 
&lt;P&gt;· &lt;B&gt;Configuration Service 2.0&lt;/B&gt; provides a reusable set of code libraries that can be leveraged as part of your SOA projects to develop new composite applications that mix/match services across both .NET and Java.&amp;nbsp; You can take advantage of the Configuration Service with your existing services and apps, enabling them to easily scale out by automatically detecting when you’ve added new computing nodes to the network and take advantage of scaling out with greater power (without requiring complex setup or configuration – it auto-detects that more resources are available for use).&amp;nbsp; The Configuration Service also allows you to setup and manage application-specific configuration data, and change this data without having to worry about physically re-deploying configuration files or restarting host processes across clustered nodes.&amp;nbsp; It is designed to make composite applications more resilient to failure, since service client requests automatically get redirected access to new nodes in a service domain. 
&lt;P&gt;This release of guidance is an important effort in helping customers develop service-oriented, composite applications that can scale to meet the most demanding needs of the enterprise.&amp;nbsp; Also, this guidance includes some early investigations of work that could help shape future server product investments being made by CSD as part of our Oslo product roadmap.&amp;nbsp; We’re releasing some early guidance to collect feedback and ideas that will be driven back into the product teams to shape future product direction. 
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001%5B1%5D.jpg" mce_href="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001%5B1%5D.jpg"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=4 alt=clip_image001[1] src="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001%5B1%5D_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001%5B1%5D_thumb.jpg"&gt;&lt;/A&gt; 
&lt;H3&gt;Key Messages&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;.NET is a proven foundation for mission critical applications- StockTrader and Configuration Service 2.0 demonstrate how Windows and .NET deliver impressive performance, scalability and security relative to other options in the market.&lt;/LI&gt;
&lt;LI&gt;Complete, seamless connections between front and back-end technologies - One of the key benefits of .NET is the breadth of options and features for developers and IT Pros utilizing the same tools and software. On the front end, WPF, ASP.NET and Silverlight provide rich user experiences that are able to work in concert with the robust and scalable services and workflow infrastructure provided by WCF, WF and other components of the .NET Framework. &lt;/LI&gt;
&lt;LI&gt;Simplified Interoperability - We know your infrastructure is a mixed environment. With the .NET Framework, these technologies can ‘just work’ together in a dynamic environment with little up-front investment or new development.&lt;/LI&gt;
&lt;LI&gt;Simplified management - The .NET Framework only continues to get more capable for building scalable applications, as demonstrated by the recent release of .NET 3.5 and Windows Server 2008. We’re making deep engineering investments to continue to help reduce the time it takes to perform basic development and management tasks, helping IT pros and professional developers make their application infrastructures more dynamic and flexible. This means that you can focus on adding more features and functionality to your applications spending less time writing lines and lines of code and debugging. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001%5B2%5D.jpg" mce_href="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001%5B2%5D.jpg"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=4 alt=clip_image001[2] src="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001%5B2%5D_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001%5B2%5D_thumb.jpg"&gt;&lt;/A&gt; 
&lt;H3&gt;Press Coverage&lt;/H3&gt;
&lt;P&gt;&lt;B&gt;&lt;/B&gt;
&lt;P&gt;&lt;B&gt;SD Times - From the Editors: Microsoft could democratize SOA &lt;/B&gt;
&lt;P&gt;By Alan Zeichick 
&lt;P&gt;May 15, 2008 
&lt;P&gt;&lt;A href="http://www.sdtimes.com/content/article.aspx?ArticleID=32145" mce_href="http://www.sdtimes.com/content/article.aspx?ArticleID=32145"&gt;http://www.sdtimes.com/content/article.aspx?ArticleID=32145&lt;/A&gt; 
&lt;P&gt;&lt;B&gt;&lt;/B&gt;
&lt;P&gt;&lt;B&gt;SD Times - &lt;/B&gt;Microsoft opens 'Oslo' skunk works 
&lt;P&gt;By David Worthington 
&lt;P&gt;April 29, 2008 
&lt;P&gt;&lt;A href="http://www.sdtimes.com/content/article.aspx?ArticleID=32106" mce_href="http://www.sdtimes.com/content/article.aspx?ArticleID=32106"&gt;http://www.sdtimes.com/content/article.aspx?ArticleID=32106&lt;/A&gt; 
&lt;P&gt;&lt;B&gt;InformationWeek - Microsoft continues its work on Oslo, SOA for Windows&lt;/B&gt; 
&lt;P&gt;By Charlie Babcock 
&lt;P&gt;April 24, 2008 
&lt;P&gt;&lt;A href="http://www.informationweek.com/TechSearch/Search.jhtml?site_id=InformationWeek&amp;amp;personality=category&amp;amp;queryText=Burley+Kawasaki&amp;amp;search=Go" mce_href="http://www.informationweek.com/TechSearch/Search.jhtml?site_id=InformationWeek&amp;amp;personality=category&amp;amp;queryText=Burley+Kawasaki&amp;amp;search=Go"&gt;http://www.informationweek.com/TechSearch/Search.jhtml?site_id=InformationWeek&amp;amp;personality=category&amp;amp;queryText=Burley+Kawasaki&amp;amp;search=Go&lt;/A&gt; 
&lt;P&gt;&lt;B&gt;&lt;/B&gt;
&lt;P&gt;&lt;B&gt;ZDNet - Microsoft’s Oslo connections begin to bud&lt;/B&gt; 
&lt;P&gt;By Joe McKendrick 
&lt;P&gt;April 29th, 2008 
&lt;P&gt;&lt;A href="http://blogs.zdnet.com/service-oriented/?p=1098" mce_href="http://blogs.zdnet.com/service-oriented/?p=1098"&gt;http://blogs.zdnet.com/service-oriented/?p=1098&lt;/A&gt; 
&lt;P&gt;&lt;B&gt;&lt;/B&gt;
&lt;P&gt;&lt;B&gt;Redmond Magazine - Microsoft To Release SOA Tool Paving the Path to Oslo &lt;/B&gt;
&lt;P&gt;By Jeffrey Schwartz 
&lt;P&gt;April 22, 2008 
&lt;P&gt;(Reposted in ENT News, Redmond Developer News and Redmond Channel Partner) 
&lt;P&gt;&lt;A href="http://redmondmag.com/news/article.asp?EditorialsID=9793" mce_href="http://redmondmag.com/news/article.asp?EditorialsID=9793"&gt;http://redmondmag.com/news/article.asp?EditorialsID=9793&lt;/A&gt; 
&lt;P&gt;&lt;B&gt;&lt;/B&gt;
&lt;P&gt;&lt;B&gt;&lt;U&gt;Blogs:&lt;/U&gt;&lt;/B&gt; 
&lt;P&gt;Windows Network - &lt;A href="http://windows_network.windowsboot.com/2008/04/30/microsoft-opens-oslo-skunk-works/" mce_href="http://windows_network.windowsboot.com/2008/04/30/microsoft-opens-oslo-skunk-works/"&gt;http://windows_network.windowsboot.com/2008/04/30/microsoft-opens-oslo-skunk-works/&lt;/A&gt; 
&lt;P&gt;Bad Boys Computer Weblog - &lt;A href="http://badboyscomputers.wordpress.com/2008/04/30/web-services-2/" mce_href="http://badboyscomputers.wordpress.com/2008/04/30/web-services-2/"&gt;http://badboyscomputers.wordpress.com/2008/04/30/web-services-2/&lt;/A&gt; 
&lt;P&gt;WinBeta - &lt;A href="http://www.winbeta.org/comments.php?shownews=15604" mce_href="http://www.winbeta.org/comments.php?shownews=15604"&gt;http://www.winbeta.org/comments.php?shownews=15604&lt;/A&gt; 
&lt;P&gt;IT Business Edge - &lt;A href="http://www.itbusinessedge.com/blogs/mia/?p=366" mce_href="http://www.itbusinessedge.com/blogs/mia/?p=366"&gt;http://www.itbusinessedge.com/blogs/mia/?p=366&lt;/A&gt; 
&lt;P&gt;&lt;B&gt;&lt;/B&gt;
&lt;P&gt;&lt;A class="" title=_Anchor_1_-_Lorem_ipsum_dolor_sit_am name=_Anchor_1_-_Lorem_ipsum_dolor_sit_am&gt;&lt;/A&gt;&lt;A href="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001%5B3%5D.jpg" mce_href="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001%5B3%5D.jpg"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=4 alt=clip_image001[3] src="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001%5B3%5D_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001%5B3%5D_thumb.jpg"&gt;&lt;/A&gt; 
&lt;H3&gt;Call to Action&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;download the &lt;A href="http://blogs.msdn.com/controlpanel/blogs/msdn.microsoft.com/stocktrader" mce_href="msdn.microsoft.com/stocktrader"&gt;integrated setup program&lt;/A&gt; which installs both the StockTrader 2.0 and Configuration Services 2.0 code, plus full documentation, as well as a complete step-by-step tutorial for getting started.&amp;nbsp; &lt;/LI&gt;
&lt;LI&gt;Tune into &lt;A href="http://blogs.msdn.com/gregleak/" mce_href="http://blogs.msdn.com/gregleak/"&gt;Greg Leake’s blog&lt;/A&gt; to learn more about the newest developments as additional updates are released, and visit the &lt;A href="http://go.microsoft.com/?linkid=7184661" mce_href="http://go.microsoft.com/?linkid=7184661"&gt;online forum&lt;/A&gt; to provide feedback.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001%5B4%5D.jpg" mce_href="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001%5B4%5D.jpg"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=4 alt=clip_image001[4] src="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001%5B4%5D_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001%5B4%5D_thumb.jpg"&gt;&lt;/A&gt; 
&lt;H3&gt;Q&amp;amp;A&lt;/H3&gt;
&lt;P&gt;&lt;B&gt;Q. What is the .NET StockTrader application?&lt;/B&gt; 
&lt;P&gt;The .NET StockTrader is an end-to-end sample application for .NET Enterprise Application Server technologies. It is a distributed service-oriented application based on the .NET Framework, and illustrates many of the .NET enterprise development technologies for building highly scalable, rich "enterprise-connected" applications. It is also designed as a benchmark kit to illustrate alternative tuning options within .NET and their relative performance. 
&lt;P&gt;&lt;B&gt;&lt;/B&gt;
&lt;P&gt;&lt;B&gt;Q. What is the .NET StockTrader 2.0 and how is it different from previous versions?&lt;/B&gt; 
&lt;P&gt;The .NET StockTrader 2.0 is the latest version, updated on Windows Server 2008 and .NET Framework 3.5. The application also has updated Configuration Services as well as better clustering/failover, WAS hosting of TCP-based services, and server monitoring. 
&lt;P&gt;&lt;B&gt;&lt;/B&gt;
&lt;P&gt;&lt;B&gt;Q. What are the Configuration Services and how does this help customers?&lt;/B&gt; 
&lt;P&gt;Configuration Service 2.0 allows developers to more easily build applications that are easier to deploy, manage and scale in distributed environments, helping IT pros and professional developers make their application infrastructures more dynamic and flexible. This means that you can focus on adding more features and functionality to your applications spending less time writing lines and lines of code and debugging. Configuration Service 2.0 provides a reusable set of code libraries that can be leveraged as part of your SOA projects to develop new composite applications that mix/match services across both .NET and Java.&amp;nbsp; You can take advantage of the Configuration Service with your existing services and apps, enabling them to easily scale out by automatically detecting when you’ve added new computing nodes to the network and take advantage of scaling out with greater power (without requiring complex setup or configuration – it auto-detects that more resources are available for use).&amp;nbsp; The Configuration Service also allows you to setup and manage application-specific configuration data, and change this data without having to worry about physically re-deploying configuration files or restarting host processes across clustered nodes.&amp;nbsp; It is designed to make composite applications more resilient to failure, since service client requests automatically get redirected access to new nodes in a service domain. 
&lt;P&gt;&lt;B&gt;Q. Do you have customers who are implementing these new applications?&lt;/B&gt; 
&lt;P&gt;The .NET StockTrader 2.0 is currently a sample application and targeted for developers to test for themselves at, &lt;A href="http://msdn2.microsoft.com/en-us/netframework/bb499684.aspx" mce_href="http://msdn2.microsoft.com/en-us/netframework/bb499684.aspx"&gt;http://msdn2.microsoft.com/en-us/netframework/bb499684.aspx&lt;/A&gt;, and do not have current details on shipping it as a complete product. 
&lt;P&gt;&lt;B&gt;&lt;/B&gt;
&lt;P&gt;&lt;B&gt;Q. When will you be releasing these sample applications as full complete products in the future?&lt;/B&gt; 
&lt;P&gt;This guidance includes some early investigations of work that could help shape future server product investments being made by CSD as part of our Oslo product roadmap.&amp;nbsp; We’re releasing some early guidance releases to collect feedback and ideas that will be driven back into the product teams to shape future product direction. 
&lt;P&gt;&lt;B&gt;&lt;/B&gt;
&lt;P&gt;&lt;B&gt;Q. Why are you investing so much in the .NET StockTrader? Isn’t it just a sample app?&lt;/B&gt; 
&lt;P&gt;The .NET Framework only continues to get more capable for building scalable applications, as demonstrated by the recent release of .NET Framework 3.5 and Windows Server 2008. We’re making deep engineering investments to continue to help reduce the time it takes to perform basic development and management tasks, helping IT pros and professional developers make their application infrastructures more dynamic and flexible. This means that you can focus on adding more features and functionality to your applications spending less time writing lines and lines of code and debugging. The .NET StockTrader is a great proof point in this since it leverages the new features in the current .NET Framework platform. 
&lt;P&gt;&lt;B&gt;&lt;/B&gt;
&lt;P&gt;&lt;B&gt;Q. What benchmarks did you publish in February (2008)?&lt;/B&gt; 
&lt;P&gt;We published two new application server benchmark tests on MSDN, based on Microsoft Windows Server 2008 with .NET Framework 3.5. Tests show faster throughput compared to IBM WebSphere 6.1 on Red Hat Linux, specifically with scalability and performance in mission-critical enterprise scenarios. StockTrader 2.0 shows 117% better throughput of Windows Server using the IBM-designed Trade 6.1 benchmark; and Sun Microsystems’ WSTest web services benchmark demonstrates 94% better throughput on Windows Server on processing Web Service requests. More information and results can be found at &lt;A href="http://msdn.microsoft.com/stocktrader" mce_href="http://msdn.microsoft.com/stocktrader"&gt;http://msdn.microsoft.com/stocktrader&lt;/A&gt;. 
&lt;P&gt;&lt;B&gt;&lt;/B&gt;
&lt;P&gt;&lt;B&gt;Q. Aren’t these benchmarks driven by Microsoft? How are we sure that the benchmarks was tested fairly since this is vendor driven?&lt;/B&gt; 
&lt;P&gt;The benchmarks were created by IBM and Sun Microsystems, respectively, and publicly published by these vendors for benchmarking analysis. IBM developed, tested and published the Trade 6.1 Java implementation. Furthermore, the benchmarks include full disclosure of all source code for .NET (and Java for WSTest 1.5 as well as all precise tuning details and test script flow.&amp;nbsp; We encourage customers to download the benchmark kits themselves to perform their own testing and comparative analysis.&amp;nbsp; The applications also offer excellent guidelines, for both platforms, on building high performance server-based applications.&amp;nbsp; Everything customers need (or other vendors) to replicate and verify the results by performing their own analysis on equipment of their choosing is included. 
&lt;P&gt;&lt;B&gt;&lt;/B&gt;
&lt;P&gt;&lt;B&gt;Q. What benchmark tests did you use?&lt;/B&gt; 
&lt;P&gt;The paper presents the benchmark results of two key application server workloads and two key benchmarks used in the industry: 
&lt;OL&gt;
&lt;LI&gt;Trade 6.1 Application Server Benchmark created by IBM.&amp;nbsp; This benchmark serves as IBM’s primary capacity planning tool for WebSphere, and as their primary performance sample application for Java Enterprise applications. The workload is based on an end-to-end transaction-oriented application for a stock-trading business scenario.&amp;nbsp; The benchmarks detail throughput results for the IBM implementation vs. the functionally equivalent of the .NET Framework 3.5 implementation.&amp;nbsp; &lt;/LI&gt;&lt;/OL&gt;
&lt;OL start=2&gt;
&lt;LI&gt;WSTest Web Services 1.5 Benchmark, created by Sun Microsystems. This benchmark tests an application server’s performance as a Web Service Host, measuring the platforms ability to process Web Service operations involving HTTP/SOAP requests, isolating the networking stack, Web server integration, and XML serialization engines within the application server. More info can be found at, &lt;A href="http://msdn.microsoft.com/wstest" mce_href="http://msdn.microsoft.com/wstest"&gt;http://msdn.microsoft.com/wstest&lt;/A&gt;.&amp;nbsp;&amp;nbsp; &lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&lt;B&gt;Q. What were the results with the Trade 6.1 Benchmark?&lt;/B&gt; 
&lt;P&gt;Specifically with scalability and performance in mission-critical enterprise scenarios, the .NET Framework 3.5 and Windows Server 2008 shows up to 117% better throughput than IBM WebSphere 6.1/Red Hat Linux.&amp;nbsp; Other tested configurations show similar results, for example message-based order processing via transactional messaging queuing shows the .NET Framework 3.5 and Windows Server 2008 outperforming WebSphere 6.1/Red Hat Linux by 72% in terms of transactions per second.&amp;nbsp; Additionally, the remote service layer tests show Windows Server 2008 and .NET Framework 3.5 with 93% better performance under peak concurrent user loads. 
&lt;P&gt;&lt;B&gt;&lt;/B&gt;
&lt;P&gt;&lt;B&gt;Q.&amp;nbsp; What were the results with the WSTest?&lt;/B&gt; 
&lt;P&gt;Windows Server 2008 with the .NET Framework 3.5 significantly outperforms IBM WebSphere 6.1 running on Red Hat Linux Advanced Platform 5, by up to 94% (in terms of Web Service requests process per second). 
&lt;P&gt;&lt;B&gt;&lt;/B&gt;
&lt;P&gt;&lt;B&gt;Q. Since both benchmarks implement Web Services, is there interoperability between the .NET and WebSphere/Java implementations?&lt;/B&gt; 
&lt;P&gt;Yes, the .NET StockTrader Windows Communication Foundation services can seamlessly invoke the middle tier Java/WebSphere services, as well as the Java Server Pages application can seamlessly invoke and use the backend .NET services, with no code changes to either published application. The front end .NET StockTrader ASP.NET Web application can be mixed and matched with either the .NET middle tier, or the Java/WebSphere middle tier, and the Trade 6.1 front-end JSP application can seamlessly work with either the WebSphere/EJB middle tier, or the .NET middle tier.&amp;nbsp; The .NET StockTrader download on MSDN also includes a Windows Presentation Foundation smart client that can seamlessly work with either .NET or WebSphere middle tier services. 
&lt;P&gt;Likewise, the WSTest benchmark can be driven by either Java clients or .NET clients based on Windows Communication Foundation, since both platforms support the latest industry standard Web Services specifications.&amp;nbsp; Both benchmarks highlight seamless interoperability between middle tier services, and between front-end to middle tier interactions in mixed .NET/Java environments. 
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001%5B5%5D.jpg" mce_href="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001%5B5%5D.jpg"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=4 alt=clip_image001[5] src="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001%5B5%5D_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/Guidanceandsampleforsecu.Osloapproaching_D8A7/clip_image001%5B5%5D_thumb.jpg"&gt;&lt;/A&gt; 
&lt;H3&gt;Contacts/Resources&lt;/H3&gt;
&lt;P&gt;· Application Platform Field Portal - &lt;A href="http://appplat/" mce_href="http://AppPlat"&gt;http://AppPlat&lt;/A&gt; 
&lt;P&gt;· Microsoft’s SOA Home Page – &lt;A href="http://www.microsoft.com/soa" mce_href="http://www.microsoft.com/soa"&gt;http://www.microsoft.com/soa&lt;/A&gt; 
&lt;P&gt;· Microsoft’s BPM Home Page – &lt;A href="http://www.microsoft.com/bpm" mce_href="http://www.microsoft.com/bpm"&gt;http://www.microsoft.com/bpm&lt;/A&gt; 
&lt;P&gt;· Microsoft’s .NET Framework Home Page - &lt;A href="http://www.microsoft.com/net/" mce_href="http://www.microsoft.com/net/"&gt;http://www.microsoft.com/net/&lt;/A&gt; 
&lt;P&gt;· Microsoft’s Windows Server Home Page - &lt;A href="http://www.microsoft.com/windowsserver2008/en/us/default.aspx" mce_href="http://www.microsoft.com/windowsserver2008/en/us/default.aspx"&gt;http://www.microsoft.com/windowsserver2008/en/us/default.aspx&lt;/A&gt; 
&lt;P&gt;Microsoft’s Case Study Home Page – &lt;A href="http://www.microsoft.com/casestudies" mce_href="http://www.microsoft.com/casestudies"&gt;http://www.microsoft.com/casestudies&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8573296" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/architectsrule/archive/tags/SOA/default.aspx">SOA</category><category domain="http://blogs.msdn.com/architectsrule/archive/tags/S_2B00_S/default.aspx">S+S</category><category domain="http://blogs.msdn.com/architectsrule/archive/tags/Interop/default.aspx">Interop</category><category domain="http://blogs.msdn.com/architectsrule/archive/tags/Application+ARC/default.aspx">Application ARC</category></item><item><title>Harvard Business positioning SOA in Business Terms</title><link>http://blogs.msdn.com/architectsrule/archive/2008/05/29/harvard-business-positioning-soa-in-business-terms.aspx</link><pubDate>Thu, 29 May 2008 12:05:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8557474</guid><dc:creator>pdestoop</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/architectsrule/comments/8557474.aspx</comments><wfw:commentRss>http://blogs.msdn.com/architectsrule/commentrss.aspx?PostID=8557474</wfw:commentRss><description>&lt;H4&gt;&lt;STRONG&gt;Ever wondered about how to position SOA in business terms?&lt;/STRONG&gt; &lt;/H4&gt;
&lt;P&gt;Hereunder the intro of an Harvard Business Review article about this:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;"If your company embraced the reengineering revolution and is now hitting a wall, look beyond business processes to the new frontier of efficiency: the activities that make up those processes. Advances in IT--especially a relatively recent one called service-oriented architecture--are making it possible to design and deploy business activities as Lego-like software components, which can help transform your business into a highly productive plug-and-play operation. SOA enables discrete activities to be accessed via the internet and to be easily updated, shared, bought, and sold--both within your organization and externally. Most companies have thought of SOA merely as an easier, less expensive way to maintain the software that supports existing operations. By failing to revisit their organizational designs before applying SOA, however, these businesses are missing an opportunity to replace proprietary processes and activities with standardized, fungible ones. That's the nuanced argument made by Merrifield, of Microsoft; Calhoun, of Accelare; and Stevens, of Synaptus. To guide you through the intricacies of revisiting your operations, they outline an approach called a business capabilities analysis. Their method involves diagramming your company's work activities, describing the capabilities that support them, valuing and assessing the performance of both, and creating a heat map that helps identify the priorities for an improvement program. The authors share real-world examples of companies that have reaped rewards from this self-analysis and subsequent SOA implementation. They also acknowledge the barriers to applying SOA, including the gulf between CEOs and their IT departments. The leaders who overcome such obstacles, say the authors, will pioneer the next great leap in corporate productivity."&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;H4&gt;Ever wondered about the process about how to determine which aspects of your business operations will best benefit from SOA technology ?&lt;/H4&gt;
&lt;P&gt;The same article suggests the following 5 step process:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;B&gt;1. Describe your operations in terms of desired outcomes.&lt;/B&gt; 
&lt;P&gt;Resist any temptation to describe your operations in terms of the work people do (“We send customers invoices requesting on-time payment”) or how they do it (“We check orders against our invoices”). This leads to a long list of operations that sound different but that all mean the same thing. 
&lt;P&gt;Instead, describe operations in terms of desired outcomes—such as “Collect customer payment.” 
&lt;P&gt;&lt;B&gt;2. Identify the activities supporting your desired outcomes.&lt;/B&gt; 
&lt;P&gt;Example: 
&lt;P&gt;To support the desired outcome “Generate demand,” managers at a financial services firm listed three activities: “Manage partner relationships,” “Market services,” and “Sell services.” 
&lt;P&gt;&lt;B&gt;3. Identify the capabilities supporting each of your activities.&lt;/B&gt; 
&lt;P&gt;Example: 
&lt;P&gt;At the financial services firm, capabilities for “Sell services” were: “Manage orders,” “Manage sales,” “Manage immediately filled sales,” “Configure service pricing,” “Manage contracts,” “Qualify prospects,” and “Conduct business intelligence.” 
&lt;P&gt;&lt;B&gt;4. Identify activities most critical to your company’s success.&lt;/B&gt; 
&lt;P&gt;Your most critical activities are those that differentiate your firm from competitors, strongly influence whether customers buy from you and remain loyal, or drive a key performance measure (such as manufacturing cost, product quality, or time to market). Grade current performance on each critical activity’s supporting capabilities. 
&lt;P&gt;&lt;B&gt;5. Design a more efficient operating model.&lt;/B&gt; 
&lt;P&gt;Identify activities that lend themselves to a plug-and-play approach. For example, analyze whether seemingly similar activities in different areas really are the same (in which case they could be automated for use by multiple areas. Place each activity in one or more of the following categories: 
&lt;P&gt;&lt;B&gt;Primary:&lt;/B&gt; Keep in-house and designate as a top priority for improvement. 
&lt;P&gt;&lt;B&gt;Shared:&lt;/B&gt; Share with other divisions. 
&lt;P&gt;&lt;B&gt;Shifted: &lt;/B&gt;Transfer to customers, suppliers, or operational specialists. 
&lt;P&gt;&lt;B&gt;Automated: &lt;/B&gt;Use SOA to automate any of the above through Web-based services. 
&lt;P&gt;&lt;BR&gt;Example: 
&lt;P&gt;Insurer Harvard Pilgrim Health Care’s critical activities included identifying subscribers at high risk or in the early stages of developing chronic illnesses such as diabetes and heart disease. Spotting these people early would enable the company to enroll them in preventive care or disease-management programs before their conditions grew serious. But that required sophisticated datamining and -analysis technology that could comb through claims and other information. Recognizing it lacked this technology and expertise, the insurer moved those activities to an outside specialist. 
&lt;P&gt;Harvard Pilgrim also outsourced noncore activities (such as pharmacy-benefits management) so it could focus its resources on improving activities that afforded a strategic advantage (including creating new offerings and selling to large groups). 
&lt;P&gt;Almost bankrupt in 2000, Harvard Pilgrim is now solidly in the black. It has a host of loyal customers. And it has repeatedly received top awards or rankings for its service quality and customer satisfaction. 
&lt;P&gt;Read the full Harvard Business Review article here: &lt;A href="http://harvardbusinessonline.hbsp.harvard.edu/b01/en/common/item_detail.jhtml;jsessionid=DZ1125C2YK2DEAKRGWDSELQBKE0YIISW?id=R0806D&amp;amp;referral=7855" mce_href="http://harvardbusinessonline.hbsp.harvard.edu/b01/en/common/item_detail.jhtml;jsessionid=DZ1125C2YK2DEAKRGWDSELQBKE0YIISW?id=R0806D&amp;amp;referral=7855"&gt;http://harvardbusinessonline.hbsp.harvard.edu/b01/en/common/item_detail.jhtml;jsessionid=DZ1125C2YK2DEAKRGWDSELQBKE0YIISW?id=R0806D&amp;amp;referral=7855&lt;/A&gt;&lt;/P&gt;
&lt;DIV class=wlWriterSmartContent id=scid:0767317B-992E-4b12-91E0-4F059A8CECA8:8c75531f-72de-4476-9ccc-503a066f2b20 style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Tags van Technorati: &lt;A href="http://technorati.com/tags/SOA" rel=tag mce_href="http://technorati.com/tags/SOA"&gt;SOA&lt;/A&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8557474" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/architectsrule/archive/tags/SOA/default.aspx">SOA</category></item><item><title>Comparing Megavendors IBM, Microsoft, Oracle and SAP in SaaS</title><link>http://blogs.msdn.com/architectsrule/archive/2008/04/14/comparing-megavendors-ibm-microsoft-oracle-and-sap-in-saaa.aspx</link><pubDate>Mon, 14 Apr 2008 10:08:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8390930</guid><dc:creator>pdestoop</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/architectsrule/comments/8390930.aspx</comments><wfw:commentRss>http://blogs.msdn.com/architectsrule/commentrss.aspx?PostID=8390930</wfw:commentRss><description>&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Shift in application architecture over the years&lt;/STRONG&gt; 
&lt;P&gt;A critical shift in the concept of an "application" is well under way. Once end users stopped creating their own monolithic applications, applications became vendor-constructed monoliths — mass-market-focused bundles of black-box or opaque functionality delivered on a vendor-specified release schedule. With the advent of new technical capabilities — such as integrated service environments (ISEs), BPMSs and road transport informatics (RTIs) — new architectural models (for example, SOA and electronic design automation) and overarching concepts (such as agility), the application is being recast. The black box of monolithic business logic is being cracked open, exposing access to smaller components/services (for example, SOA-based), each able to participate in a larger "composition" of application logic using BPM and ISE/service-oriented development of applications (SODA) process-centric concepts and driven by needs unanticipated by the original creator/vendor. Vendor-mandated and -delivered design is being replaced with organic design principles driven by end-user enterprises that are incorporating business process platforms (BPPs) and ISE/SODA, often blending cross-vendor functionality into new, one-off system designs. Finally, the traditional vendor construction-release cycle is being augmented with a user-driven approach to continuous improvement, driving change based on system-level and application-level feedback derived from monitoring and performance information offered by business activity monitoring (BAM), RTI, business process automation (BPA) and BPM. The overarching shift is one of increased agility for end users and a de-emphasis on the traditional, predefined application as an entity in its own right. 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/ComparingMegavendorsIBMMicrosoftOraclean_807E/clip_image002_2.gif" mce_href="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/ComparingMegavendorsIBMMicrosoftOraclean_807E/clip_image002_2.gif"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=420 alt=clip_image002 src="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/ComparingMegavendorsIBMMicrosoftOraclean_807E/clip_image002_thumb.gif" width=581 border=0 mce_src="http://blogs.msdn.com/blogfiles/architectsrule/WindowsLiveWriter/ComparingMegavendorsIBMMicrosoftOraclean_807E/clip_image002_thumb.gif"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Source: Gartner ITxpo08&lt;/P&gt;
&lt;DIV class=wlWriterSmartContent id=scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3fe84281-83c0-41a0-a632-e37561349a16 style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; FLOAT: none; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati Tags: &lt;A href="http://technorati.com/tags/SOA" rel=tag mce_href="http://technorati.com/tags/SOA"&gt;SOA&lt;/A&gt;, &lt;A href="http://technorati.com/tags/SaaS" rel=tag mce_href="http://technorati.com/tags/SaaS"&gt;SaaS&lt;/A&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8390930" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/architectsrule/archive/tags/SOA/default.aspx">SOA</category><category domain="http://blogs.msdn.com/architectsrule/archive/tags/S_2B00_S/default.aspx">S+S</category><category domain="http://blogs.msdn.com/architectsrule/archive/tags/BPM/default.aspx">BPM</category></item><item><title>S+S Architecture Site on MSDN</title><link>http://blogs.msdn.com/architectsrule/archive/2008/02/19/s-s-architecture-site-on-msdn.aspx</link><pubDate>Tue, 19 Feb 2008 11:30:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7788937</guid><dc:creator>pdestoop</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/architectsrule/comments/7788937.aspx</comments><wfw:commentRss>http://blogs.msdn.com/architectsrule/commentrss.aspx?PostID=7788937</wfw:commentRss><description>&lt;H5&gt;A new section released on the MSDN Architecture center a section dedicated to Software + Services (S+S). &lt;/H5&gt;
&lt;P&gt;We realized that depending on whether you are a large enterprise, an ISV, a hosting company or trying to establish yourself as a trusted marketplace for software services, you will have a different perspective on S+S. This site's intent is to cater for these different perspectives, by offering 4 sub sections: 
&lt;UL&gt;
&lt;LI&gt;how to build S+S 
&lt;LI&gt;how to run S+S 
&lt;LI&gt;how to consume S+S 
&lt;LI&gt;how to monetize S+S &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;A href="http://msdn2.microsoft.com/en-us/architecture/aa699384.aspx" mce_href="http://msdn2.microsoft.com/en-us/architecture/aa699384.aspx"&gt;&lt;IMG height=205 alt=s_s src="http://blogs.msdn.com/blogfiles/gianpaolo/WindowsLiveWriter/SSArchitectureSiteonMSDN_C1A9/s_s_1.png" width=300 border=0 mce_src="http://blogs.msdn.com/blogfiles/gianpaolo/WindowsLiveWriter/SSArchitectureSiteonMSDN_C1A9/s_s_1.png"&gt;&lt;/A&gt; 
&lt;P&gt;Note that it is the v1 release of &lt;A href="http://msdn2.microsoft.com/en-us/architecture/aa699384.aspx" mce_href="http://msdn2.microsoft.com/en-us/architecture/aa699384.aspx"&gt;the site&lt;/A&gt; so we&amp;nbsp; are &lt;B&gt;&lt;U&gt;very&lt;/U&gt;&lt;/B&gt; open to feedback, gaps, suggestions etc. the only request is that you be constructive (if you don’t like it, please offer a suggestion, if you think things are missing, please provide us with of as detailed as possible description of what you are missing etc.) &lt;/P&gt;
&lt;DIV class=wlWriterSmartContent id=scid:0767317B-992E-4b12-91E0-4F059A8CECA8:56445606-97a5-4021-bcfe-2bc9c087761a style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati Tags: &lt;A href="http://technorati.com/tags/S+S" rel=tag mce_href="http://technorati.com/tags/S+S"&gt;S+S&lt;/A&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7788937" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/architectsrule/archive/tags/SOA/default.aspx">SOA</category><category domain="http://blogs.msdn.com/architectsrule/archive/tags/S_2B00_S/default.aspx">S+S</category></item><item><title>The BizTalk® Adapter Pack for the masses</title><link>http://blogs.msdn.com/architectsrule/archive/2008/02/19/the-biztalk-adapter-pack-for-the-masses.aspx</link><pubDate>Tue, 19 Feb 2008 10:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7788439</guid><dc:creator>pdestoop</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/architectsrule/comments/7788439.aspx</comments><wfw:commentRss>http://blogs.msdn.com/architectsrule/commentrss.aspx?PostID=7788439</wfw:commentRss><description>&lt;P&gt;The BizTalk® Adapter Pack provides a single solution to easily and securely connect to Line of Business (LOB) data from any custom-developed .NET application, SQL Server-based business intelligence solution, or an Office Business Application (OBA).&amp;nbsp; The three adapters available in this release are Siebel, SAP and Oracle DB.&amp;nbsp; For clarity for OBA's:&amp;nbsp; the adapter pack works with the BDC to allow you to connect to LOB systems such as SAP, Siebel or straight to Oracle Databases!!!! 
&lt;P&gt;The BizTalk Adapter Pack will be generally available on March 1st.&amp;nbsp; It will be sold for $5,000/processor. 
&lt;P&gt;Together with the BizTalk Adapter Pack MS also announced the: Office Developer Program.&amp;nbsp; This program provides participants with access to code, support and direct access to the product team for bug fixes and change requests.&amp;nbsp; By working with Office developers directly we will be validate additional Office/SharePoint scenarios.&amp;nbsp; 
&lt;H5&gt;Key Benefits&lt;/H5&gt;
&lt;P&gt;· &lt;B&gt;Single infrastructure for connectivity&lt;/B&gt;.&amp;nbsp; Whether connecting to LOB systems from custom-developed applications, SQL Server, or rich Office applications, customers can use a consistent approach to connectivity.&amp;nbsp; This enables a simplified approach to interoperability that lowers total cost of ownership and reduces training requirements. 
&lt;P&gt;· &lt;B&gt;Simple to learn.&amp;nbsp; &lt;/B&gt;Built on top of the WCF programming model, the BizTalk® Adapter Pack is easy for .NET trained developer to begin using and building connected applications.&amp;nbsp; The BizTalk Adapter Pack provides enhanced extensions to WCF that enable dynamic metadata discovery and generation – making it fast and easy to access data in corporate systems.&amp;nbsp; 
&lt;P&gt;· &lt;B&gt;Secure and reliable.&amp;nbsp; &lt;/B&gt;The BizTalk Adapter Pack tightly integrates with the security models provided by the individual business applications, ensuring that users have access only to data which they are permitted to see.&amp;nbsp; 
&lt;P&gt;· &lt;B&gt;Improves real-time visibility to your business data&lt;/B&gt;.&amp;nbsp; The BizTalk® Adapter Pack allows customers to access valuable corporate information when and where they can use it most productively, increasing visibility and enabling faster, better informed decision making.&lt;/P&gt;
&lt;DIV class=wlWriterSmartContent id=scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0d9fc858-3f1c-4fff-b726-051313c68712 style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati Tags: &lt;A href="http://technorati.com/tags/OBA" rel=tag mce_href="http://technorati.com/tags/OBA"&gt;OBA&lt;/A&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7788439" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/architectsrule/archive/tags/SOA/default.aspx">SOA</category><category domain="http://blogs.msdn.com/architectsrule/archive/tags/OBA/default.aspx">OBA</category><category domain="http://blogs.msdn.com/architectsrule/archive/tags/S_2B00_S/default.aspx">S+S</category><category domain="http://blogs.msdn.com/architectsrule/archive/tags/Interop/default.aspx">Interop</category></item><item><title>Metadata for an Enterprise SOA</title><link>http://blogs.msdn.com/architectsrule/archive/2008/02/05/metadata-for-an-enterprise-soa.aspx</link><pubDate>Tue, 05 Feb 2008 23:18:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7473680</guid><dc:creator>pdestoop</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/architectsrule/comments/7473680.aspx</comments><wfw:commentRss>http://blogs.msdn.com/architectsrule/commentrss.aspx?PostID=7473680</wfw:commentRss><description>&lt;P&gt;If an organization wishes to maximize reuse and make sure that all their services are well behaved and operational, then information will need to be stored and maintained such that all services are well known and capable of being managed. Since we want to manage the entire lifecycle of services in a SOA this information must be captured and maintained for services under development as well as services that are deployed. &lt;BR&gt;For a collection of services to be well known and manageable, information must be maintained which describes in a consistent way the functionality of each service, the service owner, interested parties, dependencies, configuration, the services categorization according to a business taxonomy and finally a description of proper behavior.&amp;nbsp; Enter Metadata for an Enterprise SOA.&lt;/P&gt;
&lt;P&gt;In &lt;A href="http://www.keithpij.com/Home/tabid/36/EntryID/3/Default.aspx" mce_href="http://www.keithpij.com/Home/tabid/36/EntryID/3/Default.aspx"&gt;this&lt;/A&gt; article find out what this is all about in a very simple, clear and well structured way. &lt;/P&gt;
&lt;DIV class=wlWriterSmartContent id=scid:0767317B-992E-4b12-91E0-4F059A8CECA8:652dc324-12b4-4eac-8514-53047683c852 style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati Tags: &lt;A href="http://technorati.com/tags/SOA" rel=tag mce_href="http://technorati.com/tags/SOA"&gt;SOA&lt;/A&gt;, &lt;A href="http://technorati.com/tags/Governance" rel=tag mce_href="http://technorati.com/tags/Governance"&gt;Governance&lt;/A&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7473680" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/architectsrule/archive/tags/SOA/default.aspx">SOA</category><category domain="http://blogs.msdn.com/architectsrule/archive/tags/IT+Governance/default.aspx">IT Governance</category></item><item><title>SOA and BPM: you can't have the one without the other?</title><link>http://blogs.msdn.com/architectsrule/archive/2007/11/30/soa-and-bpm-you-can-t-have-the-one-without-the-other.aspx</link><pubDate>Fri, 30 Nov 2007 11:46:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6611501</guid><dc:creator>pdestoop</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/architectsrule/comments/6611501.aspx</comments><wfw:commentRss>http://blogs.msdn.com/architectsrule/commentrss.aspx?PostID=6611501</wfw:commentRss><description>&lt;P&gt;SOA is about obtaining better enterprise agility and....so is BPM...&lt;BR&gt;SOA is about interconnecting "stovepiped" applications and...so is BPM...&lt;BR&gt;SOA has business aspects and technological aspects and...so has BPM...&lt;/P&gt;
&lt;P&gt;Articles about SOA usually contain info about BPM as if it was a part of SOA: having exposed business services does not provide agility per se, agility is obtained by composing these business services into meaningful and flexible end-to-end business processes.&lt;/P&gt;
&lt;P&gt;So, clearly,&amp;nbsp; SOA and BPM have many overlaps and intersections and many organizations currently have initiatives around SOA and BPM but...these are usually separate initiatives: BPM in the realm of business and SOA in the realm of IT.&lt;BR&gt;Obviously this&amp;nbsp; is not a good thing and to get the best business value out of both SOA AND BPM, especially for large strategic initiatives, the two initiatives should be combined.&lt;/P&gt;
&lt;P&gt;Gartner has a great &lt;A href="http://cid-aa01a52072973053.skydrive.live.com/browse.aspx/Public"&gt;article&lt;/A&gt; that explains this very clearly - definitively worth a read! (this article was on the CD of the last SOA/BPM conference in Redmond - it is public info)&lt;/P&gt;
&lt;DIV class=wlWriterSmartContent id=scid:0767317B-992E-4b12-91E0-4F059A8CECA8:901e034f-1a1d-4544-9691-3bad2f8fb1fc style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; FLOAT: none; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati Tags: &lt;A href="http://technorati.com/tags/SOA" rel=tag mce_href="http://technorati.com/tags/SOA"&gt;SOA&lt;/A&gt;, &lt;A href="http://technorati.com/tags/BPM" rel=tag mce_href="http://technorati.com/tags/BPM"&gt;BPM&lt;/A&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6611501" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/architectsrule/archive/tags/SOA/default.aspx">SOA</category><category domain="http://blogs.msdn.com/architectsrule/archive/tags/BPM/default.aspx">BPM</category></item><item><title>SOA nirvana not yet reached by most enterprises</title><link>http://blogs.msdn.com/architectsrule/archive/2007/08/23/soa-not-living-up-to-expectations-yet-in-most-enterprises.aspx</link><pubDate>Thu, 23 Aug 2007 23:15:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4530742</guid><dc:creator>pdestoop</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/architectsrule/comments/4530742.aspx</comments><wfw:commentRss>http://blogs.msdn.com/architectsrule/commentrss.aspx?PostID=4530742</wfw:commentRss><description>&lt;P&gt;Still struggling with SOA in your enterprise?&amp;nbsp; Don't worry (too) much, you are in good company! Indeed, for most companies SOA has not yet lived up to its promises according to a recent study reported in a Computerworld article:&amp;nbsp; 
&lt;P&gt;&lt;A href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;amp;articleId=9031202&amp;amp;intsrc=news_ts_head" mce_href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;amp;articleId=9031202&amp;amp;intsrc=news_ts_head"&gt;Only 37% of companies&lt;/A&gt; using service-oriented architecture (SOA) technology have seen it result in a positive return on investment, , according to a report released Monday by &lt;A href="http://www.computerworld.com/action/inform.do?command=search&amp;amp;searchTerms=Nucleus+Research+Inc." mce_href="http://www.computerworld.com/action/inform.do?command=search&amp;amp;searchTerms=Nucleus+Research+Inc."&gt;Nucleus Research Inc.&lt;/A&gt; 
&lt;P&gt;David O'Connell, an analyst at Wellesley, Mass.-based Nucleus, said that while corporate SOA projects could provide strong ROI for companies, most efforts today "seem to get stranded in little local pockets" of organizations. 
&lt;P&gt;"SOA is rather narrowly adopted, [and] it tends to be adopted on as-needed basis," O'Connell said. "It is easy to get ROI on SOA when you have a small handful of services for a narrowly defined set of projects. When you want to go enterprisewide, that is a large jump up. People are not getting over that hump."&lt;/P&gt;
&lt;DIV class=wlWriterSmartContent id=scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3aba740f-96d9-4513-837e-450e5580b8b2 style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati Tags: &lt;A href="http://technorati.com/tags/SOA" rel=tag&gt;SOA&lt;/A&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4530742" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/architectsrule/archive/tags/SOA/default.aspx">SOA</category></item><item><title>Forrester Publishes Application Server Platforms Report, Q3 2007</title><link>http://blogs.msdn.com/architectsrule/archive/2007/07/18/forrester-publishes-application-server-platforms-wave-q3-2007.aspx</link><pubDate>Wed, 18 Jul 2007 21:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3940741</guid><dc:creator>pdestoop</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/architectsrule/comments/3940741.aspx</comments><wfw:commentRss>http://blogs.msdn.com/architectsrule/commentrss.aspx?PostID=3940741</wfw:commentRss><description>&lt;H5&gt;Summary&lt;/H5&gt;
&lt;P&gt;On July 11th, Forrester released its Application Server Platforms Wave. Forrester defines an application server platform as “infrastructure software for building Web and composite applications and, increasingly, applications based on service-oriented architecture (SOA) design principles”. Forrester evaluated 9 vendors in the assessment – BEA Systems, IBM, Magic Software, Microsoft, Oracle, Pegasystems, Red Hat’s JBoss Division, SAP and Sun Microsystems – each offering application life-cycle coverage and a cohesive product or suite of products. &amp;nbsp;&lt;B&gt;Forrester evaluated these nine vendors in five different scenarios – Application Server Platforms, Conventional Platforms for Web Applications, Conventional Platforms for SOA Applications, Java/J2EE and Java EE Platforms, and Independent SOA Platforms – with Microsoft placing as a leader in every evaluation, save the Java-specific scenario.&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Check out the full report at &lt;A href="http://www.microsoft.com/presspass/itanalyst/default.mspx" mce_href="http://www.microsoft.com/presspass/itanalyst/default.mspx"&gt;MS PressPass&lt;/A&gt;&lt;/P&gt;
&lt;H5&gt;Key MS messages about this report findings:&lt;/H5&gt;
&lt;UL&gt;
&lt;LI&gt;Forrester found Microsoft to be a Leader in each of the five analyses, falling short of only Oracle in advanced feature criteria like business event management and real-time. Application server platforms are one of the most strategic investments of all application platforms, and Microsoft is pleased that Forrester deemed it a clear market leader, especially when you consider Forrester’s evaluation does not consider the new capabilities Microsoft will ship in the next eight months via Windows Server 2008, SQL Server 2008, Visual Studio 2008, BizTalk Server 2006 R2 and .NET Framework 3.5. &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/LI&gt;
&lt;LI&gt;The recent release of the .NET Framework 3.0 (with WCF) and BizTalk Server 2006 deliver a &lt;STRONG&gt;robust and industry-leading SOA platform&lt;/STRONG&gt; to customers today. Microsoft will expand this capability when Microsoft ships BizTalk Server 2006 R2 in September and the next version of the .NET Framework in early 2008. Microsoft is committed to extend its market position of delivering the broadest, best integrated and most affordable platform for executing your SOA workloads.&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;The Microsoft Application Platform is a portfolio of technology capabilities, core products, and best practice guidance focused on helping IT and development department’s partner with the business to maximize opportunity. The core products of the Microsoft Application Platform – SQL Server 2005, Visual Studio 2005, and BizTalk Server 2006 – can help you drive the right business efficiencies, customer connections and value-added services to: prioritize for the best ROI, advance the speed of information, and enable people at all levels to make the decisions that drive business success.&lt;/LI&gt;&lt;/UL&gt;
&lt;DIV class=wlWriterSmartContent id=0767317B-992E-4b12-91E0-4F059A8CECA8:1cda2237-b6e4-4223-9f3a-cb8e06897bae contentEditable=false style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; FLOAT: none; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati Tags: &lt;A href="http://technorati.com/tags/SOA" rel=tag mce_href="http://technorati.com/tags/SOA"&gt;SOA&lt;/A&gt;, &lt;A href="http://technorati.com/tags/ALM" rel=tag mce_href="http://technorati.com/tags/ALM"&gt;ALM&lt;/A&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3940741" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/architectsrule/archive/tags/SOA/default.aspx">SOA</category><category domain="http://blogs.msdn.com/architectsrule/archive/tags/ALM/default.aspx">ALM</category></item><item><title>Biztalk enhanced support for SOA, ESB, BPM, WF</title><link>http://blogs.msdn.com/architectsrule/archive/2007/07/17/biztalk-service-oriented-architecture-business-process-pack.aspx</link><pubDate>Tue, 17 Jul 2007 19:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3919580</guid><dc:creator>pdestoop</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/architectsrule/comments/3919580.aspx</comments><wfw:commentRss>http://blogs.msdn.com/architectsrule/commentrss.aspx?PostID=3919580</wfw:commentRss><description>&lt;P&gt;Microsoft announced that BizTalk Server 2006 R2 will ship in September.&lt;/P&gt;
&lt;P&gt;In the B2B area it offers key new features like:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;RFID &lt;/LI&gt;
&lt;LI&gt;EDI support (i.e. much improved)&lt;/LI&gt;
&lt;LI&gt;Availability Statement 2 (AS2) support&lt;/LI&gt;
&lt;LI&gt;Prebuilt integration with SharePoint Server&lt;/LI&gt;
&lt;LI&gt;Broader Enterprise SSO&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;In the area of &lt;STRONG&gt;SOA, BPM, Workflow, ESB&lt;/STRONG&gt; it also&amp;nbsp;includes significant new offerings like:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;ESB Guidance: &lt;/STRONG&gt;prescriptive guidance and pre-built reference architectures for Enterprise Service Bus (ESB) functionality – using BizTalk Server and WCF to simplify and accelerate the development of service-oriented architectures.&lt;BR&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;BPM &amp;amp; WF: t&lt;/STRONG&gt;hrough the Microsoft Business Process Alliance (BPA), Microsoft is providing support for a powerful set of end-to-end tools for automating and optimizing business processes. This includes partner solutions for BizTalk Server 2006 R2 in the areas of business process modeling and analysis, business rules management, human-centric workflow, and process simulation. See &lt;A href="http://www.microsoft.com/presspass/press/2007/feb07/02-26MSBPAPR.mspx" mce_href="http://www.microsoft.com/presspass/press/2007/feb07/02-26MSBPAPR.mspx"&gt;here&lt;/A&gt;&amp;nbsp;for more info about the BPA alliance.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Going further in this area: the roadmap&amp;nbsp;is that the next version of BizTalk Server will be built atop Windows Communication Foundation and Windows Workflow Foundation.&amp;nbsp; The goal is to raise the level of abstraction in creating process-centric composite applications by providing support for models and development tools.&lt;/P&gt;
&lt;P&gt;Check &lt;A href="http://www.microsoft.com/biztalk/evaluation/roadmap/default.mspx" mce_href="http://www.microsoft.com/biztalk/evaluation/roadmap/default.mspx"&gt;here&lt;/A&gt;&amp;nbsp;for more info about the Biztalk roadmap.&lt;/P&gt;
&lt;DIV class=wlWriterSmartContent id=0767317B-992E-4b12-91E0-4F059A8CECA8:22615cd4-cfeb-4b29-b3b1-e9ceabaa1a92 contentEditable=false style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati Tags: &lt;A href="http://technorati.com/tags/SOA" rel=tag mce_href="http://technorati.com/tags/SOA"&gt;SOA&lt;/A&gt;, &lt;A href="http://technorati.com/tags/ESB" rel=tag mce_href="http://technorati.com/tags/ESB"&gt;ESB&lt;/A&gt;, &lt;A href="http://technorati.com/tags/BPM" rel=tag mce_href="http://technorati.com/tags/BPM"&gt;BPM&lt;/A&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3919580" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/architectsrule/archive/tags/SOA/default.aspx">SOA</category><category domain="http://blogs.msdn.com/architectsrule/archive/tags/ESB/default.aspx">ESB</category></item><item><title>ESB Guidance Package</title><link>http://blogs.msdn.com/architectsrule/archive/2007/06/27/esb-guidance-package.aspx</link><pubDate>Wed, 27 Jun 2007 18:52:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3566777</guid><dc:creator>pdestoop</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/architectsrule/comments/3566777.aspx</comments><wfw:commentRss>http://blogs.msdn.com/architectsrule/commentrss.aspx?PostID=3566777</wfw:commentRss><description>&lt;P&gt;The Microsoft ESB Guidance provides architectural guidance, patterns, practices, and a set of BizTalk Server and .NET components to simplify the development of an Enterprise Service Bus (ESB) on the Microsoft platform and to allow Microsoft customers to extend their own messaging and integration solutions. 
&lt;P&gt;Check it out at: &lt;A href="http://www.codeplex.com/esb" mce_href="http://www.codeplex.com/esb"&gt;ESB Guidance Community&lt;/A&gt;&lt;/P&gt;
&lt;DIV class=wlWriterSmartContent id=0767317B-992E-4b12-91E0-4F059A8CECA8:6b9dd54a-8d01-414c-ba77-59b51a8f73ec contentEditable=false style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati Tags: &lt;A href="http://technorati.com/tags/ESB%20SOA" rel=tag mce_href="http://technorati.com/tags/ESB%20SOA"&gt;ESB SOA&lt;/A&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3566777" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/architectsrule/archive/tags/SOA/default.aspx">SOA</category><category domain="http://blogs.msdn.com/architectsrule/archive/tags/ESB/default.aspx">ESB</category></item><item><title>Visibility and Control in a Service-Oriented Architecture</title><link>http://blogs.msdn.com/architectsrule/archive/2007/06/27/visibility-and-control-in-a-service-oriented-architecture.aspx</link><pubDate>Wed, 27 Jun 2007 16:29:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3565239</guid><dc:creator>pdestoop</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/architectsrule/comments/3565239.aspx</comments><wfw:commentRss>http://blogs.msdn.com/architectsrule/commentrss.aspx?PostID=3565239</wfw:commentRss><description>&lt;P&gt;Services alone do not constitute a service-oriented architecture (SOA). Capabilities must be acquired that provide visibility and control into service development and service execution. Without these capabilities, IT offerings will become fragile as the number of services in the data center grows. This article investigates capabilities that provide visibility and control for the services that make up a SOA in a very pragmatic, simple&amp;nbsp; and technology agnostic way. &lt;/P&gt;
&lt;P&gt;Check it out at: &lt;A href="http://msdn2.microsoft.com/en-us/library/bb507204.aspx" mce_href="http://msdn2.microsoft.com/en-us/library/bb507204.aspx"&gt;Visibility and Control in a Service-Oriented Architecture&lt;/A&gt;&lt;/P&gt;
&lt;DIV class=wlWriterSmartContent id=0767317B-992E-4b12-91E0-4F059A8CECA8:c25f7080-03a9-45dd-ad0b-b23960442062 contentEditable=false style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati Tags: &lt;A href="http://technorati.com/tags/ESB%20SOA" rel=tag mce_href="http://technorati.com/tags/ESB%20SOA"&gt;ESB SOA&lt;/A&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3565239" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/architectsrule/archive/tags/SOA/default.aspx">SOA</category><category domain="http://blogs.msdn.com/architectsrule/archive/tags/ESB/default.aspx">ESB</category></item><item><title> Enterprise Architecture: 20 year retrospective and links with SOA</title><link>http://blogs.msdn.com/architectsrule/archive/2007/06/18/enterprise-architecture-20-year-retrospecive-and-links-with-soa.aspx</link><pubDate>Mon, 18 Jun 2007 11:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3378122</guid><dc:creator>pdestoop</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/architectsrule/comments/3378122.aspx</comments><wfw:commentRss>http://blogs.msdn.com/architectsrule/commentrss.aspx?PostID=3378122</wfw:commentRss><description>&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-latin; mso-ansi-language: NL-BE; mso-fareast-language: NL-BE; mso-bidi-language: AR-SA"&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 'Verdana','sans-serif'"&gt;IASA is the "International Association of Software Architects" and "Perpectives of the IASA" is their periodical newsletter.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-latin; mso-ansi-language: NL-BE; mso-fareast-language: NL-BE; mso-bidi-language: AR-SA"&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 'Verdana','sans-serif'"&gt;The April issue is entirely devoted to a retrospective on EA (20 years ago John Zachman published a first paper on EA)&amp;nbsp;and also explains the links between EA and SOA.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-latin; mso-ansi-language: NL-BE; mso-fareast-language: NL-BE; mso-bidi-language: AR-SA"&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 'Verdana','sans-serif'"&gt;Defintively worth a read: &lt;A href="http://www.iasahome.org/web/home/perspectives" mce_href="http://www.iasahome.org/web/home/perspectives"&gt;http://www.iasahome.org/web/home/perspectives&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3378122" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/architectsrule/archive/tags/SOA/default.aspx">SOA</category><category domain="http://blogs.msdn.com/architectsrule/archive/tags/EA/default.aspx">EA</category></item></channel></rss>