| Author |
servlet is used as controller
|
rex tony
Ranch Hand
Joined: Aug 29, 2007
Posts: 159
|
|
|
why servlet is used as controller ?not JSP?
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26201
|
|
A JSP is for display purposes. In MVC, it shouldn't have any logic at all. Let alone control logic. The servlet is responsible for the control logic. In Struts, it uses the XML file to gain this logic. It then redirects to the actions for the app specific logic.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: servlet is used as controller
|
|
|