본 포스트는 개인 스터디 용으로 작성된 Ian Sommerville의 Software Engineering, 8/E의 요약본입니다.CORBA Distributed object architecture
- Common Object Request Broker Architecture
- international standard for ORB. This provides two level(function), one is logical communication level(exchange data & control information), the other is component level(provides a basis for developing compatible components)
2. CORBA standards
- An object model for application object. for language-neutrality(can be implemented in C++, JAVA), it uses IDL.
- A set of general object services of use ot many distributed applications
- A set of common components built on top of these services
3. ORB based object communication
2) Each computer in a distributed system has its own ORB and iter-ORB communications are used for distributed object calls
3. CORBA services
- Name and trading services : object discovery and refering
- Notification services : notify object events
- Transaction services : atomic transactions and rollbak on failure
'기술사 > 소프트웨어공학' 카테고리의 다른 글
| Design : Application Architectures (0) | 2008/03/31 |
|---|---|
| Design : Distributed Systems Architectures 3/3 (0) | 2008/03/30 |
| Design : Distributed Systems Architectures 2/3 (3) | 2008/03/29 |
| Design : Distributed Systems Architectures 1/3 (0) | 2008/03/29 |
| Design : Architectural Design (0) | 2008/03/29 |
| Requirements Engineering : Formal Specification (0) | 2008/03/28 |

