The JSF Jumpstarter
Table of Contents
- Getting Started
- Introduction
- Setting up your work environment
- Installing the Java Development Kit
- Installing Eclipse
- Installing Exadel Studio Pro
- Your First JSF Application
- Creating our first page
- Writing the CurrencyConverterPage class
- Configuring the bean as a JSF Managed Bean
- Creating the JSF page
- Creating our first page
- Introducing JSF navigation
- The ConversionResultsPage Managed Bean
- Implementing the Results JSF Page
- Displaying and formatting output
- JSF Navigation: getting from page to page
- Implementing the business logic and preparing the result page
- More complex user interface elements
- Using Select Lists
- Using check boxes
- More advanced techniques: table components and CSS
- The Catalog Page example
- The Details page example
- Conclusion