- CORBA possesses a number of advantageous features:
- Makes integration easier because it is language independent
- Makes building servers easier by automatically handling issues such as connection management, data marshalling, and thread pooling
- Makes distributed applications easier by providing location transparency
- Make programming network application easier by providing a more uniform programming environment than RPC
- Makes system design and implementation easier by providing a common object model which is used by all members of the design and implementation team
- Makes the development process more efficient by optionally providing access to a variety of services such as transactions, event management, and object naming.
|