简体   繁体   English

将War转换为.exe /测试宁静的Web服务

[英]Converting War to .exe / Testing Restful Webservice

I am a newbie to this Rest Web Services. 我是Rest Web Services的新手。 This question is already posted. 该问题已经发布。 But I cannot understand a thing. 但是我看不懂。 I have two questions here. 我在这里有两个问题。

  1. When we created a WebApp with soap web services, we generated a test client to test it. 当我们使用肥皂网络服务创建WebApp时,我们生成了一个测试客户端来对其进行测试。 Is there a way we can test Rest Webservices? 有没有一种方法可以测试Rest Webservices? (Using Eclipse IDE, Generated test client in the following way. File---> new---> other---> web service---> web service client. So, now how can i test Restful web services? (I found one Rest Client tool, but I dont understand how to use that (Newbie :) ). (使用Eclipse IDE,通过以下方式生成测试客户端。文件->新->其他-> Web服务-> Web服务客户端。因此,现在我如何测试Restful Web服务?(我找到了一个Rest Client工具,但是我不知道如何使用它(新手:))。

  2. I need to find a way to give our war file to client as .exe file. 我需要找到一种方法来将我们的war文件作为.exe文件提供给客户端。 I didn't understand what exactly that meant, but here is the requirement. 我不明白这到底是什么意思,但这是必要条件。 "We need to give our client this in the form of .exe file, like whenever we download some .exe file, it will ask us to Run, Accept license, Browse destination, and such things. And also he shouldn't be able to see our code." “我们需要以.exe文件的形式提供给我们的客户,就像每次下载一些.exe文件时,它都会要求我们运行,接受许可证,浏览目标等。而且他也不应该能够看看我们的代码。” This is what exactly our senior management told me and Is there a way we can make it possible?? 这正是我们的高级管理层告诉我的,有没有办法使之成为可能? (I showed him the InstallJammer and then he said the client shouldn't see the code.) (我给他看了InstallJammer,然后他说客户端不应该看到代码。)

对于问题2:请参阅一些打包工具,例如NSISIzPackInnoSetup

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

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