BizTalk Server 2009 is Microsoft’s core enterprise connectivity solution,
which releases on schedule of every two years, and continues to extend capabilities
to core process management technologies both in and outside of the corporate boundaries.>
>
Microsoft continues to listen to its BizTalk Server 2009 customers
and will optimize feedback from the beta release for future BizTalk Server releases
RFID Mobile:
>
FAQ
Q: What did Microsoft announce today?
A: Today at the Gartner Application Architecture, Development and Integration (AADI)
Summit, Microsoft Corp. announced the general availability of BizTalk RFID Mobile
and BizTalk RFID Standards Pack, as well as the first public beta of BizTalk Server
2009 for download and an updated version of its architecture patterns and practices
guidance, Enterprise Service Bus (ESB) Guidance 2.0. Microsoft has made these investments
in the BizTalk Server product family to enable customers to more efficiently connect
applications and to provide customers with a clearer, actionable view into their day-to-day
operations.
Q. When will the products be available?
A: The BizTalk Server 2009 public beta and ESB Guidance 2.0 CTP are available
now at http://www.codeplex.com/esb for
community feedback. The final products are slated to ship in the first half
of CY09. Evaluation versions of BizTalk RFID Mobile and the BizTalk RFID Standards
Pack are available at http://www.microsoft.com/biztalk/en/us/rfid-mobile.aspx and http://www.microsoft.com/biztalk/en/us/rfid.aspx respectively.
Q: What new functionally will be delivered in BizTalk Server 2009?
A: BizTalk Server 2009 supports the latest Microsoft platform technologies,
including Windows Server 2008, Visual Studio 2008 SP1, SQL Server 2008 and the .NET
Framework 3.5 SP1. These platform updates enable greater scalability and reliability,
and many advances in the latest developer tools.
This BizTalk Server release will also deliver additional customer-requested capabilities
around enterprise connectivity, including:
-
New web service registry capabilities with support for UDDI
(Universal Description Discovery and Integration) version 3.0
-
Enhanced service enablement of applications (through new and
enhanced adapters for LOB applications, databases, and legacy/host systems)
-
Enhanced service enablement of “edge” devices through BizTalk
RFID Mobile
-
Enhanced interoperability and connectivity support for industry
protocols (like SWIFT, EDI, HL7 etc)
-
SOA patterns and best practices guidance to assist our customer’s
implementations
You can find more details about BizTalk Server 2009 at http://www.microsoft.com/biztalk/en/us/roadmap.aspx
Q: What is next for BizTalk Server after BizTalk Server 2009?
A: The charter of BizTalk Server remains consistent – it allows the Microsoft
application platform to connect and interoperate with other kinds of systems
– LOB systems, legacy systems, smart devices (RFID), and B2B integration (SWIFT, EDI,
etc.). This has been the focus of BizTalk Server since it was initially released
back in 2000 and continues to be its charter going forward.
At this point it’s too early to comment on the specific features that will be part
of the BizTalk Server “7” release; however, you can find details about general priorities
for BizTalk Server at http://www.microsoft.com/biztalk/en/us/roadmap.aspx.
We’re in the middle of early planning on BizTalk Server “7” and will have more information
to share about the specific scope of that release.
Q: What is BizTalk RFID Mobile?
A: BizTalk RFID Mobile is an RFID platform for Windows Mobile and CE. BizTalk RFID
Mobile consists of a runtime engine, tools, and components to develop, deploy, and
manage RFID solutions on mobile devices. In combination with BizTalk Server
RFID, the mobility release provides a platform for real-time decision making.
BizTalk RFID Mobile extends management and event processing to mobile devices and
allows communication between the server and mobile platforms.
Q. What is the price and licensing for BizTalk RFID Mobile?
A: BizTalk RFID Mobile is available to all BizTalk Server 2006 R2 customers with Software
Assurance as well as new BizTalk Server 2006 R2 customers who purchase licenses with
Software Assurance. Our customers and partners told us that mobile RFID offerings
are used in conjunction with a server product. As a result, we included BizTalk
RFID Mobile with each edition of BizTalk so that our customers can achieve the benefits
of RFID mobile solutions without incurring undue costs. For BizTalk Server customers
with Software Assurance this is a great opportunity to adopt a new product that can
deliver an economic value today. When BizTalk Server 2009 becomes generally available,
the customers will be able to acquire BizTalk RFID Mobile without software assurance.
Q: Is BizTalk RFID Mobile dependant on BizTalk Server? Can’t I just use a
free solution that’s available rather than use BizTalk Server?
A: BizTalk RFID Mobile and BizTalk Server are better together. Using BizTalk
RFID Mobile and BizTalk Server in tandem you can capture data on a mobile device and
then send the RFID data back to BizTalk Server for filtering and the application of
business rules. There is no need to rewrite complex event filtering and business
rule logic on the device as that functionality is already provided by BizTalk Server.
We have taken a platform approach that will ensure that you can write your mobile
applications once and run them on multiple devices in addition to local device management,
store and forward, and SQL Sink capabilities, which reduce your TCO.
BizTalk RFID Mobile and BizTalk RFID Standards Pack are a standard part of all editions
of BizTalk Server 2009. Given the intense interest in these offerings from our
existing and new customers we decided to make them available now to BizTalk Server
2006 R2 customers with software assurance as well as new BizTalk Server 2006 R2 customers
who purchase licenses with Software Assurance.
Rather than charge a per device fee, we included BizTalk RFID Mobile with all editions
of BizTalk because we wanted to make it easier for customers to adopt mobile RFID
solutions. RFID is a fundamental enabler for business processes and should not
be viewed as an isolated silo, which is why we have included our fixed and mobile
RFID offerings standard in all editions of BizTalk.
Q: What is ESB Guidance?
A: The Microsoft ESB Guidance (first released in November 2007) provides architectural
guidance, patterns, practices, and a set of BizTalk Server R2 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.
For additional information on the current 1.0 version please see http://msdn.microsoft.com/en-us/library/cc487894.aspx.
We are announcing today the first public CTP release of the Microsoft ESB Guidance
2.0 for Microsoft BizTalk Server 2009. It incorporates many new and expanded features
include the following:
-
New samples:
-
SSO Configuration provider for Enterprise Library 4.0
-
Multiple Web Service Execution Sample
-
Exception Handling Service Sample
-
New ESB Web services:
>
by community-syndication | Dec 9, 2008 | BizTalk Community Blogs via Syndication
A friend recently asked if it was ABSOLUTELY necessary to have the BHS/BTS segments if batching was enabled.
I asked some friends and the HL7 DASM demands those segments:
[FHS] (file header segment)
{ [BHS] (batch header segment)
{ [MSH (zero or more HL7 messages)
….
….
….
] }
[BTS] (batch trailer segment)
}
[FTS] (file trailer segment)
The FHS segment is used to head a file (group of batches), that is why HL7 DASM always expect BHS segment after FHS segment.
The only way is to create a pipeline component that would live in the Decode stage that inserts those segments into the batched message.
by community-syndication | Dec 9, 2008 | BizTalk Community Blogs via Syndication
I will be presenting at the Brisbane BizTalk Community (BrizTalk) meeting on the 16th of December the topics will be BizTalk Server 2009 & Windows Azure.
for details on the meeting see: http://www.briztalk.org/Events/tabid/56/Default.aspx
by community-syndication | Dec 8, 2008 | BizTalk Community Blogs via Syndication
I was busy last week with two local presentations. The first was on the BizTalk Adapter Pack and the WCF LOB Adapter SDK at the Real World SOA Road Show. This was a fun show and it was nice to see Jon Flanders and Michael Woods who did a talk on "Oslo" and "M". I've posted my slides for those who were interested in downloading them.
Then on Thursday night I got the chance to talk about Microsoft .NET Services to the Twin Cities .NET User group. This is always a fun group and folks had a lot of good questions about Azure and the "cloud". I have slides and sample code posted up now for this talk.

