Service to Worker pattern
- used in larger applications where :
- One class is used to process the requests
- Other is used to process the view part
Dispatcher View pattern
- Similar to Service to Worker pattern except that it is used for smaller applications.
- One class is used for both request and view processing.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.