Thứ Năm, 4 tháng 9, 2014

Practise Assigment 1,2

1.Đề bài : Create a servlet using NetBeans to greet the user Hi, welcome to the world of
Servlets.(Tạo 1 servlet chào người dùng :  Hi, welcome to the world of Servlets )
Trước tiên khi bắt đầu làm ta cần tạo 1 project .Chọn new project  để tạo 1 web application trong java web như hình dưới :


Sau khi chọn xong,đặt tên rồi chọn next để tiếp tục và các bước sau cũng chỉ next cho đến khi kết thúc.
Bước tiếp theo là tạo 1 Servlet.Ở trong thư mục Source Packages chuột phải chọn New -> Other -> Servlet:

Tiếp đó là việc đặt tên Servlet cần tạo và chọn next để tiếp tục và kết thúc
Và sau đó là thêm dòng "Hi, welcome to the world of Servlets" vào trong thẻ body.



Cuối cùng là chạy chương trình:



_Source Code: https://www.dropbox.com/s/98ouitpjfct9m4n/HelloWorld.rar?dl=0


2.1.Đề bài: Create an html program to accept a name from user and display the first user and display the first name and last name on the screen using a servlet program.Use getParameter() method to access the variables.

B1: Đầu tiên ta tạo mới 1 project và Servlet
B2: Viết code để người dùng nhập tên:


B3: Viết code sử dụng method getParameter để hiển thị ra dữ liệu mà người dùng vừa nhập trước đó:
Sau cùng ta chạy chương trình :
+ Ban đầu :

+Sau khi nhập và chọn submit :





2.2.Đề bài: Create Servlet,Which displays Remote host, Remote port, Request URL,Server name and Server Port on the screen.Use the methods of HttpServletRequest interface.

Tương tự vs bài 2.1 ta tạo mới 1 project và Servlet.Tiếp đó ta tạo nút submit :

Sau đó bên Servlet ta viết code để hiển thị thông tin theo yêu cầu đề bài :

Sau cùng ta chạy chương trình và được kết quả :



0 nhận xét:

Đăng nhận xét