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 |
What is local declaration?
Why lambda expression is used in java?
can used Protected Class outside Function.?
What is the frontend and backedn in Java?
What is the importance of static variable?
Can we increase size of array?
What is synchronization and why is it important in java programming?
What is the difference between Java1.4 and Java1.5
What are the major advantages of internal iteration over external iteration?
What are the 8 data types in java?
How is hashcode calculated in java?
Can a lock be acquired on a class?