Quantcast
Channel: JAVA
Viewing all articles
Browse latest Browse all 15

How is the MVC design pattern used in Struts framework?

$
0
0

In the MVC design pattern, application flow is mediated by a central Controller. The Controller delegates requests to an appropriate handler. The handlers are tied to a Model, and each handler acts as an adapter between the request and the Model. The Model represents, or encapsulates, an application’s business logic or state. Control is usually then forwarded back through the Controller to the appropriate View. The forwarding can be determined by consulting a set of mappings, usually loaded from a database or configuration file.

read more


Viewing all articles
Browse latest Browse all 15

Latest Images

Trending Articles





Latest Images