Until I am capable of finding myself incorrect, I maintain that Microsoft pushes so hard away from XSLT alternatives to data binding and control creation for ASP.NET Web applications and the “smart client” because most Microsoft developers see no advantage in XSLT-related .NET technologies over binding to controls. Most Microsoft developers are historically and irretrievably devoted to binding to controls. Indeed, I have enjoyed this rich tradition since Access 97. But when the Internet came, I embraced the teachings of the W3C. This means that finding standards-based, platform-independent solutions is a real and present priority. With this W3C “wrench” thrown into the works these ideas pop out:
The promise here is that an XSLT-based “smart client” is almost a client-side web application. A “real” server-side Web application is only needed to serve fresh REST or SOAP data for our ‘first-class’ XML.
Most Microsoft developers are historically and irretrievably devoted to binding to controls procedurally at “design-time” in a visual IDE… However, the power of developing a User Interface declaratively is not ignored by the vast material and intellectual resources of Microsoft. The Windows Presentation Foundation of Windows Vista is the Microsoft vision of this future.
So I hear Microsoft saying XAML is the platform-specific alternative to XForms. I think I hear Microsoft saying that InfoPath (which is not based on XForms—it is a COM heap of XHTML and XSL) is only a temporary stopgap measure until XAML gets going…
This entry was posted on Tuesday, March 7th, 2006 at 10:30 am and is filed under .NET related, Data Management Solutions, Design Diary, Digital Media Production, root. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Disclosure: I work on InfoPath.
InfoPath is by no means a stop-gap measure awaiting XAML. In some ways, it’s too bad that Microsoft has so many different technologies for doing similar things (e.g., forms) but it’s better than coming up with the uber-form package that probably is so complicated and full of comprises that it pleases no one.
InfoPath is super-appropriate for the Enterprise environment, especially for people already with the Office Pro Enterprise license. It’s in there.
With Office 2007, we have the Forms Server for filling out forms in IE or Firefox. And the InfoPath rich-client control is now hostable (yay COM!) showing up in more and more products like Word, Excel, and PowerPoint. And we have a fantastic Outlook integration story.
XAML and Office? That’s not on my radar. But right now I’m focused on getting InfoPath 2007 wrapped up, polished, and exploding out of the door.
[...] An earlier entry sketched out the role XSLT plays in declaring a user interface—performing data binding and “control” or “widget” creation simultaneously. Well, I forgot to add data validation to the mix. In fact, it is only now that I consciously recognize that InfoPath validates data with schema. This means that an XML-based user interface uses XSL for data binding and “control creation”—and it uses XSD for data validation. [...]
[...] Currently I prefer to use XML based solutions for “data binding” however, I still need to know a little bit about prepping data objects for “traditional” Windows Forms. “Interfaces Related to Data Binding” serves as an overview. “How to: Implement the INotifyPropertyChanged Interface” scratches the surface. [...]
[...] Why I think XSLT is disrespected in the .NET framework—see “XSLT in the .NET Framework: Data Binding and Control Creation at the Same Time.” [...]