由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 关于Message Driven Bean的问题。
相关主题
关于EJB开发的几个问题Stateful session bean到底有啥好处?
有关JBOSS-MQ问题JMS消息发布的问题
EJB框架示意图Re: EJB and its Future (Discussion welcomed)
Another nice EJB server(recommend ;-)关于 Java bean
这三种方法获得EJB有何不同?学习JAVA的人要注意
请问一个问题求教: JBoss 怎么config MDB consumer queue? (转载)
简单的EJB问题What are the key features of the EJB technology?
Java笔试题分享-EJBWhat are the key benefits of the EJB technology?
相关话题的讨论汇总
话题: message话题: driven话题: bean话题: ejb话题: also
进入Java版参与讨论
1 (共1页)
s******t
发帖数: 139
1
什么时候用Message Driven Bean?为什么要用?可以用其他的方法代替吗?
g*****g
发帖数: 34805
2
It's to process message asynchrously. Depends on what you want to
do, there are a lot of async libraries you can leverage.

【在 s******t 的大作中提到】
: 什么时候用Message Driven Bean?为什么要用?可以用其他的方法代替吗?
s******t
发帖数: 139
3
message不是可以直接在两个client之间用queue(producer/consumer)mode 直接发和收
message吗?也可以实现asynchorously 发和收。为什么要用MDB?
s***8
发帖数: 1136
4
When implementing your endpoint as EJB, you gain all the benefits of
container services, such as container-managed transaction, security,
concurrency, etc. Also easy to interact with other business object if also
implemented as EJB.
s******e
发帖数: 493
5
read JMS.
1 (共1页)
进入Java版参与讨论
相关主题
What are the key benefits of the EJB technology?这三种方法获得EJB有何不同?
What version of the EJB specification is currentl请问一个问题
Who is EJB technology for?简单的EJB问题
What is the roadmap for EJB technology?Java笔试题分享-EJB
关于EJB开发的几个问题Stateful session bean到底有啥好处?
有关JBOSS-MQ问题JMS消息发布的问题
EJB框架示意图Re: EJB and its Future (Discussion welcomed)
Another nice EJB server(recommend ;-)关于 Java bean
相关话题的讨论汇总
话题: message话题: driven话题: bean话题: ejb话题: also