2006년 1월 2일 월요일

AJAX and scripting Web services with E4X, Part 2

AJAX and scripting Web services with E4X, Part 2

Create new Web services with E4X

developerWorks
Document options
Print this page

'); // :script --> E-mail this page

'); // :script -->
Set printer orientation to landscape mode

Print this page

Email this page

E-mail this page

Document options requiring JavaScript are not displayed

Sample code


New site feature

Plan and design IT solutions with our new Architecture area


Rate this page

Help us improve this content


Level: Intermediate

Paul Fremantle (pzf@uk.ibm.com), Senior Technical Staff Member, IBM Application and Integration Middleware
Anthony Elder (ant.elder@uk.ibm.com), Consulting IT Specialist, IBM

19 Apr 2005

Get a further introduction to E4X in the second part of this two-part article. E4X, ECMAScript for XML, a simple extension to JavaScript that makes XML scripting very simple. In Part 1, we demonstrated a Web programming model called AJAX, Asynchronous JavaScript and XML, and showed how some new XML extensions to JavaScript can make it very simple. In this second article, we use E4X to build the server side of this interaction, and we show how to implement simple Web services in JavaScript.