Chapter 12. JavaBeans Components in JSP Pages

Stephanie Bodoff

Javabeans components are Java classes that can be easily reused and composed together into applications. Any Java class that follows certain design conventions can be a JavaBeans component.

JavaServer Pages technology directly supports using JavaBeans components with JSP language elements. You can easily create and initialize beans and get and set the values of their properties. This chapter provides basic information about JavaBeans components and the JSP language elements for accessing beans in your JSP pages. For further information about the JavaBeans component model, see http://java.sun.com/products/javabeans.

In This Chapter

JavaBeans Component Design Conventions

Why Use a ...

Get J2EE™ Tutorial, The 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.