OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: [xml-dev] Must databinding imply tight coupling? (was Re: New tool

[ Lists Home | Date Index | Thread Index ]
  • To: "Jeff Lowery" <Jeff.Lowery@creo.com>,"Mike Champion" <mc@xegesis.org>,<xml-dev@lists.xml.org>
  • Subject: RE: [xml-dev] Must databinding imply tight coupling? (was Re: New tool for handlingXML in Java)
  • From: "Dare Obasanjo" <dareo@microsoft.com>
  • Date: Thu, 13 Feb 2003 16:21:30 -0800
  • Thread-index: AcLToEhRxdX3HFzGQC2zmw54XLnmmQAHmbPw
  • Thread-topic: [xml-dev] Must databinding imply tight coupling? (was Re: New tool for handlingXML in Java)


> -----Original Message-----
> From: Jeff Lowery [mailto:Jeff.Lowery@creo.com] 
> Sent: Thursday, February 13, 2003 12:41 PM
> To: Dare Obasanjo; Mike Champion; xml-dev@lists.xml.org
> 
> >      double PEratio = (double)
> >        doc.CreateNavigator().Evaluate("/*/price div 
> > (/*/revenues - /*/expenses)");     
> >  
> >      Console.WriteLine("PE Ratio = {0}", PEratio);      
> 
> This looks better, but:
> 
> 1) what if a field is mispelled?
> 2) what if an operator is undefined for the field value?
> 3) what if the cast is invalid for the value returned?
> 
> All these errors are caught at runtime, whereas in the 
> binding example, such errors occur at compile-time.  That's a 
> big, big win for data binding using schema definitions.  

This assumes data binding in a statically typed language which seems to
me to imply overly tight coupling. However given the popularity of
Object<->XML binding technologies it seems that most developers would
forego the loose coupling that many would consider a benefit of XML to
gain an easier processing model. 

-- 
PITHY WORDS OF WISDOM 
Identical units which test in an identical fashion will not behave in an
identical fashion in the field.                               

This posting is provided "AS IS" with no warranties, and confers no
rights.  




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS