August 2001
Intermediate to advanced
400 pages
9h 36m
English
IN THIS CHAPTER
• Summary
Server-side development is another method of making your VoiceXML applications dynamic, other than ECMAScript described in Chapter 11, “ECMAScript in VoiceXML.” As its name implies, server-side development moves the processing to the Web server rather than the client.
Server-side development on a Web server is accomplished by developing code that outputs VoiceXML code, which is then delivered to the VoiceXML gateway, part of your “client.” The techniques we will discuss in this chapter are ones you may already be familiar with in developing graphic Web sites.
A wide range of server-side development language ...
Read now
Unlock full access