Java Applet with PHP XML-RPC web service

In the past, I needed to write Java applets that interacted with a PHP backend for data fetch. One method I used was to implement XML-RPC. The XML-RPC standards. On the PHP side, Zend Framework has a pretty good XML-RPC server / client class built in. See Zend Framework XML-RPC. On the Java side you can implement the XML-RPC client as such.
Continue reading