<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/9519466?origin\x3dhttp://spkydog.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Thursday, February 10, 2005

Eclipse and VoiceXML Development

While I don't have any hands-on experience with HP's OpenCall Media Platform vXML developer toolkit per se, I am quite enamored by Eclipse, upon which it is based. Eclipse does all the things Borland's JBuilder does for me at a much better price! The ability to easily customize Eclipse to create more specialized IDE's (such as HP's for VoiceXML) make it a very attractive development platform.

There is also a Voice Tools Project proposal on the table at the Eclipse Foundation.

If you are interested in VoiceXML tools you might want to get plugged into the VoiceXML Forum's Tools Committee - there is a fair amount of interesting activity within this group.

0 Comments:

Post a Comment

<< Home