Even though Servlets and JSP are web based concepts .wht is
the use of using Struts using then
Answer Posted / ramkiran
If ur using jsps internally we are using serlet so for
every request page(jsp)we have internally one servlet so
that container will takes some waht burden. and one more
difference is that session
So Struts Frame work , when ever the reuest will comes
ActionServlet will takes internally and maps the Servlet-
Config.xml file.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How tag libraries are defined in Struts?
What is the purpose of struts.xml in struct2?
Which design pattern is implemented by Struts2 interceptors?
What is the use of namespace in action mapping in Struts2?
What are the two different types of validations that the validator framework supports?
What is ognl?
what is meant by Struts Validator Framework?
Why we use struts in java?
Give an example where struts tiles may be used?
What is the front controller in struts2?
Explain about the
What are the life cycle methods of interceptor?
What are action classes in struts?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What are the aware interfaces in struts2?