由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - What's the relationship between Enterprise JavaBe
相关主题
on-line waiting: how to implement.....jBuiler 4白皮书(来自inprise网站)
What about RMI/IIOP? Is that part of EJB specific学习JAVA的人要注意
What are the design goals of the Enterprise JavaB你们知道jee都有什么吗?
Re: EJB vs CorbaRe: DCOM, CORBA, JAVA/RMI
请教个RMI的概念问题help!!
Re: 推荐推荐请教, JAVA STUDY WEBSITE
Re: CORBA 一问What are the transaction management benefits of t
现在做jasper report,amazon web services了,goodbug我要经常向你请教了。What's the relationship between the Enterprise Ja
相关话题的讨论汇总
话题: enterprise话题: corba话题: bean话题: rmi话题: javabeans
进入Java版参与讨论
1 (共1页)
w**********k
发帖数: 1135
1
The Enterprise JavaBeans specification is intended to support compliance
with the range of CORBA standards, current and proposed.
A Bean's remote and home interfaces are RMI compliant, and thus
can interact with CORBA objects via RMI/IIOP, Sun and IBM's
forthcoming adaptation of RMI that conforms with the
CORBA-standard IIOP protocol.
As a companion to the Enterprise JavaBeans specification, Sun
Microsystems has defined a standard mapping from Enterprise Java
Beans API to CORBA IDL.
JTA, the tra
w**********k
发帖数: 1135
2
The two technologies are complementary: Enterprise JavaBeans defines a
standard for portable business logic and XML technology defines a standard
for portable data.
w**********k
发帖数: 1135
3
An entity bean can implement data persistence in one of two ways:
bean-managed or container-managed. In the case of bean-managed
persistence, the implementor of an entity bean stores and retrieves the
information managed by the bean by means of direct database calls. For
these, the bean can use either JDBC or JSQL. The one tradeoff of this
approach is that it makes it harder to adapt bean managed persistence to
alternate data sources.
In the case of container-managed persistence, the container p
1 (共1页)
进入Java版参与讨论
相关主题
What's the relationship between the Enterprise Ja请教个RMI的概念问题
Re: a problem about CORBARe: 推荐推荐
type conversionsRe: CORBA 一问
who use JavaBean?现在做jasper report,amazon web services了,goodbug我要经常向你请教了。
on-line waiting: how to implement.....jBuiler 4白皮书(来自inprise网站)
What about RMI/IIOP? Is that part of EJB specific学习JAVA的人要注意
What are the design goals of the Enterprise JavaB你们知道jee都有什么吗?
Re: EJB vs CorbaRe: DCOM, CORBA, JAVA/RMI
相关话题的讨论汇总
话题: enterprise话题: corba话题: bean话题: rmi话题: javabeans