This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / I'm a little confused while I'm learning Java. Since we have JSP and EJB and JSP finally will be compiled into serverlet, what's the real use of Serverlet? If it's obsolete, I can release a lot of learning burden.
-guest:Dolphin;
2001-1-1
(#19974@0)
-
Happy new year every body! I almost forget today is new year's day.
-guest:dolphin;
2001-1-1
(#19975@0)
-
JSP is only a way of wrtting Servlets...One cannot get rid of Servlets. If one does not understand the principle of Servlets, he/she cannot understnd/write JSP stuff.
JSP is oriented to generating HTML pages.
Servlets can do more. For instance, processings images. IF you use MVC architecture, you had better employ a servlet as the controller.
-jabber(jabber);
2001-1-2
{310}
(#20082@0)
-
So, which one is more often used?
-guest:thanks;
2001-1-2
(#20099@0)
-
Quantitatively, JSP is more widely used. However, I don't think one can write JSP if he has never written Servlets.
-jabber(jabber);
2001-1-4
(#20100@0)