XML data binding: Difference between revisions

Content deleted Content added
replaced generic object with business object in the introduction
FrescoBot (talk | contribs)
Line 1:
'''XML data binding''' refers to a means of representing information in an [[XML]] document as an [[Business_object|business object]] in computer memory. This allows [[Application software|applications]] to access the data in the XML from the object rather than using the [[Document Object Model|DOM]] or [[Simple API for XML|SAX]] to retrieve the data from a direct representation of the XML itself.
 
An XML data binder accomplishes this by automatically creating a mapping between elements of the [[XML schema]] of the document we wish to bind and [[Instance variable|members]] of a [[Class (computer science)|class]] to be represented in memory.