> Hi to all i need help
> i want to have an action without interceptors. I want to configure it in
> my action mapping, something like this.
> 
>               <action name="test" class="uy.com.Test" method="test">
>                       <interceptor-ref name="NOINTERCEPTOR"/>
>                       <result type="redirect">index</result>
>               </action>
> Also i want to know if ther is a standard way to have something like a
> daemon in a web application. I have a class called MailStore responsible
> of sending mails. I want to convert the class to a daemon who take cares
> of the mail. 
> I was thinking in a solution using a Runnable who is alwasy running
> looking for mail to send. And taking care of failures… if a task fail try
> it latter….
> Regards,
> 
>       Juan Espinosa
> 
> 
-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.7/620 - Release Date: 08/01/2007
16:12
 

Reply via email to