previous |
start |
next
Dynamic Web Content
- The JSP container reads the requested JSP page and transforms
it into an HTML page
- Regular HTML tags are left unchanged
- JSP tags ( <%= . . . %> ) are processed
- Expressions enclosed in JSP tags are evaluated and converted to
a string using toString method
previous |
start |
next