Thư viện tri thức trực tuyến
Kho tài liệu với 50,000+ tài liệu học thuật
© 2023 Siêu thị PDF - Kho tài liệu học thuật hàng đầu Việt Nam

Tài liệu Using JavaBeans in JavaServer Pages - Chương 3 pptx
Nội dung xem thử
Mô tả chi tiết
Using JavaBeans in
JavaServer Pages
Chương 3
/ 2 of 36
Session Objectives
Describe the various features of a JavaBean
Differentiate between a JavaBean and a Java class
Describe the basic structure of a JavaBean
Describe the various ways of creating beans
Describe the advantages of using beans
Explain how to access beans through JSP scriptlets
Describe the use of various JSP bean tags
Define the scope of beans
/ 3 of 36
JavaBean or a Bean, is a simple Java class that follows
a set of naming and design conventions,
outlined by the JavaBeans specifications
These components can be combined into applets,
applications, or composite components
With the help of the JavaBeans API, you can create
reusable and platform-independent components
What is a JavaBean?
JavaBeans brings component technology
to the Java platform