Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

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
[257 byte] By [Ellen Miles] at [2007-11-9 21:18:58]
# 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
>
Chris Hatton at 2007-11-11 23:06:44 >