Almost all operations on XML:DB databases are collection based, even loggining in. That's just the way the data model is (currently) set up.
As for pooling, you can set it up without problems. You'd have to maintain a pool per collection that you access. You can use any generic Java object pooling framework to do so. James --- Gilles Dodinet <[EMAIL PROTECTED]> wrote: > hi- > > I'm new to xmldb and plan to use the xmldb api. i > have a question regarding > the Database interface. i wonder why it doesnt > define methods for setting > user/password instead of passing them to the > getCollection() method. > Also do you know of any Database pooling framework > (similar to jdbc > connection-pooling)? does that even make sense ? > > thanks for your replies. > > -- gd > > > ---------------------------------------------------------------------- > Post a message: mailto:[EMAIL PROTECTED] > Unsubscribe: > mailto:[EMAIL PROTECTED] > Contact administrator: > mailto:[EMAIL PROTECTED] > Read archived messages: http://archive.xmldb.org/ > ---------------------------------------------------------------------- __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com ---------------------------------------------------------------------- Post a message: mailto:[EMAIL PROTECTED] Unsubscribe: mailto:[EMAIL PROTECTED] Contact administrator: mailto:[EMAIL PROTECTED] Read archived messages: http://archive.xmldb.org/ ----------------------------------------------------------------------