what is difference between front controller and action servlet?
Answers were Sorted based on User's Feedback
Answer / harikrishna
In struts application Action servlet acts as front
controller.
Is This Answer Correct ? | 7 Yes | 0 No |
FrontController: A special web resource of web applications
that traps the request comming to other web applications to
execute common and global pre request processing logic by
username and password is called FrontController.
Servlet acting as FrontController, then it is called front
controller serlet . If JSP is acting as front controller
then it is called front controller of jsp.
Is This Answer Correct ? | 4 Yes | 0 No |
Can we have two main methods in a java class?
What is difference between path and classpath?
Explain about narrowing conversion in java?
What is the purpose of a default constructor?
Can a final method be overloaded?
What are the differences between processes and threads?
what is use of threads how many ways to create thread
What mechanism does java use for memory management?
Can I declare a class as private?
What is the difference between processes and threads?
When do you create an index?
What are methods and how are they defined?