TAILIEUCHUNG - Web Application Developer’s Guide phần 4

Trang Các tham số của trình hướng dẫn Servlet là nơi bạn nhập vào các thông số servlet. Tham số là giá trị được truyền cho servlet. Các giá trị có thể là các giá trị đầu vào đơn giản. Tuy nhiên, họ cũng có thể ảnh hưởng đến logic thời gian chạy của servlet. Ví dụ, người dùng nhập vào giá trị có thể xác định những gì bảng cơ sở dữ liệu được hiển thị hoặc cập nhật. | Servlet wizard options Figure Servlet wizard - Filter servlet Naming Options page Parameters page The Parameters page of the Servlet wizard is where you enter servlet parameters. Parameters are values passed to the servlet. The values might be simple input values. However they could also affect the runtime logic of the servlet. For example the user-entered value could determine what database table gets displayed or updated. Alternatively a user-entered value could determine the servlet s background color. The servlet in Chapter 7 Tutorial Creating a simple servlet uses a parameter of type String to allow entry of the user s name. The parameter name in the SHTML file is UserName the corresponding variable used in the servlet .java file is userName. Figure Servlet wizard - Parameters page 6-8 Web Application Developer s Guide Invoking servlets Listener Servlet Details page This page is available only if you ve selected the servlet type of Listener Servlet on the Naming and Type page of the Servlet wizard. It is Step 2 and the final Servlet wizard step for listener servlets. You use this page to implement one or more servlet listener interfaces. The corresponding methods are added to the servlet. The Servlet wizard automatically adds the selected listeners to the Listeners section of the deployment descriptor file. For more information see Listeners page on page 16-8. Figure Servlet wizard - Listener Servlet Details page Invoking servlets The following topics discuss a few ways to invoke servlets Invoking a servlet from a browser window Calling a servlet from an HTML page Invoking a servlet from a browser window A servlet can be called directly by typing its URL into a browser s location field. The general form of a servlet URL where servlet-class-name corresponds to the class name of the servlet is http machine-name port-number servlet servlet-class-name Creating servlets in JBuilder 6-9 Invoking servlets For example a URL in the format of any of

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.