Posted in 面试题 onAugust 29, 2016
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).
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).
How to spawning asynchronous work in J2EE
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Tags in this post...
Reply on: @reply_date@
@reply_contents@