From: <fza...@us...> - 2005-11-29 23:46:23
|
Update of /cvsroot/struts/struts-site/src/documentation/content/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv969/src/documentation/content/xdocs Modified Files: index.xml Log Message: Index: index.xml =================================================================== RCS file: /cvsroot/struts/struts-site/src/documentation/content/xdocs/index.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** index.xml 11 Sep 2005 01:46:38 -0000 1.14 --- index.xml 29 Nov 2005 23:46:15 -0000 1.15 *************** *** 59,62 **** --- 59,66 ---- see the important note about this project on the AjaxTags page) </li> + <li> + <em>AjaxChat</em> - A Struts-based chat application utilizing AJAX techniques. This is meant to serve as an example for those wondering + how to use AJAX within a Struts app. + </li> </ul> <p> *************** *** 89,93 **** <strong>Struts Dialogs</strong><br /> This Struts library allows building stateful <em>web components</em> using Struts and JSP. ! Do you like JSF component model or portlet visual integration, but want to leverage your knowledge of Struts and JSP? Do you want to get rid of double submit problem? Do you want to create robust multi-page wizards? Do you want to simplify your source code? Try Struts Dialogs! --- 93,97 ---- <strong>Struts Dialogs</strong><br /> This Struts library allows building stateful <em>web components</em> using Struts and JSP. ! Do you like JSF component model or portlet visual integration, but want to leverage your knowledge of Struts and JSP? Do you want to get rid of double submit problem? Do you want to create robust multi-page wizards? Do you want to simplify your source code? Try Struts Dialogs! *************** *** 123,126 **** --- 127,138 ---- might be just the ticket! (please see the important note about this project on the AjaxTags page) </p> + <p> + <strong>AjaxChat</strong><br /> + 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> |