classes:general:dbsamples:jsp_oracle
This is an old revision of the document!
Connecting to the database through JSP
There are two distinct methods for connecting to the database using JSP. The JSP will be compiled into a servlet, and that happens automatically each time you change the code. The first method makes database connections in the .jsp page itself, while the second one sets up the database connection in a separate class (called a bean in Java server programming).
classes/general/dbsamples/jsp_oracle.1484444739.txt.gz · Last modified: 2017/01/14 19:45 by localadmin