05 March 2009
Using E4X on the server-side with Jaxer
Running JavaScript on the server is not some oddity. The ECMAScript for XML (E4X) standard gives JavaScript developers a powerful API to work with XML. In this article, you can see how JavaScript and E4X make it easy to work with XML on the server. Combine this key ingredient with Jaxer to create Ajax applications using nothing but JavaScript.
26 January 2009
sMash RESTful server-driven content negotiation
Content negotiation is an important part of RESTful architecture. This article demonstrated ways in which you can build content negotiation into sMash RESTful applications using server-driven negotiation of media types using the Accept header. The questions and techniques posed here also really apply to other Accept headers as well.
1
(2 marks)