CORBA-based Chat Program

This Chat Application does not utilize IRC for communication, but employs the JDCE remote object sharing mechanism to achieve the same effect. The participants can log on to different interest groups and communicate within the group.  The two files which are employed in building the demonstration Chat applets are
ChatUser.java
ClientControlImpl.java

RMI-based Chat Program