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 |
Why packages are used?
What is boolean query?
how to execute main()
What is variable explain with example?
What is difference between path and classpath?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
What is JVM ? use of JVM?
What is a function in java?
Write a program to print fibonacci series up to count 10.
What is a stream? what are the different types and classes of Streams?
What are the access modifiers available in java?
What are the different types of inner classes?