Remote Procedure Call « Network « Java Articles

Java Articles
1. Class Definition
2. Data
3. Development
4. GUI
5. J2EE
6. J2ME
7. JavaBeans
8. Language
9. Microsoft Collabration
10. Network
11. Swing
12. System Resource
13. XML
Microsoft Office Word 2007 Tutorial
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Java Articles » Network » Remote Procedure Call 
1. Call Perl routines from Java
Author:Richard Lawson
URL:http://www.javaworld.com/javaworld/jw-10-2004/jw-1011-xmlrpc.html
Summary: In a large enterprise, Java developers aren't the only kids on the block. You'll also find departmental developers who use other languages to create useful applications. Perl is particularly popular for its quick implementation of small targeted system- and file-processing tasks, and its large selection of libraries at CPAN (Comprehensive Perl Archive Network). This article shows you how simple it is to turn Perl applications into simple Web services using a simple XML-RPC (remote procedure call) server available at CPAN. Author Richard Lawson also shows you how to call the Perl methods as if they were Java code with minimum fuss from the Java XML-RPC client. The end result: Perl methods that look like Java code to your program. (1,900 words; October 11, 2004)


ww__w___.___j_av___a___2_s___._co___m___ | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.