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 |
What is stateless ejb?
How Client will contact the Bean?
3 Answers Four soft, Tech Mahindra,
Is having static initializer blocks legal in ejb?
why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface
Is microservice stateless?
Why do we use ejb?
Can a client interact with an JavaBean directly? Explain?
Transaction Attributes? What is the use of ?RequiresNew?
What is the TX operational difference between Session Bean and Entity Bean?
What is EJB server provider?
How does a container, manage access, from multiple transactions on an entity bean?
What is pub/sub model?