What is the disadvantage of AJAX?
Latest Answer: The main disadvantages of using AJAX in a web application are:1. Javascript dependency2. View source is allowed and anyone can view the code source written for AJAX3. Debugging is difficult.4. Complexity of the code makes it difficult for web developers. ...
i am using java webservices and ajaxmy question is .... how to connect to webservices from ajaxserver : oracle app server
Latest Answer: Using a lightweight protocol such as JSON you can use opensource frameworks such as jQuery to consume a web service (returning serialized data) to the javascript which can then be manipulated like an object. ...
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: This can be done by using JSON the records are fetched from the database and the computation of the percentage is done using JSON methods which are Javascript method . Here is a attached code which shows a poll submit method . Hope it helps function ...
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: It is the act of regularly retrieving data from a server to obtain near-live data. This is done through ajax because it is very lightweight. ...
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