技术开发 频道

Apache XML-RPC 3.0rc1 发布

IT168 技术新闻】 
    Apache XML-RPC 3.0rc1 发布了。

    xml-rpc 是一套规范及其一系列的实现,允许运行在不同操作系统、不同环境的程序基于internet进行远程过程调用。 

    这种远程过程调用使用http作为传输协议,xml作为传送信息的编码格式。Xml-Rpc的定义尽可能的保持了简单,但同时能够传送、处理、返回复杂的数据结构。 

    Xml-rpc是工作在internet上的远程过程调用协议。一个xml-rpc消息就是一个请求体为xml的http-post请求,被调用的方法在服务器端执行并将执行结果以xml格式编码后返回。 

    Apache xml-rpc 是 基于Java的 XML-RPC 协议的规范实现. 

    官方提到的新特性包括: 

    Version 3 is a complete rewrite of version 2. It introduces the concept of vendor extensions: by default, client and server are completely compliant to the XML-RPC specification. However, the user may enable certain non-standard features: streaming mode, support for all primitive Java types, nulls, DOM elements, JAXB objects, Serializable instances, and so on. Even more, the user may specify custom datatypes 

    官方站点: 
    http://xml.apache.org/xmlrpc 
    
    Tomcat 论坛: 
    http://www.matrix.org.cn/topic.shtml?forumId=27
0
相关文章