COMP 310
|
Lec35: Final Project API design |
![]() ![]() ![]() ![]() |
Today we will take the design ideas developed last class and create the common API used to connect different implementations of the project.
The notes from Friday are on the Owlspace Wiki.
Questions:
Architecture note:
The technique being employed here, with the RMI Chat program and in parts of the Ballworld system where commands and data are being sent from a sender to a receiver for execution is called a "message passing" programming paradigm. This is a very common architectural technique used in highly decoupled systems and parallel programming.
© 2010 by Stephen Wong