| Author |
Front controller servlet question
|
Tom Joiner
Ranch Hand
Joined: Sep 19, 2006
Posts: 47
|
|
I have been using regular jsp pages for numerous web pages, and am thinking of moving to the front-controller Model 2 (where servlets are used in conjunction with JSP). My question now is- why not only use serlvets, and forego jsp altogether?
|
SCJP
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Have you ever tried creating complicated HTML/Javascript pages by building up strings in a servlet?
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: Front controller servlet question
|
|
|