baliukas wrote:
I am not sure, but I think apache James can help
http://james.apache.org/ as I understand Mailet life cycle is analogy for HttpServlet.
Wow. That's pretty cool. I didn't even know that existed.
I would probably try it but I've already got sendmail configured and working well, so I'm gonna leave it be.
BTW, for this little script I ended up removing Hibernate and just using a prepared statement. Performance is now acceptable using Java.
I guess you have to use the right tool for the job but I wanted to get my feet wet with Hibernate anyway.
It kinda makes me think about having some kind of standalone Hibernate server, however. Does this make any sense?
Drew