Java reflection offers a simple but effective way of hiding some of the complexity of remote procedure calls with XML-RPC (XML-based Remote Procedure Call). In this article, Stephan Maier shows how to ...
Problem: You need to access a Perl program from your Java program—maybe a custom screen scraper written with LWP (Library for WWW access in Perl), maybe Bugzilla, or maybe one of countless ...