Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
xmlrpc: Java XML-RPC implementation
- Summary
- Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol
that uses XML over HTTP to implement remote procedure calls.
Apache XML-RPC was previously known as Helma XML-RPC. If you have code
using the Helma library, all you should have to do is change the import
statements in your code from helma.xmlrpc.* to org.apache.xmlrpc.*.
Changelog
- * Fri Apr 30 00:00:00 2004 David Walluck <david{%}jpackage{*}org> 0:1.2-0.b1.2jpp
-
- add jar symlinks
- remove %buildroot in %install
- * Wed May 7 00:00:00 2003 David Walluck <david{%}anti-microsoft{*}org> 0:1.2-0.b1.1jpp
-
- 1.2-b1
- update for JPackage 1.5
- * Mon Mar 18 23:00:00 2002 Guillaume Rousse <guillomovitch{%}users{*}sourceforge{*}net> 1.1-1jpp
-
- 1.1
- generic servlet support
- used source release
- dropped patch
- added applet jar