dumb question of the day what does XML facade??

Asked By jason smith
27-Aug-06 06:55 PM
Earn up to 0 extra points for answering this tough question.
I am reading msdn articles on xml and I am coming across the word xml facade frequently. here is the context: The fact that an XmlReader doesn't require that the entire XML document be loaded in memory and is read-only, makes it a good choice for creating an XML façade over non-XML data sources. what does xml facade means? thanks nath

  façade is a French word that mean

Asked By Peter Bromberg
27-Aug-06 07:57 PM
"a face" or "wrapper". the façade is what you "see" or work with, and it communicates with the underlying object for you. Does that help?

  thanks Peter

Asked By jason smith
27-Aug-06 09:27 PM
nath

  facede layer

Asked By K Pravin Kumar Reddy
28-Aug-06 12:27 AM
hello facelayer comes in SOA architecture/ Webservices when data entered in form should be converted to XMl format using facade layer only this facade layer will submit that xml file to webservice for processing that data.webservide will return xml file and facade layer will convert that xml file to normal data and submitted to form back if u want more help regarding facade layer.....reply me
  Design and Facade
Asked By Chad .
28-Aug-06 03:13 AM
Hi, Facade as used in the Design Language is a Class which acts like an interface between the Domain/Business Classes and the another Sub Layer which could be a Data Access Layer etc.
Create New Account