Chapter 15: JavaServer Pages: Part I

pages 1 - 18

Introduction

Apache Tomcat

Simple JSP Example

JSP Element Groups

  1. Directives: page, include, taglib
  2. Scripting Elements: declarations, expressions, code fragments (scriptlets)
  3. Comments
  4. Actions

Directives

Page Directives

Include Directives

Scripting Elements

JSP Declarations

JSP Expressions

JSP Scriptlets

Comments

Exercise

Install Apache Tomcat on your laptop. Create a "hi world" servlet. Demo the servlet to either Jack or John. 3 points.