Still another question: is there any advantage in one of the models proposed,
i.e.
Handling the requests by servlets, triggering some javabeans' actions, and
delivering the response via JSP which get properties from these javabeans
versus
Handling both the request and response with JSP which trigger javabeans actions
?
Paul Sterk wrote:
> Hi,
>
> Just a quick question for you JSP/Servlet gurus. I have recently started
> working with JSP, and I am wondering if there is any reason to still code
> servlets. Should I try to code just using JSP and JavaBeans? Are there
> reoccurring coding problems that are better handled by a plain servlet?
>
> Thanks!
> Paul
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff JSP-INTEREST". For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".