Sreekumar P
Sreekumar P

Reputation: 6050

Communication between a desktop application and a web application

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

Upvotes: 4

Views: 1204

Answers (1)

Zain Shaikh
Zain Shaikh

Reputation: 6043

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.

Upvotes: 4

Related Questions