Re: Using RDC's in a stand-alone Java application
"Charles Godfrey" <[email protected]>
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[email protected]> |
Thanks Rahul, In the question I posed earlier, I was referring to a stand-alone Java application that had no communication to the browser. Lets just assume that I want to create some vxml pages on the local drive. From your response it sounds like it might be easier to just write some classes myself that will output vxml on the local drive. And yes, we can/probably will use some other templating technology, but I needed to get a better understanding of the question above, first. Thanks alot. -charles On 11/21/06, Rahul Akolkar <[email protected]> wrote: > > 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 > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >