Chapter 9. JSP and JavaBeans
Terms you'll need to understand:
JavaBean
Bean properties
XML
Bean and attribute scope
Attribute get/set methods
Techniques you'll need to master:
Declare the use of a JavaBean component within the page.
Specify, for jsp:useBean or jsp:getProperty tags, the name of an attribute.
Specify, for a jsp:useBean tag, the class of the attribute.
Specify, for a jsp:useBean tag, the scope of the attribute.
Access or mutate a property from a declared JavaBean.
Specify, for a jsp:getProperty tag, the property of the attribute.
Specify, for a jsp:setProperty tag, the property of the attribute to mutate and the new value.
Code JSP page attributes including their scopes.
Identify techniques that access a declared JavaBean component.
JavaBean Overview ...
Get Java™ 2 Enterprise Edition (J2EE™) Web Component Developer Exam Cram™ 2 (Exam 310-080) now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.