Return-Path: Delivered-To: apmail-jakarta-taglibs-dev-archive@www.apache.org Received: (qmail 6411 invoked from network); 13 Jan 2009 05:18:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jan 2009 05:18:52 -0000 Received: (qmail 32358 invoked by uid 500); 13 Jan 2009 05:18:51 -0000 Delivered-To: apmail-jakarta-taglibs-dev-archive@jakarta.apache.org Received: (qmail 32344 invoked by uid 500); 13 Jan 2009 05:18:51 -0000 Mailing-List: contact taglibs-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tag Libraries Developers List" Reply-To: "Tag Libraries Developers List" Delivered-To: mailing list taglibs-dev@jakarta.apache.org Received: (qmail 32333 invoked by uid 500); 13 Jan 2009 05:18:51 -0000 Received: (qmail 32330 invoked by uid 99); 13 Jan 2009 05:18:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jan 2009 21:18:51 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jan 2009 05:18:49 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0B99723888E6; Mon, 12 Jan 2009 21:18:28 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r734031 - /jakarta/taglibs/proper/rdc/trunk/src/site/xdoc/index.xml Date: Tue, 13 Jan 2009 05:18:27 -0000 To: taglibs-cvs@jakarta.apache.org From: rahul@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090113051828.0B99723888E6@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rahul Date: Mon Jan 12 21:18:25 2009 New Revision: 734031 URL: http://svn.apache.org/viewvc?rev=734031&view=rev Log: Use recent URL for VoiceXML, update dependencies section, reorder some content on RDC home page. Modified: jakarta/taglibs/proper/rdc/trunk/src/site/xdoc/index.xml Modified: jakarta/taglibs/proper/rdc/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/site/xdoc/index.xml?rev=734031&r1=734030&r2=734031&view=diff ============================================================================== --- jakarta/taglibs/proper/rdc/trunk/src/site/xdoc/index.xml (original) +++ jakarta/taglibs/proper/rdc/trunk/src/site/xdoc/index.xml Mon Jan 12 21:18:25 2009 @@ -27,7 +27,7 @@

- JSP-2.0 Reusable Dialog Components (RDC) --- + JSP 2.0 Reusable Dialog Components (RDC) is a framework for creating JSP taglibs that aid in rapid development of voice and multimodal applications.

@@ -47,8 +47,8 @@ The voice application space is seeing rapid growth with the maturation of speech technologies along with the arrival of a stable and robust voice programming model as defined in the -W3C - VoiceXML 2.0 REC. A necessary next step in mainstreaming the + W3C VoiceXML 2.0 + REC few years ago. A necessary next step in mainstreaming the development of server-side voice applications within environments like Tomcat is the availability of the appropriate tag libraries that help isolate the JSP developer from the @@ -73,7 +73,7 @@ All functionality is implemented either directly as JSP-2.0 tag or tagx files, or as Java classes that implement -the equivalent JSP-2.0 tag implementation interfaces. Dialog +the equivalent JSP 2.0 tag implementation interfaces. Dialog components come with speech grammars authored as srgs files, a set of default prompts, and the associated Java beans that implement validation of the data collected by that component. @@ -87,18 +87,18 @@

Requirements

-This tag library requires JSP 2.0 support and has been developed on Tomcat 5.0. +This tag library requires JSP 2.0 support and has been developed on Tomcat 5.5. It depends on the following libraries, many of which can be obtained from various Apache projects:

    -
  • jstl.jar and standard.jar (JSTL 1.1)
  • +
  • jstl.jar and standard.jar (JSTL 1.1.2)
  • jsp-api.jar (JSP 2.0) for building custom tags
  • commons-el.jar (1.0) for delayed EL evaluation
  • -
  • struts.jar (1.2), commons-digester.jar (1.7) and - commons-beanutils.jar (1.7) for struts examples and the +
  • struts.jar (1.2.9), commons-digester.jar (1.8.1) and + commons-beanutils.jar (1.8.0) for struts examples and the rule-based directed dialog
  • -
  • commons-logging.jar (1.0.4) for logging in taglib and sample +
  • commons-logging.jar (1.1.1) for logging in taglib and sample applications
  • -
  • commons-scxml.jar (0.5) needed for the SCXML dialog management +
  • commons-scxml.jar (0.9) needed for the SCXML dialog management strategy of the RDC group container
It may be possible to use Commons library versions lesser than the ones quoted here. @@ -106,45 +106,10 @@

A majority of the tags implemented by this tag library have been created as .tag files. -Tag handlers implemented in Java extend JSP-2.0's +Tag handlers implemented in Java extend JSP 2.0's SimpleTagSupport.

- - -
- - - - The SCXML code has been refactored as a generic engine into its own - sub-project Commons - SCXML. The RDC taglib has a new dependency of Commons SCXML 0.5. - - - The RDC tag library has provided an alpha version of an SCXML engine, and a - SCXML dialog management strategy for the RDC group container. - - - The RDC tag library has graduated out of Taglibs sandbox with a 1.0 release. - - - Internationalization support has been added to all component tags. - - - The Music Store sample application is now multi-channel (Speech + small device GUI)! - - - Check out the RDC based Music Store sample application (uses Amazon Web Services)! - - - Check out the new features in the RDC pre beta release! - - - Check out the new Reusable Dialog Components (RDC) taglib! - - - -
@@ -162,20 +127,6 @@

-

For information on how to use the distributions in the download section, - look at the following documentation: -

-

-
@@ -211,6 +162,57 @@

+

For information on how to use the distributions in the download section, + look at the following documentation: +

+

+ +
+ +
+ +
    +
  • 01/12/2009 + The build has been moved to Maven2. +
  • +
  • 08/01/2006 + The SCXML code has been refactored as a generic engine into its own + sub-project Commons + SCXML. The RDC taglib has a new dependency of Commons SCXML. +
  • +
  • 07/29/2005 + The RDC tag library has provided an alpha version of an SCXML engine, and a + SCXML dialog management strategy for the RDC group container. +
  • +
  • 07/20/2005 + The RDC tag library has graduated out of Taglibs sandbox with a 1.0 release. +
  • +
  • 04/25/2005 + Internationalization support has been added to all component tags. +
  • +
  • 02/25/2005 + The Music Store sample application is now multi-channel (Speech + small device GUI)! +
  • +
  • 02/12/2005 + Check out the RDC based Music Store sample application (uses Amazon Web Services)! +
  • +
  • 01/24/2005 + Check out the new features in the RDC pre beta release! +
  • +
  • 09/10/2004 + Check out the new Reusable Dialog Components (RDC) taglib! +
  • +
+
--------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org