echo2example.chatclient |
|
Java Source File Name | Type | Comment |
ChatApp.java | Class | Chat Client ApplicationInstance implementation. |
ChatClientServlet.java | Class | Chat Client Application Servlet Implementation. |
ChatScreen.java | Class | A screen which displays the current state of the chat room and allow the
user to submit chat input. |
ChatSession.java | Class | Representation of a chat-room session for a single user. |
LoginScreen.java | Class | Login screen ContentPane . |
MessageDialog.java | Class | A generic modal dialog that displays a message. |
MessagePane.java | Class | A ContentPane which displays the messages which have been posted
in the chat. |
Messages.java | Class | A utility class that provides resources for obtaining localized messages. |
Styles.java | Class | Look-and-feel information. |
XmlHttpConnection.java | Class | Utility class to POST XML messages (represented as DOM Document
objects) to web services and retrieve XML response messages (again
represented as DOM Document objects). |