You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announcements@jakarta.apache.org by Rahul P Akolkar <ak...@us.ibm.com> on 2005/07/27 20:52:37 UTC

[ANNOUNCEMENT] Reusable Dialog Components (RDC) 1.0.0 released

The Apache Jakarta Taglibs team is pleased to announce the release of 
version 1.0.0 of the Reusable Dialog Components (RDC) tag library.

JSP 2.0 based Reusable Dialog Components (RDC) is a framework for creating 
JSP taglibs that aid in rapid development of voice and multimodal 
applications. Server-side generation of HTML has proven an effective way 
of generating the user interface for visual Web applications that are 
implemented using server-side application frameworks such as Struts. Over 
time, the effort involved in such HTML generation has been reduced by the 
availability of various JSP tag libraries that abstract away the minutiae 
of HTML markup. The goal of the RDC project is to achieve for voice 
applications what JSP tag libraries have already achieved in the world of 
visual Web applications.

* RDC webpage is here [ 
http://jakarta.apache.org/taglibs/sandbox/doc/rdc-doc/intro.html ]
* RDC wiki is here [ 
http://wiki.apache.org/jakarta-taglibs/ReusableDialogComponents ] 
* RDC 1.0.0 release is available for download here [ 
http://jakarta.apache.org/site/downloads/downloads_taglibs-rdc.cgi ]. 
Source and binaries are distributed separately.
* RDC revision history is available here [ 
http://jakarta.apache.org/taglibs/sandbox/doc/rdc-doc/changes.html ]

- The Apache Jakarta Taglibs Team