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 the purposes of native, transiant key words?
how exactly garbage collection take place?
Describe what a thread-local variable is in java?
What is a parameter in matrices?
Can inner class be public in java?
What are packages in java?
please write java program of instanceOf keyword implementation
What are meta-annotations?
What is a cup of java?
How do you make an arraylist empty in java?
what is difference between equals and ==?
What is concurrent hashmap and its features?