Search PPTs

Tuesday, September 29, 2009

PowerPoint Presentation On AJAX

Presentation On AJAX

Download

AJAX Presentation Transcript:
1. Contents
This presentation demonstrates the following topics.

2. APPIN KNOWLEDGE SOLUTIONS
Appin Knowledge Solutions is an education consulting company dedicated to providing quality consulting, training & e-learning solutions in education sector. Appin group of companies was incorporated in March 2003 in Austin Texas under the XIRS Ventures Inc. The first ones in the industry to come up with Distance learning programs in Embedded Systems, VLSI & Nano-Technology. Appin Knowledge Solutions, with its Asia-Pacific Head Quarters in New Delhi, is an affiliate of Appin Group of Companies based in Austin, Texas

3. What is AJaX?
A name given to an existing approach to building dynamic web applications. Web pages use JavaScript to make asynchronous calls to web-based services that typically return XML allows user to continue interacting with web page while waiting for data to be returned page can be updated without refreshing browser results in a better user experience there are AJaX libraries that reduce the amount of JavaScript code that must be written Uses a JavaScript class called XMLHttpRequest

4. A is for “asynchronous” requests can be made asynchronously technique allow web page to be updated without refreshing it J is for “JavaScript” typically JavaScript is used on the client-side (in the browser) can use any language on server-side that can accept HTTP requests and return HTTP responses X is for “XML” request and response messages can contain XML can contain any text

5. XML Http Request
A JavaScript Class that lets you make asynchronous HTTP requests from JavaScript. Make an HTTP request from a JavaScript event. A call back JavaScript function is invoked at each state of the HTTP request and response.

6. onreadystatechange - call back function for state changes readyState - the current state of the HTTP call responseText - the text result of the request responseXML - DOM xml object from the request status - HTTP status code of the response statusText - HTTP status text

7. DWR
DWR, stands for Direct Web Remoting. Is a combination Java/JavaScript open source library that allows you to simply and easily build Ajax applications. Allows to call server-side code in a way that looks like it is running locally in the browser from the point of view of the client-side.

8. About the Project
 It provide the ability to see a tree view of the directory structure of the server the application is running on. Provides facility to perform basic operations of copying files and directories, moving files and directories Provides the ability to edit the files. Uploading and downloading files. When select a directory from the tree, it shows the contents of that directory in a grid, showing us the item’s name, size, type, and last modified date/time. Implement security check using container-managed J2EE security UI look similar to Windows Explorer.

9. Thanks.

No comments:

Related Posts Plugin for WordPress, Blogger...

Blog Archive