You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by Rahul P Akolkar <ak...@us.ibm.com> on 2005/02/06 19:47:43 UTC

Changes to the RDC sandbox taglib

The RDC sandbox taglib [ 
http://jakarta.apache.org/taglibs/sandbox/doc/rdc-doc/intro.html ] has a 
new features pre beta release. There have been a multitude of code 
enhancements.

Major Changes: 
1) Rule based directed dialog strategy for rule based dialog management 
across child RDCs using the <rdc:group> container. Illustrates the 
benefits of pluggable dialog management strategies at the group level. [ 
Example: rulebased-conditions.jsp in rdc-examples.war ]
2) RDC template, a mechanism for rapid prototyping of components in the 
RDC framework.  [ Example: simple-template-test.jsp in rdc-examples.war ]
3) Better formalism for authoring components 
4) More documentation in rdc-doc.war [also available online at: 
http://jakarta.apache.org/taglibs/sandbox/doc/rdc-doc/index.html ]

New RDC Tags: 
1) <rdc:struts-errors> - Plays out any errors messages from the preceding 
struts action as VoiceXML prompts
2) <rdc:template> - As mentioned above
3) <rdc:number> - RDC used to collect a number

Sandbox source is here [ 
http://cvs.apache.org/builds/jakarta-taglibs-sandbox/nightly/src/ ]
RDC binaries are here [ 
http://cvs.apache.org/builds/jakarta-taglibs-sandbox/nightly/projects/rdc/ 
]
RDC revision history is available here [ 
http://jakarta.apache.org/taglibs/sandbox/doc/rdc-doc/changes.html ]

-Rahul  Akolkar