Introduction to OOP
Chapter 26: Distributed Computing :
next
previous
audio
real
text
Relaxing the rules
What are some of the ways we can relax the rules?
Allowing objects to be written in different languages -- (corba, dcom)
Allowing objects on the same machine to form connections dynamically -- (java beans)
Allowing objects to reside on different computers -- (distributed computing)
Allowing objects on different computers to form connections dynamically -- (mobile computing)
All of these are conceptually easy, but the devil is in the details.
Intro OOP,
Chapter 26
, Slide 03