2008/12/5 Danny Sokolsky <[EMAIL PROTECTED]>:
> Hi Dave,
>
> You need to send requests to an XDBC Server using the XDBC protocol, which is 
> what the XCC libraries (there are ones available for Java and .NET) do.  XCC 
> uses HTTP to send the protocol to the server.  Using XCC, you  can write a 
> program to send adhoc queries to that XDBC server, and the results are 
> returned to the program.  See the Hello World example in the XCC Javadoc to 
> get an idea how to do this.

> http://developer.marklogic.com/pubs/4.0/javadoc/com/marklogic/xcc/examples/doc-files/HelloWorld.java.txt

Thanks. Again a java api.

>
> When you use an HTTP Server to service requests, it knows how to execute 
> XQuery directly.
> I hope that help with untangling the mystery....

Then the obvious question, can I mix the two? *Must* I use the xdbc
protocol when using that server?
(And vice versa?)


regards


Dave Pawson
XSLT XSL-FO FAQ.
Docbook FAQ.
http://www.dpawson.co.uk
_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to