Appendix E. Porting Server-Side Techniques

Ajax is essentially a client-side technology, and Prototype and Scriptaculous are client-side libraries. This gives us the luxury of being able to present code that will run against any server-side language. We’ve tried to emphasize this point by presenting the necessary supporting server-side code in a number of languages, but we realize that we can’t please everyone. We’ve emphasized Java and PHP over .NET and Ruby in this book, and that choice was essentially arbitrary.

Most of the time, writing server-side code for Ajax is pretty much the same as writing server-side code for any web application. We’re still using HTTP, after all, and we don’t need to show you how to read querystring parameters ...

Get Prototype and Scriptaculous in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.