Using JDBC in Servlets | Java Servlets developer's Guide
Using JDBC in Servlets | Java Servlets developer's Guide
One of the most common uses of servlets is to access corporate information residing in a database; some studies suggest that up to 80 percent of all applications utilize some type of data stored in a relational database. In this chapter, we’ll explore JDBC, the Java API specification for connecting to databases and manipulating data, and how to use database information from within servlets.
Download 'Using JDBC in Servlets'