by community-syndication | Dec 8, 2008 | BizTalk Community Blogs via Syndication
Yes folks, as announced by Microsoft this morning at the Gartner conference,the betas are now available for both BizTalk Server 2009 and ESB Guidance 2.0.
I originally blogged about what’s new in BizTalk Server 2009 here.
Not much has been said publicly about ESB Guidance 2.0, so I will focus on that in this post. Version 2.0 is a solid advance and major new release, building on the prior successful foundation.
One of the most exciting changes is the enhanced flexibility around itinerary assignment. In version 1.0 and the CTP before it, there was a strong focus on Web services as the on-ramp, and the responsibility for setting itinerary headers properly was pushed out to the clients calling the on-ramp. In some cases, this wasn’t realistic, and a more centralized approach was required. I built an itinerary repository for this reason on a project, and I know from my travels that I was not the only one to do this. Now, with ESB Guidance 2.0, you get a repository, and you can specify or resolve itineraries at the on-ramp level.
Another exciting feature is the visual design surface for itineraries. That’s right, Notepad is no longer the official itinerary editing tool 🙂 For now this is a design-time tool hosted in Visual Studio, but an obvious path here is to re-host that in some other tool that would be available at runtime. I submitted that to the team as one of my wish list items, but no promises were made. If this is something you also think would be a good addition, please make your voice heard.
Lastly, another big improvement is around the installation process. Many people had issues installing ESB Guidance 1.0, and the team put a lot of effort into streamlining the process. I heard from one team member that they had actually clocked an install at under 5 minutes, which is a stark contrast to how long it used to take.
New core features are:
- ESB Configuration tool
- Centralized itinerary store
- Itinerary resolver components
- Itinerary forwarder pipeline component
- Itinerary selector pipeline component
- Itinerary designer
- Centralized configuration uses Enterprise Library 4.0 Configuration Block
- Centralized caching uses Enterprise Library 4.0 Caching Block
- Multiple service invocation using both messaging and orchestrations
- Itinerary BAM tracking
- Improved ESB Core engine and itinerary execution
You can download the BizTalk Server 2009 is available at https://connect.microsoft.com/site/sitehome.aspx?SiteID=218, and the ESB Guidance 2.0 beta is at http://www.codeplex.com/esb (which is also the home of the ESB Guidance community). Note that ESB Guidance 2.0 is for BizTalk Server 2009 and beyond (only).
Microsoft wants to hear your feedback, and your feedback about the beta could potentially lead to new capabilities in a post-2009 release. So, don’t be shy, let them know what you want.
Enjoy!
Technorati Tags: BizTalk,ESB,ESB Guidance,SOA
by community-syndication | Dec 8, 2008 | BizTalk Community Blogs via Syndication
I have just started setting up a BizTalk 2009 machine to start looking at the CTP and something I noticed in theinstallation guide kind of supported what I was saying the other day about BAM being misplaced. We knew that SSNS was not part of SQL 2008, and as BizTalk documentation is saying use the old SQL 2005 component if you want BAM Alerts (see below). I believe the roadmap for the features which SSNS provided are intended to eventually end up in SQL Reporting Services so this would seem to support that the future of BAM belongs in the SQL Server BI offering
“To install SQL Notification Services
- If your BizTalk Server 2009 project uses BAM Alerts, you must install SQL Notification Services and its prerequisites on your BizTalk Server computer. This SQL Server 2005 feature is not included in SQL Server 2008, but you can install it from http://go.microsoft.com/fwlink/?LinkId=131668.”
(courtesy of BizTalk 2009 CTP documentation)
by community-syndication | Dec 8, 2008 | BizTalk Community Blogs via Syndication
The first beta of BizTalk Server 2009 has been released today, and it is available for download from the connect website. Release notes, the single server installation guide, and the 2009 accelerators are also available for download on that same page. At the same time version 2.0 of the ESB Guidance that runs on BizTalk […]
by community-syndication | Dec 8, 2008 | BizTalk Community Blogs via Syndication
If you havent heard the CTP’s for BizTalk 2009 and ESB Guidance are now available:
BizTalk 2009: https://connect.microsoft.com/site/sitehome.aspx?SiteID=218
ESB Guidance v2.0: http://www.codeplex.com/esb