On Wed, 4 May 2005, Vadim Gritsenko wrote:
Paul J. Lucas wrote:I want to use have an XML database used by a stand-alone Java applications. Simultaneous connections most likely aren't needed. I have no need/interest in running an application server.
Can I do this with xindice? If so, how?
Yes
http://xml.apache.org/xindice/api/org/apache/xindice/client/xmldb/embed/DatabaseImpl.html
I've been reading the Developer Guide and it give lots of sample code, but it doesn't give code for programatically creating a collection in the first place.
If I'm not running a server, I can't use the command-line too to
create a collection, so how do I write Java code to do it?- Paul
