Source Code: Navigation Bar Example

Presents the user with a navigation bar built from information in the examples and source_code tables. It provides an example of an alternate means of navigating this application.

File name Description
com/salmonllc/examples/example7/ExamplesModel.java A model object (mostly generated from the IDETool Utility) that gets the data to populate the nav bar.
com/salmonllc/examples/example7/NavigationBarController.java The controller Java class for this example.
example7/NavigationBar.jsp The view JSP for this example.


Return to Home Page
Run the Example