University of Cincinnati logo and link  
Making our Chat Program in Sun ONE
 
  UC ingotContrary to our previous discussion, NetBeans put our ChatServer and ChatImpl functions together in one class.
  • On second thought, let's keep it this way and separate the GUI layer instead.  Since our GUI will extend JFrame and our server extends UnicastRemoteObject, this is a better separation of duties anyway.
  • NetBeans was kind enough to add the RMISecurityManager to our class as well as some initial naming.  It used the name ChatImpl.  We can either keep this or change it to something more to our liking.
 Preliminary Source