Hi, I'm was wondering if it is wise to use
org.apache.xindice.core.Collection instead of org.xmldb.api.base.Collection I currently using the latter, but as my project has just started, I'm quite flexible in changing to the xindice one. I came to this because I wondered whether I could re-use a Collection object after it has been closed, so an object with say a HttpSession could keep it's Collection object and just re-open and close it when needed. I found out that the xindice Collection has an open method and the xmldb one doesn't. I understand that I won't be XML:DB compatible if I do this, but frankly, that doesn't matter. Are there any other implications? Any suggestions? Your experience with this? Or maybe I'm just mistaken in what I mentioned above? Regards, Wouter
