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 are generic methods?
What are the types of collections in java?
Difference between Superclass and Subclass?
how to connect two diffrent applet files
Is it possible for a yielded thread to get chance for its execution again?
What happens if a constructor is declared private?
What is the difference between java and .Net?
What is the main functionality of the remote reference layer?
Why volatile is used in java?
How do you use, call, and access a non-static method in Java?
What is data type in java?
Can we have try block without catch block?