Hi,,, Can anyone tell me as to when do we have to use servlets and when do we use jsp. one differnce is that in jsp we can separate the content programming from content presentation. but i would like to know different circumstances under which we prefer jsp over servlets or vice versa
paul sun
Greenhorn
Joined: Dec 22, 2000
Posts: 28
posted
0
The popular model seems MVC. *Servlet - Mediator or Controller *Jsp - View or Presentation Template *Bean - Model or Data Handling, Business logic For very very simple application, jsp is enough. For some kind of pattern or framework driven application, Consider MVC. Paul
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.