JSP Tutorials - Herong's Tutorial Examples - v5.11, by Herong Yang
Connecting to SQL Server from Servlet
This chapter provides tutorial notes and example codes on connecting to SQL Server from Servlet pages. Topics include downloading and installing SQL Server JDBC driver JAR file; selecting JDBC driver version to match JVM version; testing JDBC connection in Servlet pages; loading JDBC class explicitly in Servlet code.
SQL Server Connection Requirements
Conclusions:
Table of Contents
JSP (JavaServer Pages) Overview
Tomcat Installation on Windows Systems
Syntax of JSP Pages and JSP Documents
JavaBean Objects and "useBean" Action Elements
Managing HTTP Response Header Lines
Non-ASCII Characters Support in JSP Pages
Overview of JSTL (JSP Standard Tag Libraries)
Multiple Tags Working Together
Using Tomcat on CentOS Systems
►Connecting to SQL Server from Servlet