Introduction to JSP Beginner Tutorial directory

Source: Internet
Author: User
Tags object insert variables
js| Tutorial
Overview
JSP (Java Server pages) is a dynamic Web page production technology developed by Sun Company in the Java language that allows you to separate the dynamic parts of a Web page from the static HTM. >>>> Detailed content
JSP directive elements
Directive elements are used to specify properties of the page itself, primarily those that affect how the page is converted into a Java servlet. >>>> Detailed content
Use of predefined variables
The code in JSP expressions and Scriptlets provides 8 types of automatically defined variables, sometimes called implicit objects (intrinsic objects). >>>> Detailed content
Use of actions
JSP actions use you to dynamically insert a file, reuse the JavaBeans component, advance to another page, or generate an HTM for the Java plug-in. >>>> Detailed content
Implement page Jump
Jump to another page in a Web application is a common action of the application, JSP forward action to achieve the page's jump function. >>>> Detailed content
The use of plugin
The Jsp:plugin Action enables you to insert the object or EMBED element of the specific browser you want to specify the plug-ins that the browser needs to run a Java applet. >>>> Detailed content
Taglib Directiv
Use the JSP page to define a tag library and prefix using taglib directive from the definition tag. >>>> Detailed content
Use of Session
The HTTP protocol is stateless, that is, information cannot be passed through the HTTP protocol itself. In order to track the user's operation status, ASP applies the Session object.   JSP uses an object called HttpSession to achieve the same function. >>>> Detailed content


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.