Re: Starting from another Java App

2004-06-28 Thread Brent Johnson
On Sat, 26 Jun 2004 21:46:13 -0700, Noel J. Bergman <[EMAIL PROTECTED]> wrote: > > I've written some of my own custom Bayesian matchers and it works great. > > Anything you want to share? If anyone's interested.. sure. It's a matcher that uses Classifier4J to classify email subject and body cont

RE: Starting from another Java App

2004-06-26 Thread Noel J. Bergman
> I'm trying to find a way to try and embed James as part of my Java > application (my app uses James as a POP3 proxy for spam filtering). See the existing documentation for running with Tomcat and JBoss. > I've written some of my own custom Bayesian matchers and it works great. Anything you wan

RE: Starting from another Java App

2004-06-24 Thread Intelekia
e, but using RMI or other for inter-process communication. I have done that myself and works fine and could give you pointers if needed. Br, Isaac. -Original Message- From: Brent Johnson [mailto:[EMAIL PROTECTED] Sent: miƩrcoles, 23 de junio de 2004 22:21 To: [EMAIL PROTECTED] Subje

Starting from another Java App

2004-06-23 Thread Brent Johnson
I'm trying to find a way to try and embed James as part of my Java application (my app uses James as a POP3 proxy for spam filtering). Right now I just have james installed and configured as a completely separate application. I've written some of my own custom Bayesian matchers and it works great