|
|
|
Re: java in voicexml [message #634515 is a reply to message #574798] |
Fri, 22 October 2010 00:15  |
Eclipse User |
|
|
|
Mike Greenawalt wrote on Wed, 31 May 2006 20:21 | Sorry, no. VoiceXML scripting and scope and variable semantics is firmly
specified on ECMAScript. See the VoiceXML specification
(http://www.w3.org/TR/voicexml20/#dml5).
You can use the <data> tag or some other construct to interact with a
Java-implemented external application that can deliver results to the
VoiceXML application. But you cannot embed Java code inside the VoiceXML.
-- Mike Greenawalt
--
"loiy Ababneh" <la1@informatik.uni-ulm.de> wrote in message
news:3fd3e6ed438f8e68150a14751f62f38c$1@www.eclipse.org...
>
>
> Hallo very one ,
>
> i want to use java in VoiceXML tool can i do that , for example
>
> ?xml version="1.0" encoding="ISO-8859-1"?>
> <vxml version="2.0" xmlns="http://www.w3.org/2001/vxml">
>
>
> <var name="hi" expr="'Hello World!'"/>
>
> <form id="say_hi">
> <block>
> <prompt><value expr="hi"/></prompt>
> <goto next="#say_goodbye"/>
> </block>
> </form>
>
> <form id="say_goodbye">
> <block>
> Goodbye!
> </block>
>
>
> < !----------------------------------------------------------- -------- >
> somthing in java to have values from database
>
> < !----------------------------------------------------------- ------- >
>
>
>
>
>
>
>
> </form>
>
> </vxml>
>
>
>
>
> if one can do that Pl. one examlpe
>
>
>
>
>
|
|
|
|
Powered by
FUDForum. Page generated in 0.27394 seconds