Learn about the different aspects and types of scope in JavaServer Faces
Unleash the power of the three golden rules and also understand tips and tricks for JSF scopes
Master navigation in JavaServer Faces and also explore the different types of navigation technique
Learning
Explore the different types of JSF and understand the difference between JSF scopes and CDI scopes.
Master the three golden rules of use.
Learn the logic of views and outcomes.
Receive valuable tips and tricks for navigation in JSF.
Explore null and void outcomes of Conditional Navigation
Use query parameters to implement Preemptive Navigation.
Access NavigationHandler, ConfigurableNavigationHandler, and several other navigation use cases.
About
This JSF Scopes and Navigation video is dedicated to helping you master how to control communication aspects in JSF. Definitely, communication is the core of a JSF application and is one of the main aspects that dictate its architecture. You will learn how to identify the main parts and understand how they communicate with one another and with the end user.
Learn and understand different scopes and their specific functionalities. Master the three golden rules. Find the logic relating views and outcomes. Differentiate between implicit and explicit navigation techniques. Absorb tips and tricks for navigation in JSF. Understand conditional navigation and also learn about declarative and programmatic conditional navigation. Investigate the null and void outcomes of conditional navigation. Learn about preemptive navigation. Implement and also use query parameters in preemptive navigation. Understand how to access navigation handlers, and configure navigation handler and navigation cases.
This video is exactly what you need to build communication aspects and obtain the knowledge that is essential in order to decide what to use, and when and how to use it, depending on your application. This JSF Scopes and Navigation video will act as a platform from which to grow your knowledge and also increase your understanding of the topic.
Style and Approach
This video course provides developers with a base from which to understand the core concepts and implement them without any fuss. It incorporates examples, tips, tricks, and complete applications, and provides theoretical aspects obtained from experience and reality.
JSF and CDI Scopes
The Course Overview
JSF Versus CDI Scopes
Request Scope
Session Scope
View Scope
Application Scope
Custom Scope
None Scope
Conversation Scope
Flow Scope
Flow Scope (Continue)
Dependent and Singleton Pseudo-Scopes
Final Scopes Aspects
Implicit / Explicit Navigation
The Three Golden Rules of Use
Logic of Views and Outcomes
Implicit Versus Explicit Navigation
Tips and Tricks
Conditional Navigation
Introduction
Declarative Conditional Navigation
Programmatic Conditional Navigation
The Null and Void Outcome
Preemptive Navigation
Using Query Parameters
Programmatic Navigation
Introduction (API)
Examples