远程调用框架 Crispy

码农软件 · 软件分类 · WEB服务/SOAP/SOA · 2019-04-10 20:28:30

软件介绍

Crispy 是 Communication per Remote Invocation for different kinds of Services via ProxYs 的缩写。Crispy 是一个远程调用框架,它支持广泛的传输协议,如 RMI、EJB、JAX-RPC 和 XML-RPC。简而言之,Crispy 就像配置服务管理器(通过属性文件)来调用受支持的远程 API 一样容易。

配置实例:

Properties prop = new Properties();
prop.put(Property.REMOTE_URL_AND_PORT, serviceUrl);
prop.put(Property.EXECUTOR_CLASS, typeOfExecutor);

ServiceManager manager = new ServiceManager(prop);
LibraryService library = (LibraryService) manager.createService(LibraryService.class);
String author = library.findAuthor(myBook);
String isbn = library.findISBN(myBook);

本文地址:https://www.codercto.com/soft/d/3302.html

Python Data Structures and Algorithms

Python Data Structures and Algorithms

Benjamin Baka / Packt Publishing / 2017-5-30 / USD 44.99

Key Features A step by step guide, which will provide you with a thorough discussion on the analysis and design of fundamental Python data structures.Get a better understanding of advanced Python c......一起来看看 《Python Data Structures and Algorithms》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

SHA 加密
SHA 加密

SHA 加密工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具