How to spawning asynchronous work in J2EE

2023-07-06   


Delegate the work out to a message-driven bean.
   Delegate the work out to an RMI service that spawns needed threads.
   Break the specification and spawn threads in stateless session beans.
   Use the Timer service that’s part of the EJB 2.1 specification (if you are running a 2.1-compliant container).


相关内容:

  1. 书写英语催款信 How to start your letter?
  2. How to detect and cleanup pending transactions in Oracle
  3. How to detect and cleanup pending transactions in Oracle
  4. 软件测试LoadRunner面试题:If you want to stop the execution of your script on error, how do you do that?
  5. How TDD works
  6. 软件测试LoadRunner面试题:How do you identify the performance bottlenecks