Page Navigation

Navigation Bar Menu

The navigation menu bar needs to be database/config driven. This can be accomplished by converting the NavigationItem and NavigationMenu classes into interfaces and backing them with JPA implementations that load/save to the DB. Each page could load a menu based on name in the short term.

  • No labels