I am using MVC for my Form and database web site.
I have my Database connections, SQL and prepared statements in my Helper classes and JavaBean classes.
I assume they shouldnt be in
Servlet because that is where I am dispatching what page and where the user should be sent depending on what they entered. From my limited experience I assume I shouldnt have any database connections in my Controller Servlet?
[ November 05, 2007: Message edited by: Joseph Smithern ]