| Overview of JSP Syntax Element |
| |
|
| Introduction |
| |
| We saw a simple example of JSP . |
| Now here is a top-level list of syntax categories and topics: |
| |
| 1. directives --These convey information regarding the JSP page as a whole. |
| 2. scripting elements--These are Java coding elements such as declarations, expressions, scriptlets, and comments. |
| 3. objects and scopes--JSP objects can be created either explicitly or implicitly and are accessible within a given scope, such as from anywhere in the JSP page or the session. |
| 4. actions--These create objects or affect the output stream in the JSP response (or both). |
| |
| |
|
| |
| |