简体   繁体   English

通过API连接Java和Visual Studio 6 C ++的最佳方法

[英]Best way to connect Java and Visual Studio 6 C++ via API

We have a web platform written in Java. 我们有一个用Java编写的Web平台。 It will expose certain functionality via some kind of an API - soap, rest or some kind of home-brewed XML. 它将通过某种API公开某些功能-肥皂,REST或某种自制XML。 The point is that it'll expose itself via HTTP/s. 关键是它将通过HTTP / s公开自身。

There's another stand alone application that was written in C++ (Visual Studio 6) which needs to connect to the aforementioned API. 还有另一个用C ++(Visual Studio 6)编写的独立应用程序,需要连接到上述API。 I'm not an expert in C++ so I have hard time recommending something that can accomplish the task. 我不是C ++专家,因此我很难推荐一些可以完成任务的东西。 I'm mentioning VS6 as per request of our developer since upgrading is not on a table. 我是根据开发人员的要求提到VS6,因为升级不在表中。

Can someone recommend some library for C++, standard or not, that can simplify API interaction between two applications? 有人可以推荐一些适用于C ++的库(标准与否),以简化两个应用程序之间的API交互吗? If pointed to the right direction, we'll be able to review ourselves to make final decision. 如果指出正确的方向,我们将能够进行自我审查以做出最终决定。

我们使用lmx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM