I am currently building a web app using java, java script and google app engine. I have also done some reading up on Ajax but I am currently confused as to how to get the configurations set up and start coding for it. Thanks!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
AJAX isn’t a framework—it’s a technique for web application development. Specifically, it’s the use of
XMLHttpRequestobjects in JavaScript to allow your page on the client side to talk to the server, which allows you to get dynamic behavior.I recommend searching Google for an AJAX tutorial.