COMP 310
Fall 2015

Lec30: Chat Program Interfaces

Home  Info  Owlspace   Java Resources  Eclipse Resources  Piazza

Today we will continue developing the common Java interfaces and protocols that we will need to enable everyone's chat program to interact.  Please refer to the previous lecture materials...

Some basic notions to consider:

 

Technical Details

Some details that need to be standardized:

  1. RMI bound name for initial connection entity in the Registry
  2. "Well-known" data types
    1. What well-known data types are required?
    2. What are the host ID's of the well-known data types?

 

Pitfalls:

 

 


© 2015 by Stephen Wong