From: <fza...@us...> - 2005-07-01 22:54:47
|
Update of /cvsroot/struts/struts-site/src/documentation/content/xdocs/ajaxtags In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16762/src/documentation/content/xdocs/ajaxtags Modified Files: index.xml Log Message: Index: index.xml =================================================================== RCS file: /cvsroot/struts/struts-site/src/documentation/content/xdocs/ajaxtags/index.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index.xml 29 Jun 2005 04:32:13 -0000 1.4 --- index.xml 1 Jul 2005 22:54:33 -0000 1.5 *************** *** 28,31 **** --- 28,44 ---- <title>What's New</title> <section> + <title>AjaxTags (in its current form!) is dead... long live AjaxTags!</title> + <p> + 7/1/2005 - AjaxTags has evolved... it is no longer a Struts-only solution! AjaxTags can now function with any framework + out there, or with no framework at all, with the same degree of ease and codeless implementation as it gives developers now. + New versions of AjaxTags, not being Struts-specific any longer, will not be distributed on this site (what is here now + will of course remain though). AjaxTags is being rolled into the <link href="http://javawebparts.sourceforge.net">Java Web Parts</link> + project, and all new versions will proceed from there. Although the generic version is not strictly-speaking + backwards-compatible, you will find that the transition is quite easy. Your configuration files ARE NOT changed in ANY WAY, + only what is on your JSPs are slightly different. I highly encourage anyone using AjaxTags now, or considering using them, + to head on over to The Java Web Parts site and grab and download and check it out. <link href="http://javawebparts.sourceforge.net">The Java Web Parts Site</link> + </p> + </section> + <section> <title>v1.0 beta 3 released</title> <p> |