thread « J2EE « JSP-Servlet Q&A





1. Want to send mail after specific time in Java    stackoverflow.com

I want to send mail after specific time Actually I want to send mail after 23 hour from the specific date Now I am using java.util.TimerTask Thread to call that email function ...

2. make new thread for send mail Id in java    stackoverflow.com

I am working in online application, in which there is facility of creating group. I want facility to send mail to all group user when any activity done in group. like ...

3. Asynchronous task from Java servlet    stackoverflow.com

I need to perform an asynchronous task when a RESTful web service endpoint is called. Effectively, the endpoint is asked to perform a body of work with a POST operation. It ...

4. How to speed up servlet that calls 2 web-services?    stackoverflow.com

I have a servlet that calls 2 web-services. Those 2 web services are called in separate threads. In my servlet thered (class that extends HttpServlet), i start those 2 threads and ...

5. Java Threads calling methods on common Data Collector Object possible?    stackoverflow.com

The idea: I have a JAX-RS webservice servlet (Object called webServlet) which instantiates a data collecting Object dataCollector and passes this object on to multiple threads in their constructor. These threads ...

6. Multithreading using MDB in OC4J    coderanch.com