With the other Python SOAP implementations we have had to hack at the client library code to sort out interoperability problems.
对于其它PythonSOAP实现,要解决互操作性问题,我们得修改客户机库代码。
If calling code ignored the API and manipulated data structures in the library code, this independence would be lost since a change in the library's implementation might break the misbehaving client.
如果调用代码忽略api并处理库代码中的数据结构,那么将丧失这种独立性,因为库实现中的改变可能破坏行为失常的客户端。
The first is a header file, which declares all the functions exported by the library and will be included by the client in the code.
第一个是头文件,它声明库导出的所有函数,而且代码中的客户机包括这些函数。
Having client code tightly bound to a client library for a particular protocol implementation results in hard-to-maintain code.
将客户机代码紧密地绑定到特殊的协议实现的客户机库造成了难以维护的代码。
Because you're using Dojo to process and parse the XML that is returned from your new web service, you must reference the Dojo library at the beginning of your client code (as shown in Listing 2).
因为您使用Dojo来处理和解析您新的WebServices返回的XML,所以您必须在您的客户端代码的开头引用dojo库(如清单2所示)。
Sample code for creating the administrative client and getting the PMI values is also shown in the WebSphere Library.
WebSphere 技术文档库中还显示了用于创建管理客户端和获取PMI值的示例代码。
The Jaxer library creates a proxy for it so that it can be invoked by the client code in Listing 3.
jaxer库为其创建一个代理以便它能被清单3所示的客户端脚本调用。
This produces an executable called client, which assumes that the library resides in the same directory as the code (this is indicated by -l. -lprint).
这生成一个称之为client的可执行程序,这其中假定库与代码在同一个目录(由- l. - lprint决定)。
The framework also comes with code samples for a book library, an email client, a document oriented application, and also basic support for unit tests.
框架中还带有一些代码示例,包括图书馆、电子邮件客户端以及面向文档的应用程序,另外还带有对单元测试的基本支持。
In these cases, code can be created using a GUI library (such as AWT, Swing, or SWT) on the client side.
在这些情况下,可以使用gui库(比如awt、Swing或SWT)在客户端创建代码。
For example, the library programmer must agree to not remove existing methods when modifying a class in the library, since that would break the client programmer's code.
例如,库编写者必须保证在修改库中的一个类时,不去掉已经存在的方法,否则会导致客户代码的崩溃。
For example, the library programmer must agree to not remove existing methods when modifying a class in the library, since that would break the client programmer's code.
例如,库编写者必须保证在修改库中的一个类时,不去掉已经存在的方法,否则会导致客户代码的崩溃。
应用推荐