Whereupon a new podcast series begins …
As promised, a new series of Ajax pattern podcasts. This is the first of four podcasts on the Ajax programming patterns.
In this 73 minute podcast, we look at the seven patterns of web services as they relate to Ajax clients.
- RPC Service Expose web services as Remote Procedural Calls (RPCs). (Note: In the book and wiki, REST appears before RPC.) (6:55)
- RESTful Service Expose web services according to RESTful principles. (13:25 )
- HTML Response Have the server generate HTML snippets to be displayed in the browser. (44:45)
- Semantic Response Have the server respond with abstract, semantic, data. (49:00)
- Plain-Text Message Pass simple messages between server and browser in plain-text format. (56:05)
- XML Message Pass messages between server and browser in XML format. (57:20)
- JSON Message Pass messages between server and browser in Javascript Object Notation (JSON) format. (59:55)
Thanks for your feedback since last time. Good, bad, or ugly, it’s all welcome - in the comments for this podcast or michael@mahemoff.com.

3 responses so far ↓
1 Erik Hanson // Mar 31, 2006 at 10:00 pm
404 on the mp3 link. Anyone else? Or perhaps Libsyn just hasn’t cached it up yet..
2 mahemoff // Mar 31, 2006 at 10:18 pm
Thanks for noting it Erik. I think my personal domain redirection failed this time, so used a direct link to libsyn’s servers. It seems to be okay now.
3 K;erry Sanders // Apr 1, 2006 at 3:23 am
Getting the same thing here. The file was not downloaded in iPodderX, so I clicked on the podcast graphic and I got the error 404.
Leave a Comment