what is mean by com/Dcom ?
Please answer me.
Advance thanks.
Answer / suraju
Short for Distributed Component Object Model, an extension of the Component Object Model (COM) that allows COM components to communicate across network boundaries. Traditional COM components can only perform interprocess communication across process boundaries on the same machine. DCOM uses the RPC mechanism to transparently send and receive information between COM components (i.e., clients and servers) on the same network. DCOM was first made available in 1995 with the initial release of Windows NT 4.
DCOM serves the same purpose as IBM's DSOM protocol, which is the most popular implementation of CORBA. Unlike CORBA, which runs on many operating systems, DCOM is currently implemented only for Windows.
| Is This Answer Correct ? | 0 Yes | 0 No |
How bean-managed transactions will work?
How does ejb work in java?
What is rmi and ejb in java?
The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?
What transaction attributes does Java Bean containers support?
How is an entity bean created?
What do you mean enterprise javabeans (ejb) container?
What is @resource in java?
Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?
How stateful session beans will maintain consistency, across transaction updates?
What is entity bean in ejb?
Is success EJB3.0 in the Market? IF yes just explain main differences between EJB2.0 and EJB3.0.