Sunday, July 20, 2014

JSF Page comunication using param / query string

Develope a web application to show products in one page and product details in other page :


Chúng ta làm theo các bước như sau : 
Tạo database
Thêm các thư viện sau
Tạo class Company
Code kết nối tới database
Code tìm kiếm
tạo managedbean viewdetail






Code trang index.xhtml

code trang view.xhtml

managedbean home



NHẬN XÉT :
-JSF dễ sử dụng hơn Struts
-Trong Struts, không có phụ thuộc Injection. JSF sử dụng phụ thuộc Injection.

No comments:

Post a Comment