Parts of a JSP
Everything in a JSP falls into two generic categories:
- Template data (static): text meant to be sent directly to a client
- HelloWorld.jsp example is entirely template
- Elements (dynamic): items interpreted by the container. Types:
- Scripting elements
- Directives
- Actions