Sunday, 3 April 2016

Web service vs. CORBA and DCOM


SIMILARITY
Web services, CORBA and DCOM transfers / receives messages to / from application respectively.

DIFFERENCE
  • Web services uses HTTP protocol
  • CORBA / DCOM uses non-standard protocols such as IIOP and RPC.
* Non standard protocols are either language specific or have detailed rules defining how data-structures and interfaces should be realized.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.