RMI vs REST Service

前端 未结 3 758
情深已故
情深已故 2021-02-07 14:34

We are developing a service for our portal / web client developed using JSF . My advice was to expose the service as REST but another team member said to go with RMI implementat

3条回答
  •  抹茶落季
    2021-02-07 14:46

    If there are firewalls between your client and server, it is likely that RMI traffic might be blocked. HTTP traffic is open on most firewalls and REST should have no problem getting through.

提交回复
热议问题