----- Original Message ----- From: "Danny Angus" <[EMAIL PROTECTED]>
> Hi again, > > The next thing I'm stuck on is database connections. > Now currently there are a squad of mailets using avalon to get database > connections, however we want to remove avalon dependancies from mailets, > so... > > do we either make db connections available through the MailetAPI > or do we force mailets to make other arrangements. My vote is to expose db connections via javax.sql.DataSource, and lookup this object via JNDI. Serge Knystautas Loki Technologies http://www.lokitech.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
