Nathalie:
You
might get some useful input by looking at the DBServlet base class in the
Expresso component library/framework, and perhaps the database objects
components might be helpful as well. It's an open source library, you can get a
copy at our web site http://www.javacorporate.com. Any of the
resources on Sun's site (www.sun.com/java)
on JDBC are all applicable to servlets as well, but the special requirements as
far as connection pooling and thread safety are perhaps best learned by looking
at an example.
Mike
Javacorporate Ltd
-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Nathalie Ghaoui
Sent: Friday, January 07, 2000 5:08 AM
To: [EMAIL PROTECTED]
Subject: How to make a servlet acces a database.Hye everyone,
i'm new in servlets and i would like to have some hints on how a servlet can access a database and write to it,
what are the features i must use, and where can i find help on this matter.
Thank You.
