September 2005
Beginner
576 pages
13h 6m
English
To extend your knowledge of XML-RPC, code a response to the following activities:
The Advogato website offers an XML-RPC server at http://www.advogato.org/ XMLRPC that has a test.square method that returns the square of a specified number. Write an application that takes user input, calls this method, and displays the result.
Write an XML-RPC server application that mimics Advogato, taking the test.square call and returning the square of the number.
To see Java programs that implement these activities, visit the book's website at http://www.java24hours.com.
Read now
Unlock full access