编写与服务器连接的桌面应用程序
我正在开发服务器客户端“桌面应用程序”。而我想做的就是这个 客户端应用程序通过互联网向服务器发送一些请求代码(哦,是的,这些连接必须受到保护)。当服务器应用程序获取此代码时,它将再次执行一些工作并收集一些数据。 然后服务器应用程序将这些数据再次返回给客户端应用程序。
由于我是新手,我需要知道该使用什么样的工具? 日食对此有好处吗? 在哪里可以找到编写客户端的好例子? 在哪里可以找到连接客户端与服务器端的示例?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议查看 apache httpclient 它在处理 Web API 时确实很有帮助。
I'd recomend checking out apache httpclient it really helps when dealing with web APIs.