Re: Experiences with XML:DB

2001-05-22 Thread Kimbro Staken
Lars Martin wrote: > > On Tue, 22 May 2001 07:39:47 -0700 > Tom Bradford <[EMAIL PROTECTED]> wrote: > > > Lars Martin wrote: > > > > 2. It's not so easy to understand why Collection.getResources() returns > > > > a String[] of IDs and XPathQueryService.query() returns a > > > > ResourceIterator.

Re: Experiences with XML:DB

2001-05-22 Thread Kimbro Staken
Lars Martin wrote: > > Hi. > > On Tue, 22 May 2001 15:29:21 +0200 > Jeremias Maerki <[EMAIL PROTECTED]> wrote: > > > Well, on the one hand I see the advantage of this object oriented > approach to have a common QueryService interface. On the other hand > I would try to keep the API layer as thi

Re:

2001-05-22 Thread Tom Bradford
Lars Martin wrote: > > I have just downloaded v0.6 and ran the APIExample. Everything works > > fine, now what do I add/change to allow me to run this on a different > > server?? > > This seems to be a dbXML specific question, doesn't it? Anybody here > from the dbXML team? ;-) I knew this would

Re:

2001-05-22 Thread Lars Martin
On Tue, 22 May 2001 12:29:13 -0400 "Craig Smith" <[EMAIL PROTECTED]> wrote: > I have just downloaded v0.6 and ran the APIExample. Everything works > fine, now what do I add/change to allow me to run this on a different > server?? This seems to be a dbXML specific question, doesn't it? Anybody h

Re: Experiences with XML:DB

2001-05-22 Thread Lars Martin
On Tue, 22 May 2001 07:39:47 -0700 Tom Bradford <[EMAIL PROTECTED]> wrote: > Lars Martin wrote: > > > 2. It's not so easy to understand why Collection.getResources() returns > > > a String[] of IDs and XPathQueryService.query() returns a > > > ResourceIterator. In both cases it might be good to ha

[no subject]

2001-05-22 Thread Craig Smith
I have just downloaded v0.6 and ran the APIExample. Everything works fine, now what do I add/change to allow me to run this on a different server??   Tks   Craig 

Re: Experiences with XML:DB

2001-05-22 Thread Tom Bradford
Lars Martin wrote: > > 2. It's not so easy to understand why Collection.getResources() returns > > a String[] of IDs and XPathQueryService.query() returns a > > ResourceIterator. In both cases it might be good to have both > > possibilities, first to iterate through the resources and second to get

Re: Experiences with XML:DB

2001-05-22 Thread Lars Martin
Hi. On Tue, 22 May 2001 15:29:21 +0200 Jeremias Maerki <[EMAIL PROTECTED]> wrote: > Hi > > I'm currently implementing the XML:DB API as a layer on top of JDBC. The > XML files are stored as blobs. Indexing is done by evaluating several > predefined XPath statements where the results get written

Experiences with XML:DB

2001-05-22 Thread Jeremias Maerki
Hi I'm currently implementing the XML:DB API as a layer on top of JDBC. The XML files are stored as blobs. Indexing is done by evaluating several predefined XPath statements where the results get written in to additional columns on the table. Currently I don't have an XPathQueryService but created