Re: OOP/OOD Philosophy



frebe wrote:

> How would the DTD for your XML look like? If you want to find all
> customers that ordered a given part, how would you implement that
> search? How would you do to check that only existing PartNo are entered
> by the user?

You are asking how to make XML behave like SQL. That's a different question,
and _yes_ there is more work involved.

Regardless of the extra code to support queries in XML, we don't want this
change to drag down the rest of our modules. The change should be isolated
to the Persistence Layer.

And do you persist in claiming that coupling to SQL is less odious than all
the other couplings we seek to defeat??

Michael Feathers wrote:

> This does happen ;-)

Changed my mind, Holmes. XML is too last-millenium...

Now I want YAML.

Sorry.

--
Phlip
http://www.c2.com/cgi/wiki?ZeekLand


.



Relevant Pages

  • Re: Is there a way to convert ms sql 2008 tables to XML files?
    ... After looking at the code I made it work, since I removed 2 nVARCHARcolumns from the SQL statement where it is used as an RTF. ... I have the 2 XML files the bad and the good which are below: ... Verdana;}{\f1\fnil\fcharset0 Microsoft Sans ... Here is the actual string copied from the ms sql 2008 which works fine; ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: XML-Speicherung beim SQL Server 2005
    ... > also wenn die XML-Dokumente geparst werden, ... das der SQL Server dafür XQuery einsetzt. ... Struktur von XML. ...
    (microsoft.public.de.sqlserver)
  • Possible?? SQL Svr obtaining data via SOAP/XML from another SQL Sv
    ... SQL servers (one local, one remote through the internet). ... I used VBScript, MSXML, MSSOAP to connect, query, parse and insert data into ... XML" functionality provided in SELECT verb. ...
    (microsoft.public.sqlserver.xml)
  • Re: Implementation of boolean types.
    ... >> Marshall Spight wrote: ... I think of SQL as bringing the 3VL into popularity, ... world and XML will surely play I roll. ... XML doesn't address data management; ...
    (comp.databases.theory)
  • RE: Data Insertion
    ... Ilya ... fix for loading XML into the DataSet. ... > Are there any benchmarks for data insertion with SQL CE and ADO.net? ... Load ~1 MB XML file into the DataSet with schema preloaded (3 nested ...
    (microsoft.public.dotnet.framework.compactframework)