Using Ajax with Prototype

Posted by Scott_Ruecker on Dec 17, 2006 2:54 AM
By Reg Developer
Mail this story
Web version

In the Introduction to Developing Web Applications with Ajax article we discussed the procedure used to create an Ajax application. As a developer, you probably noticed that the client JSP included a lot of JavaScript. Prototype is a JavaScript library for developing dynamic web applications, which aims to replace much of the JavaScript code in Ajax applications with its own Prototype functions. In this article, we’ll develop the same application, but using the Prototype library.

Full Story

Printed at http://lxer.com/module/newswire/view/76726/index.html