PLEASE HELP!
Is there a pattern for JSP data access?
Do you use form handlers for all html forms or do you use chaining?
Do you set up a single bean to handle just JDBC connection and use other
beans for all else?
Thank you,
Ellen
# 1 Re: PLEASE HELP!
Check out this URL for some good answers to most of your questions. It
applies the MVC pattern to web development via JSP and Servlets.
http://www.dev-archive.com/upload/free/features/javapro/2000/06jun00/gb0006/gb0006.
asp
Chris
"Ellen Miles" <csc015@yahoo.com> wrote in message
news:3a3fa56c$1@news.dev-archive.com...
>
> Is there a pattern for JSP data access?
>
> Do you use form handlers for all html forms or do you use chaining?
>
> Do you set up a single bean to handle just JDBC connection and use other
> beans for all else?
>
> Thank you,
>
> Ellen
>