build stateful web applications with PrimeFaces
This course is 4 hours long and should take around 2 days to complete
Having problems? check the errata
Introduction 23m 9s An overview of JSF |
Preview |
Getting Started 38m 38s Writing your first basic applicaiton, and how backing beans work. |
Watch |
JSF Behaviour 26m 27s How to add behaviour to JSF components such as buttons and links. |
Watch |
JSF Components 42m 24s Using the built in components such as datatables. |
Watch |
GETs POSTs and REDIRECTs 32m 21s Making bookmarkable and browser friendly links is tricky in JSF - here we look at a strategy for doing so. |
Watch |
Third Party Components 19m 21s We use PrimeFaces to add a more functional data table. |
Watch |
Building an Application 35m 14s Some miscellaneous concepts you might find useful when building an application |
Watch |
JSF vs MVC 13m 35s Another comparison of JSF against traditional MVC frameworks. What exactly should you be adding to backing bean? We'll see it is not for "business logic". |
Watch |