RE: sending emails from a struts app

2004-05-18 Thread Paul-J Woodward
Simply make your action servlet spawn a thread to perform the action/send the mail atomically. The easiest way is to make your mail sending class extend the Thread class, create a new instance and run it. Paul Global Equity Derivatives

RE: Help on Action implementing thread for checking user registration thru email?

2004-08-19 Thread Paul-J Woodward
All this sounds very complex, what's wrong with encoding the time in the url (securely) and testing it when you perform the action? Alternatively store the request time and id on the server. Paul Global Equity Derivatives Technology Deut

RE: Staying relative

2004-09-03 Thread Paul-J Woodward
Have you thought of making a common superclass for your actions - that class could implement the all session tracking functionality you need. Paul Global Equity Derivatives Technology Deutsche Bank [/] Office +44 (0)20 754 55458 Mobile +

[OT] struts, hibernate, TreeCache & tomcat

2004-04-21 Thread Paul-J Woodward
Dear all, This may be a long shot, but here we go: I am using struts with hibernate. I have managed to get hibernate using JBoss's TreeCache under JOTM with Tomcat 4.1. There appears to be virtually no documentation on how to do that part, but somehow I've fluffed by way through it. Does any

Re: Null collections

2004-05-11 Thread Paul-J Woodward
logic:notEmpty is the correct answer Paul Global Equity Derivatives Technology Deutsche Bank [/] "None None" <[EMAIL PROTECTED]> 11/05/2004 18:03 Please respond to "Struts