![]() |
s i s t e m a o p e r a c i o n a l m a g n u x l i n u x | ~/ · documentação · suporte · sobre |
9. Using XML-RPC with JavaHannes Wallnöfer has provided an excellent implementation of XML-RPC for Java. To install it, download the distribution, unzip it, and add the *.jar files to your CLASSPATH. On a Unix system, you can do this by typing:
9.1. A Java ClientSave the following program in a file named JavaClient.java.
9.2. A Stand-Alone Java ServerSave the following program in a file named JavaServer.java.
|