The Library Application
Recall the
library application:
- The book tile is used by nesting it in a library tile
- The library application is able to use the book viewer code without
changing it
- Neither the books nor the library is a managed bean; they are created
and manipulated by a Java object called a tile controller
- Adding new books to the library is accomplished by simply modifying the
library constructor