Web applications differ from conventional websites in that web applications can create a dynamic response. Many websites deliver only static pages. A web application can interact with databases and business logic engines to customize a response.
Web applications based on JavaServer Pages sometimes commingle database code, page design code, and control flow code. In practice, we find that unless these concerns are separated, larger applications become difficult to maintain.
One way to separate concerns in a software application is to use a Model-View-Controller (MVC) architecture. The Model represents the business or database code, the View represents the page design code, and the Controller represents the navigational code. The Struts framework is designed to help developers create web applications that utilize a MVC architecture.
The framework provides three key components:
- A "request" handler provided by the application developer that is mapped to a standard URI.
- A "response" handler that transfers control to another resource which completes the response.
- A tag library that helps developers create interactive form-based applications with server pages.
References
1) http://struts.apache.org/
2)en.wikipedia.org/wiki/Apache_Struts
3)www.allapplabs.com/struts/struts.htm
Kindly make references hyperlinks active
ReplyDeleteits a new technology and we all need exposure on this topic so that it can be uesd in the curriculum.please try to explain with real time example
ReplyDeleteSince it is advanced tecnology in in java it can be well understood . How do u apply this MVC is it an authentication factor,, please explain in brief.. good one.
ReplyDeleteGood luck!!