JSP has its own section of the resin file, the following is an introductory guide.
Template data-text output
Unless otherwise specified, the JSP file in the text will be sent exactly because it is a part of the response in the text file. This is the so-called JSP technical specification for template data.
El and JSTL of JSP
JSP is the expression language of JSP. It is used to evaluate performance without side effects (side effects are changing objects ). Identify its Syntax by using the electroluminescence light: $ (expression ).
JSTL is the standard tag library of the assumerver page. It is a set of tags used to create dynamic output from JSP. These markup looks like common XML markup and explains how resin produces the desired action for Java code execution at the time of translation.
Electroluminescence and JSTL are used throughout the discussion. The document of resin JSP, JSP technical specifications, and JSTL specifications provide more information.
<% @ Page session = "false" contentType = "text/html" %> <% @ taglib uri = "http://java.sun.com/jstl/core" prefix = "c" %> Inclide file,
Yes, it is true that x is less than 6, with a value of $ {x}
Output.
<Head> <title> A simple thing </title>