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.
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
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
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
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
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
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
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
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