struts comes under which layer of three tire architecture
in real time projects plz i need explaination?
Answer Posted / anjani kumar jha
Ans is --------Controller
Before go through the struts you should have the great
concept of MVC.(model-view-controller).
View----The jsp page code is always is called the
views.views is called what you can see that is for example
login.jsp which contains the login id and password and some
more field....so this page is called view.
Controller:---------Controller is very important part
because all of ur request and response is handle by controller.
Explanation:
after enterning the user-name and password and
other field in ur login page you click on the submit button
so click on submit button the work of the controller is
start and that is ActionServlet and the RequestProcessor in
the case of STRUTS.
ActionServlet collect ur request and forward to request
processor and the work of request processor is to validate
the request and forward to MODEL.
MODEL---Now the role of model is starts.
WORK of the model is to connect with the database
with ur query and see if ur query is present is in database
as example when u r opening the gmail.com and after that u
enter ur username and password and wen submit it tells
either u are already register or give some error that ur
username and password doesnt match.
So the same work is done by the model also.it checks the
database of validity of ur query and then through controller
it display the message(if user is not register).
For further assitance u may call me
Anjani Kumar Jha
09623154095
CDAC PUNE
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Which design pattern is implemented by Struts2 interceptors?
What is the purpose of @element?
What's mvc pattern ?
What is the difference between plain-validator and field-validator?
Can explain about the validations and in your project where did u used the validations?
What is the forward action utilized for?
Why use spring, if you are already using struts?
What is action chaining ?
What is the default location of result pages and how can we change it?
How can we integrate log4j in Struts2 application?
What are disadvantages of Struts?
Does apache struts run on windows?
Does struts include its own unit tests?
Name the different types of actions found in struts.
What is used to display the intermediate result in an interceptor?