2009年7月11日

浅谈Java中通信机制及与C/C API的集成

摘要: 背景对于旧有系统的改造和升级,最苦恼的莫过于跨平台,跨语言。我的一个朋友最近从Java专向了专攻.NET——因为.NET的CLR既有类似Java虚拟机概念这种已经被证明很成功的底层托管能力。又对于Windows的就有桌面应用提供了良好的兼容。最近我的一个个人项目也面临着这样的需求。一个C语言开发的中间件,通过API暴露给二次开发及插件应用。现在由于对其应用的需求变得日趋复杂... 阅读全文

posted @ 2009-07-11 14:10 cy163 阅读(410) 评论(0) 推荐(0)

java(客户端)调用 gSOAP发布的C++函数(服务器端)

摘要: java(客户端)调用 gSOAP发布的C++函数(服务器端)服务器端创建将要发布的c++头文件(calc.h)//gsoap ns service name: calc //gsoap ns service style: rpc //gsoap ns service encoding:encoded//gsoap ns service namespace: http://localhost/ca... 阅读全文

posted @ 2009-07-11 14:00 cy163 阅读(4396) 评论(0) 推荐(0)

Creation of a gSOAP Web Service a gSOAP client and an Axis client

摘要: gSOAP: C/C++ Web Services and Clients gSOAP: User Guide Creation of a gSOAP Web Service a gSOAP client and an Axis client Table of contentsConditions to create gSOAP Web Services Creation of a gSOAP W... 阅读全文

posted @ 2009-07-11 13:50 cy163 阅读(1020) 评论(0) 推荐(0)

The gSOAP Toolkit for SOAP Web Services and XML-Based Applications

摘要: The gSOAP Toolkit for SOAP Web Services and XML-Based Applications A cross-platform open source C and C++ software development toolkit. Generates C/C++ RPC code, XML data bindings, and efficient schem... 阅读全文

posted @ 2009-07-11 13:46 cy163 阅读(1819) 评论(0) 推荐(0)

导航