Introduction to the first JSP

Source: Internet
Author: User

Introduction to the first JSP

JSP: Dynamic technical standard. Adding Java program Fragments (scriptlet) and JSP tags to a traditional web page HTML file (*.htm,*.html) makes up a JSP Web page. Java program fragments can manipulate the database, redirect the Web page and send e-mail, and so on, to create a dynamic Web site required functions. Server-side language: All program operations are performed on the server side, and the results are displayed to the user in the form of an HTML page.

The full name of the JSP is Java Server page, which implements Java expansion in HTML syntax (in <%%> form). When a Web server encounters a request to access a JSP Web page, it executes the program segment first, and then returns the execution result along with the HTML code in the JSP file to the client. Inserted Java program segments can manipulate databases, redirect Web pages, and more to achieve the functionality needed to build dynamic Web pages.


JSP technology uses the Java programming language to write tags and scriptlets of class XML to encapsulate the processing logic that produces dynamic Web pages. Web pages can also access the application logic of resources that exist on the server through tags and scriptlets. JSP separates the Web page logic from the display of the web design, supports reusable component-based design, and makes the development of Web-based applications quick and easy.


Java servlet is the technical foundation of JSP, and the development of a large Web application requires Java servlet and JSP mates to complete. JSP has the simple and easy-to-use Java technology, completely object-oriented, platform-independent and safe and reliable.


Introduction to the first JSP

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.