Simple web app that allows non-developers to do the following:
User
Task Database
Web App
Create Simple Asp.Net MVC Web App that does the following:
Requestor connects directly to
the Task Service Via Http.
This will be leveraged both for creating Task and receiving the results of completed tasks.
Requestor
Task Service
HTTP
Requestor connects to the Task Service Via Task Client for handling the creation of new Task requests and their completion responses.
The Task client encapsulates the communication protocols (Http,MsgQueue or Database) and provides a strongly-typed way to instantiate and respond to Task requests and responses.
Task Service
Requestor
Task Client
Http
MSG Queue
Database