1. Trang chủ
  2. » Giáo án - Bài giảng

Lập trình web-1

38 319 0
Tài liệu đã được kiểm tra trùng lặp

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 38
Dung lượng 1,55 MB

Nội dung

Server-side Web Programming Lecture 2: The Jakarta Tomcat Web Container and the NetBeans IDE Client-Server Web Architecture Client Browser www.cis.ysu.edu/~john/Sy llabus.htm Request to www.cis.ysu.edu for Syllabus.htm Server john public_html Syllabus.htm port Response containing Syllabus.htm as a long string (<html><head><title>CSCI 6962 Syllabus</title></head><body>…) • Client browser sends request for page to server • Server sends response page and sends to client Form Handling Server must: – Listen on port for requests – Parse request to determine values of parameters – Generate appropriate response page based on parameter values – Send response page back to client Web Containers • Program running continuously on server • Runs code to handle requests • Built-in methods for parsing requests, generating responses • Handles other important functions: – Session tracking – Database access – Email generation – Security and encryption Web Containers • Jakarta Tomcat – Written in Java – NetBeans IDE – Acts as engine for Java Server Pages and servlets • Microsoft IIS – Visual Basic/Visual C++ – Active Server Pages Downloading the Java SDK Downloading the Java SDK Downloading the Java SDK Downloading the Java SDK Downloading the Java SDK

Ngày đăng: 27/10/2013, 23:11

TỪ KHÓA LIÊN QUAN

w