On 4/3/07, Jerome Louvel <[EMAIL PROTECTED]> wrote:
Hi Alex, Congrats! This is VERY nice. While looking at your code, several questions came to mind: 1) In the samples you seem to only use the local eXist URIs. Does your eXist client connector support remote access to an eXist database (by specifying a host name and port number)?
eXist does support that and I intend to support it as well. Right now I'm working on the embedded version and so that is what I did first. I'm expecting to use the full generic form of the URI: exist://username:[EMAIL PROTECTED]:port/path
2) For your XMLDBApplication, did you consider relying on the Redirector class instead of XMLDBFinder/XMLDBResource in order to convert calls from the server HTTP connector to your client eXist connector? That would be more efficient
Thanks. I'll look into that. I'm still getting used to the API. So far most things make sense. --Alex Milowski

