I am wondering whether people develop a bean for making a database connection. I was thinking of creating of a bean that would return a Connection or Statement object and I came up with this
java program but there is a problem when I try to include the bean in my
jsp program.
java program...DbBean.java...placed in web-inf/classes/Utilities
Jsp file...carBean.jsp
Errors....taken from log file..
[ January 03, 2006: Message edited by: Raghavan Chockalingam ]