| jsp
 
      JSP creates output (such as HTML) from template
      text and scripting actions.  Template text is returned
      verbatim to the requesting client, and actions are used to fill
      in dynamic values and do things conditionallly.
       
      JSP creates a document (such as HTML) from template
      text and scripting actions.  Template text is returned
      verbatim to the requesting client, and actions are used to fill
      in dynamic values and do things conditionallly.
       
JSP compilation causes the compilation of JSP files before they are first
accessed on a live server. 
JSP EL is a simple expression language for accessing
      data. 
JSTL provides standard actions for functionality
        most often needed by page authors. This functionality includes
        a core library for the most common tasks, internationalization
        (i18n) and text formatting, relational database access (SQL),
        and XML processing.
       Resin can generate more efficient code for JSTL than for
        other tag libraries.  It is recommended that applications
        use JSTL as a basis for any JSP pages which can
        use it. 
      JSP Directives control the processing of an entire
      page.  Directive examples include setting a scripting language,
      setting an error page, including other sections, and setting a
      character encoding.
       
      JSP makes implicit variables available to the script.  These
      variables are used to gain information about the request, and to
      help form a response.  They also expose some useful
      functionality.
       
      Actions are the core of JSP.  Actions range from printing a
      script expression, to creating and storing a Java Bean.
       
      An application collects servlets, JSP pages, scripts and Java
      Beans into a self-contained web application.  Applications are
      just generalized virtual hosts, only based on the URL instead of
      the host name.
       
The formal definition for the *.tld file 
The Apache Velocity
        project introduces an alternative syntax to the familiar JSP
        expressions and scriptlets.  Resin's extension allows the use
        of Velocity-style syntax in JSP files.  The Velocity-style syntax
        is transformed into JSTL standard tags.
       
      JSP templates encourage the clear and flexible
      model-view-controller architecture.  It's an example of the old
      JSP spec's "model 2."  This tutorial works through a simple
      guest book example using JSP templates.
       
 | Copyright © 1998-2025 Caucho Technology, Inc. All rights reserved. Resin ® is a registered trademark. Quercustm, and Hessiantm are trademarks of Caucho Technology. 
 Cloud-optimized Resin Server is a Java EE certified Java Application Server, and Web Server, and Distributed Cache Server (Memcached).
 Leading companies worldwide with demand for reliability and high performance web applications including SalesForce.com, CNET, DZone and many more are powered by Resin.
 
 
 |  | home company docs app server
 | 
 |