Also if this is really just a subroutine you might want to write a
Runnable to dump into your thread pool queue, if you have one, or a
Thread itself, if you don't have one.  There is no reason to tie up
the server thread if the action is unrelated to your request return.

On 6/1/05, e-denton Java Programmer <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I recently wrote an Action which in conjunction with an ActiveX object
> returns a table from the server to update the DOM in the browser. My
> question is: Is this a proper use of an Action, here essentially just a
> subroutine I am calling from the client, with no forwarding action? Or
> should I have used a servlet for this purpose?
> 
> Thanks.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
"You can lead a horse to water but you cannot make it float on its back."
~Dakota Jack~

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to