JSP&MYSQL

I am a rookies in JSP. but i need to design a JSP page which is a registration form,

i don't know how to send the information to the MySQL databses, so I would like to ask how to do...

here is the code i had written

<%@ taglib prefix='sql' uri='http://java.sun.com/jsp/jstl/sql' %>
<%@ page import="java.sql.*" %>
<jsp:useBean id="db" class="ecom.DBConnection" scope="session" />

.....

by the way...i cannot find any JSP and MYSQL tutorial in googles...can anybody suggest me some?

Thanks a lot!!
[603 byte] By [dummyagain] at [2007-11-19 2:35:33]
# 1 Re: JSP&MYSQL
by the way...i cannot find any JSP and MYSQL tutorial in googles...can anybody suggest me some?

Did you even try to look ?

An 'I'am feeling lucky' search on "JSP MYSQL tutorial" turns up this page http://www.danhendricks.com/code/Java/JSP%20MySQL%20Tutorial/

And a full search turns up a total of 318000 hits, and all of the first 10 hits looks very solid.
khp at 2007-11-9 13:39:12 >