How can i build a connection between an RMI server and a RESTful web service?

℡╲_俬逩灬. 提交于 2020-04-30 09:19:20

问题


So I am trying to understand how to build a connection between a RMI server and a RESTful web service.

My requirement is that , I need to build a web client and a RMI desktop application , which connects to a RESTful web service to conduct crud operation. I only need to use the web application to view the data in the database , but the desktop application needs to be able to conduct CRUD operations.

The above provided diagram is the architecture I need to follow to develop my application.

For the web client I am able to use an asynchronous web application and use jersey or spring as the RESTful web service, but the problem I have is ,

  1. What kind of application should I develop in the first place to develop the desktop application ?
  2. How can I connect the RMI server and the REST API?

来源:https://stackoverflow.com/questions/61283606/how-can-i-build-a-connection-between-an-rmi-server-and-a-restful-web-service

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!