1. Want to send mail after specific time in Java stackoverflow.comI 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.comI 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.comI 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.comI 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.comThe idea: I have a JAX-RS webservice servlet (Object called |
6. Multithreading using MDB in OC4J coderanch.com |