简体   繁体   English

桌面应用程序和Web应用程序之间的通信

[英]Communication between a desktop application and a web application

I have a desktop and web application connected to same database. 我有一个桌面和Web应用程序连接到同一个数据库。 Which is the most preferred method to make them communicate with each other? 哪种方法最适合彼此沟通?

You should use SOA and then both your desktop app and web app should communicate with the Service. 您应该使用SOA ,然后您的桌面应用程序和Web应用程序都应该与服务进行通信。

And the Service will be responsible for communicating with the database. Service将负责与数据库通信。

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

相关问题 用于网站和桌面应用程序之间实时通信的NodeJS - NodeJS for realtime communication between website and desktop application Windows服务和桌面应用程序之间的通信 - Communication between Windows Service and Desktop Application Web应用程序作为桌面应用程序 - web application as desktop application 桌面应用程序和Windows Mobile Compact Framework c#之间的通信 - Communication between Desktop Application and Windows Mobile Compact Framework c# 如何实现 Windows 桌面服务和 Windows 桌面应用程序之间的通信? - How can I achieve communication between a windows desktop service and a windows desktop application? 桌面应用程序中的 Web API - Web APIs in Desktop application Azure Web应用程序与Azure VM上Windows窗体应用程序之间的通信 - Communication between an Azure web application and a windows form app on Azure VM Windows窗体应用程序与C#中的网页之间的通信 - Communication between Windows Form Application and Web Page in C# .Net桌面应用程序和Web应用程序之间的技术区别是什么? - What are the technical difference between .Net desktop application and web applications? 在桌面和Web应用程序之间交换数据的最佳实践 - Best Practices for Exchanging data between Desktop and Web Application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM