(1) Servlet introduction,) Servlet Introduction

Source: Internet
Author: User

(1) Servlet introduction,) Servlet Introduction

Glossary

  • HTML: Hyper Text Markup Language, Hypertext Markup Language
  • HTTP: Hyper Text Transfer Protocol, Hypertext Transfer Protocol
  • URL: Uniform Resource Locator, unified Resource Locator
  • CGI: Common Gateway Interface, public Gateway Interface
  • DD: Deployment Descriptor, Deployment description file

 

Servlet Introduction

Java Servlet is a program running on a Web server or application server. It serves as an intermediate layer between requests from a Web browser or other HTTP clients and databases or applications on an HTTP server. Using Servlet, you can collect user input from web forms, present records from databases or other sources, and dynamically create web pages. Shows the Servlet position in the Web application:

 

Servlet's main tasks include reading explicit data sent by the client (browser), reading implicit HTTP request data sent by the client, processing and generating results; send explicit data to the client, and send an implicit HTTP Response to the client.

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.