Chapter 13. USING JAVABEANS WITH JSP

Topics in This Chapter

  • Creating and accessing beans

  • Installing bean classes on your server

  • Setting bean properties explicitly

  • Associating bean properties with input parameters

  • Automatic conversion of bean property types

  • Sharing beans among multiple JSP pages and servlets

The JavaBeans API provides a standard format for Java classes. Visual manipulation tools and other programs can automatically discover information about classes that follow this format and can then create and manipulate the classes without the user having to explicitly write any code.

Full coverage of JavaBeans is beyond the scope of this book. If you want details, pick up one of the many books on the subject or see the documentation and tutorials ...

Get Core Servlets and JavaServer Pages™ 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.