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 |
How does list work in java?
What are peerless components in java programming?
What is called module?
a thread is runnable, how does that work? : Java thread
Is hashset ordered?
what are the difference between Java and .Net?
How do you sort in descending order in java using collections sort?
explain Anonynous inner class?
Is overriding possible in java?
Can I import same package/class twice?
Are arrays dynamic in java?
what happens when we add the objects morethan the size limit to a hashmap