CP363 : Web Applications

Database as a Web Application Back End

The database can be accessed by an application server, which then passes the processed data (formatted as HTML) onto the web server, and thence to a web browser. This is called server-side processing. It can also be accessed directly from a web browser through the use of direct connections such as JDBC (Java DataBase Connection). This is called client-side processing. In this course we will be dealing only with server-side processing.