|
![]() |
![]() Resin supports Sun's JSP 1.0 specification. JSP creates an HTML page from HTML template text and scripting actions. Resin supports Java and JavaScript as scripting languages for JSP pages.
Resin encourages the creation of custom tag
libraries. Using XSL, you can create
meaningful tags for your web pages: ct:shopping-cart-summary,
ct:example, ct:sql-query.
Directives control the processing of
an entire page. Directive examples include setting a scripting
language, setting an error page, including other documents, and
setting a character encoding.
Actions produce dynamic content.
Actions range from printing the a script expression, to creating and
storing a Java Bean.
JSP makes implicit variables
available to the script. Scripts can use request, response, session, and
application variables.
Applications join JSP pages,
script libraries and Java beans into a self-contained web
application. Applications are controlled by the configuration file.
|