It's not much fun, but it's not that hard either It depends if you want to store just user email in it, or also store the contents of the mail spool as well. The later is more difficult as it requires more sophistication. I'd recommend you look at the JDBC repostiory first. If DBXML has a method of accessing objects by key (obvious I know) and has a simple method of serializing Java objects to disk then it should be quite easy I'd like to see how you intend to wrapper the MimeMessage as XML and what you'll store as structured data.
-- Jason > -----Original Message----- > From: Henrik Vendelbo [mailto:[EMAIL PROTECTED] > Sent: 13 November 2003 16:50 > To: James Users List > Subject: Berkeley DBXML Repository > > > I would like to use Berkeley DBXML to store the mail etc. Am > I taking on a big task writing a repository implementation for that ? > > Henrik > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
