Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > XML vs RDB

Reply
Thread Tools

XML vs RDB

 
 
mr_burns
Guest
Posts: n/a
 
      12-10-2004
Hi there,

Although I have been using XML and RDB in my web applications, I am
still a little unsure about when to use one from the other.

Can anybody please contribute to this when one is more suitable than
the other and the reasons why. Maybe examples of when they have been
used to effect in the past. Cheers

Burnsy
 
Reply With Quote
 
 
 
 
bissatch@yahoo.co.uk
Guest
Posts: n/a
 
      01-08-2005
well ... anybody?

 
Reply With Quote
 
 
 
 
Jan Roland Eriksson
Guest
Posts: n/a
 
      01-08-2005
On 7 Jan 2005 17:14:40 -0800, wrote:

>well ... anybody?


What?

--
Rex


 
Reply With Quote
 
anonymous
Guest
Posts: n/a
 
      01-08-2005
mr_burns wrote:
> Hi there,
>
> Although I have been using XML and RDB in my web applications, I am
> still a little unsure about when to use one from the other.
>
> Can anybody please contribute to this when one is more suitable than
> the other and the reasons why. Maybe examples of when they have been
> used to effect in the past. Cheers
>
> Burnsy


I will take a stab:

For our architecture we have found that DATA es best stored in RDBM, but
the USE of the data in terms of applications is more effective as XML.

Since many of our (government) customers want to expose business
functions as both web pages and as web services, we tend to return XML
from most database functions.

This XML can then be used as output from a web service or (in
conjunction with XSLT) be transformed into xhtml.

Software AG would argue that data would then best be stored in their XML
database, Oracle and others would point out that RDBMS is more effective
and that SQL DML and DDL is standard.

As our conclusion we developed a series of objects that make it,
relatively, easy to handle XML from within a JSP (we do not often use
Servlets, and never EJB).

I once wrote a whole shopping site using XML output from Oracle and a
total of 36 XSL style sheets.

YMMV
 
Reply With Quote
 
Peter Flynn
Guest
Posts: n/a
 
      01-08-2005
wrote:

> well ... anybody?


FAQ.
http://www.ucc.ie/xml/#db

///Peter
--
"The cat in the box is both a wave and a particle"
-- Terry Pratchett, introducing quantum physics in _The Authentic Cat_
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Non-rdb persistence Brian Adkins Ruby 1 03-17-2009 08:31 PM
Different results parsing a XML file with XML::Simple (XML::Sax vs. XML::Parser) Erik Wasser Perl Misc 5 03-05-2006 10:09 PM
Print XML parsing to JspWriter (out) Class org.xml.sax.helpers.NewInstance can not access a member of class javax.xml.parsers.SAXParser with modifiers "protected" Per Magnus L?vold Java 0 11-15-2004 02:27 PM
What XML technologies to learn first for "XML Processing" and "XML Mapping"? Bomb Diggy Java 0 07-28-2004 07:26 AM
xml schema -> rdb schema? Dan Bolser XML 0 02-11-2004 01:20 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57