5

The Server Side

Chapter Objectives:

  • Understand the role of server-side technologies in the context of a web application

  • Bring out the concept of Servlets

  • Understand the Servlet life cycle and go through an example

  • Go through the concepts of State management and Cookies

  • Get used to JDBC connections–a basic persistence model

Web programming broadly covers two aspects—the client side which runs on the user's local computer and the server side, which fetches data from databases, runs the business logic and processes them into a format that is understood by the client. Both of these aspects complement each other. Well, in most cases! For those where there is a possibility of doing the same thing in the client or in the server, my rule ...

Get Web Technology: Theory and Practice now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.