This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ddsf:public:guidebook:06_append:glossary:c:corba [2021/07/14 15:42] murphy ↷ Page moved from ddsf:private:guidebook:06_append:glossary:c:corba to ddsf:public:guidebook:06_append:glossary:c:corba |
ddsf:public:guidebook:06_append:glossary:c:corba [2021/07/14 16:37] (current) murphy ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Common Object Request Broker Architecture (CORBA) ===== | ===== Common Object Request Broker Architecture (CORBA) ===== | ||
| - | [[ddsf:private:guidebook:06_append:glossary| Return to Glossary ]] | + | [[ddsf:public:guidebook:06_append:glossary:start| Return to Glossary ]] |
| - | The **Common Object Request Broker Architecture (CORBA)** is a specification developed by the [[ddsf:private:guidebook:06_append:glossary:o:omg]]. CORBA describes a messaging mechanism by which objects distributed over a network can communicate with each other irrespective of the platform and language used to develop those objects. | + | The **Common Object Request Broker Architecture (CORBA)** is a specification developed by the [[ddsf:public:guidebook:06_append:glossary:o:omg]]. CORBA describes a messaging mechanism by which objects distributed over a network can communicate with each other irrespective of the platform and language used to develop those objects. |
| There are two basic types of objects in CORBA. The object that includes some functionality and may be used by other objects is called a service provider. The object that requires the services of other objects is called the client. The service provider object and client object communicate with each other independent of the programming language used to design them and independent of the operating system in which they run. Each service provider defines an interface, which provides a description of the services provided by the client. | There are two basic types of objects in CORBA. The object that includes some functionality and may be used by other objects is called a service provider. The object that requires the services of other objects is called the client. The service provider object and client object communicate with each other independent of the programming language used to design them and independent of the operating system in which they run. Each service provider defines an interface, which provides a description of the services provided by the client. | ||