CHAPTER 6The Navigation Model
One of the most elegant design aspects of JavaServer Faces is its navigation model. The JSF Navigation Model allows for the definition of a JSF application’s entire page flow, which is a collection of rules governing when and how page navigation should occur in an application. As you may recall, basic navigation was introduced in Chapter 2; however, this chapter goes further and examines the JSF Navigation Model in detail by describing both the architecture behind JSF navigation as well as the different types of navigation.
The chapter begins by describing a new navigation feature added by JSF 2.0 called implicit navigation, which makes it very easy to add navigation to your application without adding XML configuration. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access