Summary: | 碩士 === 國立交通大學 === 資訊科學學系 === 83 === If we take a look at the recent trend of the client/server
computing technology, we will find the distributed object
technology is ready to take off. The OMG(Object Management
Group), a consortium of object venders, specifies a standard,
called CORBA(Common Object Request Broker), in the fall of
1990 to envision a common interconnection bus for distributed
objects. CORBA is also the most widely accepted standard in
this field and there are many CORBA implementations available
now. Moreover, the concept of transaction is the key to ensure
the reliability and availability of client/server applications.
In this thesis we provide an Object Transaction Service based
on the CORBA architecture. It takes the advantages of object-
oriented programming to help programmers to implement their
transactional applications in a much easier way. In late 1994,
the OMG also published an object transaction service, we adopt
this specification as the blue print of our work.
|