[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Picking the Tools -- Marrying processing models to data model s

  • From: "Al B. Snell" <alaric@a...>
  • To: Jonathan Borden <jborden@m...>
  • Date: Tue, 22 May 2001 15:07:35 +0100 (BST)

RE: Picking the Tools -- Marrying processing models to data model s
On Tue, 22 May 2001, Jonathan Borden wrote:

> The days of SQL databases are still today -- and what was done then is still
> proper. OO is still a great way to organize _software modules_. The problem,
> as I see it, is that software programmers, spending lots of time designing
> and writing software modules, start to try and view the entire world as a
> software module. Black box design was also around long before "OO" and still
> is the way to build stuff, what we need to keep straight is when to use a
> black box and when to use a clear box.

The principle of OO in data modelling is mainly to annotate the data
directly with descriptions of valid modifications and data extractions,
rather than relying on all the clients to do it properly.

data-driven way: define your list of customers, and let clients implement
adding notes to a customer or finding the mean age of a customer as they
see fit.

OODBMS way: define the customer list, but clients do not see the
representation; instead they see a list of operations on customers, to add
notes (but not to delete or change existing notes), and find the mean age.

XML is just a data represention. You can have a directly-client-accessed
XML datastore with the customer data in, or you can have an OODBMS that
has an XML-RPC interface and may or may not use XML internally as a data
store. It doesn't really affect the above issues :-)

> 
> -Jonathan
> 

ABS

--
 http://www.alaric-snell.com/  http://RFC.net/  http://www.warhead.org.uk/
   Any sufficiently advanced technology can be emulated in software  


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2011 All Rights Reserved.