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 do you load an HTML page from an Applet ?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
What is class level lock ?
What is a method in coding?
What is the default size of load factor in hashing based collection?
What is a boolean output?
extending thread class or implementing runnable interface. Which is better? : Java thread
What is the purpose of static methods and variables?
class A{ class B{ } } in which name u save the file,its the program compile?
What is a lightweight component?
We can write any Java Logics in our JSP. Then why we are using servlets(Controller Layer) to interact with the DAO ?
Difference between == and .equals() ?