JavaZOOM Web Site jChatBox homepage
  Software
  
Installation
  
Configuration
  
Administration
  
User guide
  
API
  
License

<< back

- API -

jChatBox is opened to Designers and Programmers.

Designers can customize JSP files to provide their own HTML/JavaScript skin. They should use a provided skin (mIRC, Classic, j-TV) as a starting point. They could easily modify colors, layout, fonts, ...

Programmers can extend jChatBox
:

  • They can implement their own client (HTML/JavaScript, Applet, Flash, Java Application). They only need API (JavaDoc) to know how to interact with jChatBox server-side. HTML/JavaScript skin are also a good starting point.
    Note that the Applet/Flash JSP connector is not implemented yet but jChatBox is open enough to let you do your own implementation.
  • They can implement additional filters by extending jChatBox.Chat.Filter abstract class. Filters are declared in jchatbox.xml and loaded at Runtime.
    Filters must implement Serializable. Developers have to implement process and init method.
    _id, _name and _description fields should be filled in in this constructor with no arguments.

 

[Browse jChatBox JavaDoc]

[News] [Applets] [Servlets] [Services] [Projects] [Links] [About]

Copyright © JavaZOOM 1999-2001

Java is a trademark of Sun Microsystems,Inc. All other company and/or product names are the property of their respective owners.