From: wobbet <nu...@jb...> - 2005-05-06 19:56:17
|
My first run will be a simple MailListener that would execute the jASEN code "inline". But for planning future work... Another thought that I had was that it could be coded as an MBean/Servlet and listen on a port. That would allow it to work in the same fashion that SpamAssassin's daemon (spamd) works. Other services could then take advantage of the functionality in the same fashion they would spamd. If I do that then I could go back and re-write the MailListener to open the port and send in the data and get the response back that way. Is that too much network overhead? Or there's always the "give them lots of options to shoot themselves with" and allow the config to choose between the daemon or the inline style. But the first thing is a simple inline implementation. I hope my wife doesn't mind me staying up late this weekend... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876841#3876841 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876841 |