Chủ Nhật, 13 tháng 7, 2014

Using MVC Model 1


Using MVC Model 1


Create an MVC-based web application for ordering Electronic widgets. The electronic widgets can be of type Mobiles, Laptops and Digital Cameras. The application offers a scheme for of 10% discount on the purchase of items worth Rs.40000/- and above. (Using Model 1)

Bước 1: tạo sql server



Bước 2: Tạo new project


Bước 3: add jdbc4 để kết nối database 



kết quả


Bước 4: tạo Product.java




Bước 5: Tạo DataAcess để kết nối database
code kết nối:


code lấy tất cả danh sách Product


code lấy Product theo Id

Bước 6: tạo ProductBean để lấy dữ liệu hiện thị danh sách Product

Bước 7: Tạo OrderBean để lấy dữ liệu danh sách mua và tiền


Bước 8: Viết code cho index.jsp để hiện thị danh sách Product


Bước 9: Tạo trang Order.jsp để hiện thị danh sách mua và giá tiền


Kết quả

trang index.jsp


Nếu mua sản phẩm giá <40000

trang order.jsp
Nếu mua sản phẩm giá > 4000 thì tiền đc trừ 10%

trang order.jsp

Demo: https://drive.google.com/file/d/0B-EFzewQLSMDMXlRU2RNNGJ5YTQ/edit?usp=sharing

Không có nhận xét nào:

Đăng nhận xét