Re: Using RDC's in a stand-alone Java application
"Rahul Akolkar" <[email protected]>
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[email protected]> |
On 11/20/06, Charles Godfrey <[email protected]> wrote: > Quick question, > > I'm building a stand-alone Java application that will output some VXML > pages. > Is there any way for me to use RDC to help with this? > Is there a Java API for RDCs? <snip/> One of the primary assumptions for the RDC taglib is that a JSP >= 2.0 container is available for deployment. It should, ofcourse, be possible to port the RDC design principles [1] to an alternative implementation that is not so closely tied to JSP technology, but that will require work. How is the standalone Java application communicating with the voice browser? Can you use any other templating technology in your setup? -Rahul [1] http://wiki.apache.org/jakarta-taglibs/ReusableDialogComponents/Tutorials > > Thanks, > Charles > >