CHAPTER 5Managed Beans and the JSF Expression Language

During the time period between the introduction of Java and its emergence as a widely popular business software platform, Java developers were fully responsible for instantiating and managing the properties of every single Java class or JavaBean in their application. This was perfectly logical because applications in the early days of Java were not multitiered, so all the logic for the entire application resided in one monolithic collection of Java Objects, often in a single virtual machine (VM).

Over time, Java matured to include server-side, distributed application technology. Lightweight Java server containers have become prevalent as the industry produced software to simplify the task ...

Get JavaServer Faces 2.0, The Complete Reference 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.