From the course: Learning Java Enterprise Edition

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge

Challenge - Java EE Tutorial

From the course: Learning Java Enterprise Edition

Start my 1-month free trial

Challenge

- [Instructor] Let's have a look at some JSF challenges. These should help to reinforce the knowledge that you've already gained by looking at the videos. The first challenge is to specify custom bean name. As you know, by default, the name used to refer to a named bean in a JSF template is the beans class name with the first letter lower-cased. However, you can specify a different name to use by passing it into your named annotation. The challenge is to make the necessary changes to the bean and the view to use the specified bean name. Later on in the next video, I'll be going through an example of how to do this. Your next challenge is to have a look at the PrimeFaces website. This website contains lots of code examples that you can use in your views to make your website more interactive. And finally, replace the autocomplete with a drop-down. The challenge here is to find code on the PrimeFaces website that allows you to populate a drop-down with all of the tracking IDs in the…

Contents