[
Lists Home |
Date Index |
Thread Index
]
Ken North wrote,
> 1. Burak Emir proposed an API re-design to use an abstract
> representation of queries instead of using XQuery strings. So far
> we're in agreement.
Yes.
> 2. He discussed an approach of parsing queries to produce an abstract
> syntax tree, serializing that, and passing it to the XQJ driver.
> (disagree here?)
Disagree.
The API would embody the abstract syntax tree directly (for an overly
generic comparison, consider the DOM). Passing such abstract queries to
an XQJ driver might involve serializing them, but the API need not
determine the form ... serialization as XQuery strings would be a
straightforward option.
> 3. Redesigning the API affects the format of the data stream passed
> between the XQJ client and the XQuery engine. (disagree here?)
Disagree (for the most part).
Whilst there are cases where API design can interact awkwardly with
underlying representations (more generally, interfaces can interact
awkwardly with implementations) I don't see how that could apply in
this case.
Cheers,
Miles
|