How can i build a connection between an RMI server and a RESTful web service?
问题 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