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
Printable View
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
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.devx.com/upload/free/feat...gb0006/gb0006.
asp
Chris
"Ellen Miles" <csc015@yahoo.com> wrote in message
news:3a3fa56c$1@news.devx.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
>