Layers of Servlet/JSP Technology
- Static HTML web pages
- No dynamic content
- Work with a web server
- Servlets
- Java classes that create pages at HTTP request time
- Work with a web server and Servlet container
- JavaServer Pages (JSP)
- Web pages that contain code interpreted at request time
- Translated by container into Servlets
- 1.2: Code embedded through scripting elements
- 2.0: Code embedded through the Expression Language