Communication between a desktop application and a web application

蓝咒 提交于 2019-12-12 12:19:25

问题


I have a desktop and web application connected to same database. Which is the most preferred method to make them communicate with each other?


回答1:


You should use SOA and then both your desktop app and web app should communicate with the Service.

And the Service will be responsible for communicating with the database.



来源:https://stackoverflow.com/questions/4436388/communication-between-a-desktop-application-and-a-web-application

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