Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Good For Interchange / Bad For Applications (Score 3, Insightful) 416

Most of his (excellent) points have to do with exchanging data between applications (with long-term storage being essentially a special case of that). And he's right -- for those, XML is a huge win, and we should all bow down and worship at its feet.

However, because XML is such a huge buzzword now, people are proposing (or insisting on) using it as a format at the heart of complicated applications. Where anyone would have said 'Use a database' a few years ago.

In doing so, people are losing sight of the essential beauty of the relational data model. With a RDBM, you, the programmer, have tremendous flexibility about *how* you view your data. This is a huge win inside of an application. XML forces you to commit to one specific view of your data. Yes, if that data needs to live forever and yes, if that data needs to get sent to someone else, than by all means, store it in an XML file. But if you need to *do* something with that data, you're going to be much happier with a relational db.

-Dan
User Journal

Journal Journal: Seeming Less Shill-Like Every Day

Mr. Marauder404 has convinced me that I was, apparently, suffering from a bit of the old paranoid delusions.

I take back my shill allegation!

-Dan

Slashdot Top Deals

The difficult we do today; the impossible takes a little longer.

Working...