From: <fza...@us...> - 2005-11-29 23:46:23
|
Update of /cvsroot/struts/struts-site/src/documentation/content/xdocs/ajaxchat In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv969/src/documentation/content/xdocs/ajaxchat Added Files: index.xml Log Message: --- NEW FILE: index.xml --- <?xml version="1.0"?> <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd"> <document> <header> <title>AjaxChat</title> </header> <body> <section id="overview"> <title>Overview</title> <p> We've all heard the buzz about this AJAX thing, and over and over there are questions asked on the Struts mailing lists about how to use AJAX in a Struts app. Well, now you have what is, hopefully, a good real-world example of doing just that! This is your typical chat application ala Yahoo! Chat, built on Struts and utilizing AJAX techniques. It is hoped that this shows how to meld the two together to produce applications that might not otherwise be possible. </p> </section> <section id="features"> <title>Features</title> <ul> <li>Multiple simultaneous users can chat in multiple rooms</li> <li>Rooms can be configured via XML config file</li> <li>Cross-browser (tested in IE 6.0 and FireFox 1.0)</li> <li>The ability to change font sizes and colors (your and theirs)</li> <li>Real, live demo available <link href="http://www.omnytex.com/ajaxchat">here</link></li> </ul> </section> <section id="new"> <title>What's New</title> <section> <title>AjaxChat initial release!</title> <p> 11/29/2005 - Version 1.0 alpha is now available for download! </p> </section> </section> <section id="usage"> <title>Usage</title> <p> At present, AjaxChat is available in a zip archive that is an exploded webapp. Simply unzip it into the appropriate location in your servlet container of choice and you should be all set. It *may* be necessary to also add the Commons Validator to WEB-INF/lib in some containers. This will be rectified in a future release. </p> </section> <section id="contact"> <title>Contact</title> <p> Please contact <link href="mailto:fza...@om...">Frank W. Zammetti</link> with questions, comments and suggestions. </p> </section> <section id="contributors"> <title>Contributors</title> <p> Frank W. Zammetti is the only current contributor. Well, that's not *entirely* true... Wendy Smoak has helped test this on occassion, so I suppose you could call her a contributor! <br/> </p> </section> </body> </document> |