An implementation of the services classes in the RPC API I posted yesterday is now also available from the same location:
http://lambiek.amplexor.be/downloads/xindice/src/org/apache/xindice/rpc
This implementation is as yet still completely untested. It just COMPILES...
Also I'd like someone who really understands how the symbol tables, and compressed DOM's etc... work to take a look at the queryWrapper() method (borrowed from the CORBA servant), as I don't fully understand what should happen here... comments in the source code.
Still unsafe to commit to CVS I gather...
Next step(s) will be:
- making a org.apache.xindice.server.Service to export these implementations through some RPC mechansim
(in-line with previous discussions we'll start with XML-RPC probably: note I still haven't tested the infamous setEncoding() function
in Apache XML-RPC)
Kurt: do you have something for this already/ Would like to do it/ Are you doing at already?
- making some sort of client: possibly starting out with current CORBA <-> XML:DB client. This step might want to wait
till we are more sure of the exact form of the API...
James
