Re: Background Threads

2008-07-29 Thread Jeromy Evans
Frank W. Zammetti wrote: Is it still the case, given the JDK 1.5 concurrency stuff, that you are still not technically allowed to spawn threads in a J2EE container (per spec guidelines)? Did the latest J2EE spec loosen that restriction maybe? Hi Frank, I don't know of any loosening of tha

Re: Background Threads

2008-07-29 Thread dave.smith
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

Re: Background Threads

2008-07-29 Thread Frank W. Zammetti
er >> Software Engineer II, Strategic Customer Solutions Implementation >> T: +632-859-5442 >> -Original Message- >> From: dave.smith [mailto:[EMAIL PROTECTED] >> Sent: Monday, July 28, 2008 11:45 PM >> To: user@struts.apache.org >> Subject: Re: Ba

Re: Background Threads

2008-07-28 Thread Jeromy Evans
Original Message- From: dave.smith [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2008 11:45 PM To: user@struts.apache.org Subject: Re: Background Threads 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:

RE: Background Threads

2008-07-28 Thread Reginald.Javier
? Reginald Javier Software Engineer II, Strategic Customer Solutions Implementation T: +632-859-5442 -Original Message- From: dave.smith [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2008 11:45 PM To: user@struts.apache.org Subject: Re: Background Threads I forgot to mention that I am using

Re: Background Threads

2008-07-28 Thread dave.smith
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 user doesn't have to w