Chapter 7. Server-Side Ajax Frameworks

<feature><title>In This Chapter</title> <objective>

Writing JavaScript with PHP and Sajax or Xajax

</objective>
<objective>

Accessing Java with Direct Web Remoting (DWR)

</objective>
<objective>

Building Web applications with Echo2

</objective>
<objective>

Finding out about even more frameworks

</objective>
</feature>

“Hm,” says the CEO, “all those JavaScript-oriented Ajax frameworks are very nice — ”

“Great,” you say. “So we’re in business?”

“Well, I have a question,” says the CEO. “As I was saying, those JavaScript–oriented Ajax frameworks are very nice, but you still have to develop the server-side code too.”

“Sure,” you say, “unless you just want to fetch data from a simple data file.”

“Aren’t there any Ajax packages that let you develop just the server-side code and automatically create the JavaScript for you?”

“Glad you asked,” you say. “In fact, that’s what this whole chapter is all about.”

Writing JavaScript by Using Ajax Frameworks

Working with Ajax often means using JavaScript in the browser and a language like PHP or JavaServer Pages on the server. In earlier chapters, I show you Ajax packages that let you develop the browser-side part of the application. But some Ajax packages are designed to be used on the server — and they can write JavaScript for you. That’s what you see in this chapter.

Although some server-side frameworks are based on exotic server-side languages, most of the ones you see use the popular PHP (see Chapter 10 for more on PHP) ...

Get Ajax For Dummies® 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.