编写与服务器连接的桌面应用程序

发布于 2024-10-23 13:45:07 字数 222 浏览 2 评论 0原文

我正在开发服务器客户端“桌面应用程序”。而我想做的就是这个 客户端应用程序通过互联网向服务器发送一些请求代码(哦,是的,这些连接必须受到保护)。当服务器应用程序获取此代码时,它将再次执行一些工作并收集一些数据。 然后服务器应用程序将这些数据再次返回给客户端应用程序。

由于我是新手,我需要知道该使用什么样的工具? 日食对此有好处吗? 在哪里可以找到编写客户端的好例子? 在哪里可以找到连接客户端与服务器端的示例?

I'm working on a server client base "Desktop Application". And what I want to do is this,
Client application sending some request code to server through internet(oh yes, these connections must be secured). and when server application gets this code it will again do some work and gather some data.
And then server application will return those data again to the client application.

As I am new in this, I need to know, what kind of tools to use?
Is eclipse good for that?
Where can I find good examples for writing client?
Where can I find examples for connecting client with server side?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夏日浅笑〃 2024-10-30 13:45:07

我建议查看 apache httpclient 它在处理 Web API 时确实很有帮助。

I'd recomend checking out apache httpclient it really helps when dealing with web APIs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文