Discuss how to build web applications by assembling reusable UI components, connecting components to an application data source, and wiring client-generated events to server-side event handlers. JavaServer Faces technology handles the complexity of managing the user interface on the server, allowing the developer to focus on application code. |