Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Topics in This Chapter |
|
A central theme of web application design is the separation of presentation and business logic. JSF uses beans to achieve this separation. JSF pages refer to bean properties, and the program logic is contained in the bean implementation code. Because beans are so fundamental to JSF programming, we discuss them in detail in this chapter.