Package com.xenonsoft.bridgetown.examples.dvdrental

This is the package for the DVD Kiosk dependency injection example, which is based on the Martin Fowler's Dependency Injection paper.

See:
          Description

Interface Summary
IDVDFinder Specifies the contract interface for a class that finds DVD from the Moive Database.
 

Class Summary
DefaultDVDFinder Default implementation of the DVD Finder interface for simplicity this class maintains its own XML database.
DVD This is value object class that represents one real world object namely a Digital Versatile Disc.
DVDKiosk Inversion of control framework example, DVD Kiosk.
DVDLister A class to list the available DVD Movies using a finder object.
XMLMovieDatabase Reads Movie database from an XML configuration file
 

Package com.xenonsoft.bridgetown.examples.dvdrental Description

This is the package for the DVD Kiosk dependency injection example, which is based on the Martin Fowler's Dependency Injection paper.



Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.