What's mvc pattern ?
Answer / Vishal Gautam
The Model-View-Controller (MVC) pattern is an architectural pattern used for designing user interfaces in software applications. It separates the application logic into three main components: the model, which represents the data and business logic; the view, which renders the user interface; and the controller, which handles user input and communicates between the model and view.
| Is This Answer Correct ? | 0 Yes | 0 No |
i have a log in web application .... i want restrict the user for particular no of users what is procedure to develop thus application
What is difference between lookupdispatchaction and dispatchaction?
when connecting with the database,if database server is down,ho can we handle this exception in struts,how can we send error message to the user?
What should be the name of xml file used for validation in struts?
What is the purpose of @intrangefieldvalidator annotation?
Which interceptor is responsible for i18n support?
life cycle of struts?
14 Answers HCL, iGate, Scope International,
Are struts and shocks the same?
What is struts 2 framework in java?
What is actionmapping?
How to work with error tags?
why do we typecast ActionForm into out plain java bean class in Action class?