I have a function that POSTs data to a third party HTTPS server: void
postData(String sURL, String sData);
I need to call this function as a background thread from an Action class, so
that the user doesn't have to wait on the connection to establish. How can
I safely call this function so that
I forgot to mention that I am using Struts 1.1.
dave.smith wrote:
>
> I have a function that POSTs data to a third party HTTPS server: void
> postData(String sURL, String sData);
>
> I need to call this function as a background thread from an Action class,
> so that the us
tend to do? Will you wait for a
>> response from your HTTPS server?
>>
>> Reginald Javier
>> Software Engineer II, Strategic Customer Solutions Implementation
>> T: +632-859-5442
>> -Original Message-
>> From: dave.smith [mailto:[EMAIL PROTECTED]
&g
3 matches
Mail list logo