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 is meant by 'bit masking' in java?
what is collections in java?
If goto and const is reserve words than why it is not work in java?
How are this and super used?
Why do we create public static method in java?
What is an class?
What is linked hashmap and its features?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
Which of the classes will have more memory allocated?
wht is customised exception?
1 Answers Logica CMG, Novell, Prudential,
Can I override protected method in java?
what is the need to set path in java? how many ways to set path in java? Explain breif?