i am using java webservices and ajaxmy question is .... how to connect to webservices from ajaxserver : oracle app server
Latest Answer: Ajax and web services are a perfect match for developing web applications. Ajax has built-in abilities to access and manipulate XML data, the native format for almost all REST and SOAP web services.Reference:http://www.ibm.com/developerworks/webservices/library/ws-wsajax/ ...
How to handle and code Exception Handling In RAW AJAX?
Latest Answer: DOJO is the one of the Client-side Framework
The Dojo toolkit is a modular open source JavaScript toolkit (or library), designed to ease the rapid development of JavaScript- or Ajax-based applications and web sites. ...
Is it practical both to a MySQL database and/or an xml file parsing system to provide realtime incremental voting results on a website. For example, rather than viewing a static result "50.6%',
Latest Answer: if it is required the updation in data base should be display instanctly to the user every time then ajax is better to use ,otherwise it is not required. ...
Latest Answer: 5 readyStates0 = uninitialized1 = loading2 = loaded3 = interactive4 = complete ...
Latest Answer: AJAX polling script that uses Ajax to send vote to the server and receives vote results from the server.Ajax is used to return the results from this poll to your browser. ...
Latest Answer: 3) xmlHttp.open("GET","Name of Page , you are requesting",true);Can anyone explain how can I use POST method for sending data to Servlet? I want to send an object which contains all the data directly to servlet instead of GET ...
View page [1] 2 3 4 5 6 Next >>

Go Top