简体   繁体   English

JavaFX2客户端和服务器

[英]JavaFX2 client and a Server

I am planning on writing an application for a hospital. 我正计划为医院编写申请书。 I am planning to use Javafx to build user interfaces. 我打算使用Javafx构建用户界面。 I want help in choosing the way I write the server and client communication. 在选择编写服务器和客户端通信的方式时,我需要帮助。 I want the client(which knows the server's address) to call the server functionality just like it would call in a standalone application. 我希望客户端(知道服务器的地址)调用服务器功能,就像在独立应用程序中调用一样。 How do I achieve this? 我该如何实现? Note: I don't want to write a web based application 注意:我不想编写基于Web的应用程序

Web服务(SOAP,REST)或RMI调用都适合您。

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

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