OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: need for defining standard APIs for xml storage

[ Lists Home | Date Index | Thread Index ]
  • From: "KenNorth" <KenNorth@email.msn.com>
  • To: "Dongwook Shin" <dwshin@nlm.nih.gov>, <martind@netfolder.com>, <xml-dev@xml.org>
  • Date: Mon, 3 Apr 2000 16:50:22 -0700

Didier said:
> >  Now, let's say that these objects
> > are simply an API used to access elements stored in a permanent
information
> > set (i.e. a grove). In this case, we deal with object nodes and
therefore we
> > can use some patterns like the observer or other pattern used to
navigate in
> > the whole tree or we can provide a member to access any element.

Dongwook said:
> Otherwise, it seems inevitable to search the whole document space
> against the query "find the SPEECH having 'sword, love'"

In a nutshell, this is the classic debate about querying with objects. OOP
programmers often expect to do navigation over data -- use an index before
accessing a node or traverse a document node by node. The alternative,
illustrated by something like Dongwook's example, is to use a declarative
language, a query engine, and a non-procedural model for doing queries. You
use objects for the interface to the engine, not to traverse or operate
directly on the data.

If you have a static document structure, the former approach enables you to
write query classes that are optimized for your document structure. The
latter approach works well for ad hoc indexing and querying. The
language-agnostic approach also works for programming and scripting
languages that do not "understand" objects.

================== Ken North =============================
http://ourworld.compuserve.com/homepages/Ken_North
See you at AD2000 (www.apllicationdevelopment.com)
XML DevCon 2000 (www.xmldevcon2000.com)
===========================================================




***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS