JSF JavaServer Faces - PawelBogdan/BecomeJavaHero GitHub Wiki

Introduction

First classes was prepared using this page.

Exercises

  1. Display all books from database
  2. Display list menu with categories
  3. Add possibility to choose books of specified category
  4. Add possibility to add author to database (verify if names start with capital letter and age is a positive number)
  5. Add possibility to edit author inside of list of all authors