RE: Thread pool samples

2008-09-03 Thread Reginald.Javier
You can try looking at : http://commons.apache.org/pool/ Reginald Javier Software Engineer II, Strategic Customer Solutions Implementation T: +632-859-5442 -Original Message- From: Zoran Avtarovski [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2008 12:44 PM To: Struts Users Maili

RE: Background Threads

2008-07-28 Thread Reginald.Javier
Hi Dave, You can just create any class that extends the Thread object or implements the runnable interface. The required method, run(), should abstract what u want to do, (connect to the 3rd party server). Instantiate that class then call its start() method from the Struts action that should tr

RE: [OT] Scheduled DB clean up service with Spring

2008-04-15 Thread Reginald.Javier
Hi Peter, Please try adding the quartz.jar or spring-quartz.jar to your classpath. You can check out http://www.springframework.org for the dependencies of the spring version you're using. Pls don't add anymore jars at the moment. Also, I would suggest reverting your original classpath setting