Ok - I've got a bit of a question:
Is there a general rule as to when one should use a JSP page or servlet? I mean - if JSP pages eventually end up as compiled code anyways, then why even go the route of using a servlet?
The only real difference I see between the two is that you can explicitly control behaviors via the doPost | doGet methods, but other than that they seem pretty similar.
Can anyone help me or direct me to a site that'll clear this up for me?
TIA leo
------------
Leo Mendoza
lmendoza-at-garbersoft-dot-net
Is there a general rule as to when one should use a JSP page or servlet? I mean - if JSP pages eventually end up as compiled code anyways, then why even go the route of using a servlet?
The only real difference I see between the two is that you can explicitly control behaviors via the doPost | doGet methods, but other than that they seem pretty similar.
Can anyone help me or direct me to a site that'll clear this up for me?
TIA leo
------------
Leo Mendoza
lmendoza-at-garbersoft-dot-net