Re: FW: Configuring an XML:DB database

2002-11-11 Thread Lars Martin
On Fri, 08 Nov 2002 09:13:07 -0800
Vladimir R. Bossicard [EMAIL PROTECTED] wrote:

  There has been some discussion on the eXist mailing list on how to
  configure an XML:DB database. Currently the API does not provide a
  very good support for this IMHO. If we could add a configure method to
  a Database instance that takes a DOM document as a parameter it would
  provide good flexibility for this. What do think about adding
  something like
  
  configure(org.w3c.dom.Document configuration);
  
  to the org.xmldb.api.base.Database interface?
 
 +1
 
 from one of the Xindice guys

Other opinions?

What about the Configurable interface? Database extends this
interface. What do you mean by a very good support?

Regards, Lars
--
__
Lars Martin mailto:[EMAIL PROTECTED]
SMB GmbHhttp://www.smb-tec.com
Tel: +49-(0)341-699 46 04Fax: +49-(0)341-699 47 04
Product Management BusinessServer BS1

--
Post a message: mailto:[EMAIL PROTECTED]
Unsubscribe:mailto:[EMAIL PROTECTED]
Contact administrator:  mailto:[EMAIL PROTECTED]
Read archived messages: http://archive.xmldb.org/
--


Re: FW: Configuring an XML:DB database

2002-11-11 Thread Vladimir R. Bossicard
What about the Configurable interface? Database extends this
interface. What do you mean by a very good support?
but after setting several properties (like database location), you 
usually still need an 'init()' method.  Maybe an 'Initializable' 
interface could solve the problem?

-Vladimir

--
Vladimir R. Bossicard
www.bossicard.com
--
Post a message: mailto:[EMAIL PROTECTED]
Unsubscribe:mailto:[EMAIL PROTECTED]
Contact administrator:  mailto:[EMAIL PROTECTED]
Read archived messages: http://archive.xmldb.org/
--