Java EE: Getting Started with JavaServer Faces

Pluralsight
Course Summary
JavaServer Faces is the Java EE standard component-based web application framework. This course will teach you how to use JSF to build a complete web application, including building the user interface and business logic.
-
+
Course Description
At the core of building web applications with Java EE is a thorough knowledge of JavaServer Faces, the standard Java EE web application framework. In this course, Getting Started with JavaServer Faces, you will learn how to build web applications using JavaServer Faces. First, you will learn how to setup, build, and deploy a JSF project. Next, you'll explore how to create well-structured web applications using facelets and components, as well as how to handle user input. Finally, you'll learn how to work with AJAX to make your JSF web applications more dynamic. When you're finished with this course, you will have a foundational knowledge of JavaServer Faces that will help you move forward to become a proficient Java EE web application developer.
-
+
Course Syllabus
Course Overview- 1m 42s
—Course Overview 1m 42sGetting Started- 22m 36s
—Introduction 1m 3s
—Overview of JavaServer Faces 3m 47s
—Learning Path 2m 40s
—Installing the Tools 6m 27s
—Hello World 7m 23s
—Summary 1m 14sCreating Web Pages Using Facelets- 44m 5sAdding Business Logic Using Managed Beans and Expression Language- 46m 53sHandling User Input- 1h 2mImplementing Page Navigation- 28m 25sBuilding Your Own Components- 34m 36sUsing AJAX- 17m 46s