com.xenonsoft.bridgetown.examples.dvdrental
Class DVDKiosk

java.lang.Object
  extended bycom.xenonsoft.bridgetown.examples.dvdrental.DVDKiosk

public class DVDKiosk
extends java.lang.Object

Inversion of control framework example, DVD Kiosk.

See Inversion of Control Containers and the Dependency Injection pattern by Martin Fowler

Version:
$Id: DVDKiosk.java,v 1.1.1.1 2004/09/04 12:04:33 peter_pilgrim Exp $
Author:
Peter Pilgrim, 11-Aug-2004

Field Summary
static java.lang.String CONFIG_FILE
           
 
Constructor Summary
DVDKiosk()
          Default constructor
 
Method Summary
static void dumpDVDList(DVD[] dvdList)
           
static void main(java.lang.String[] argv)
          The Main program
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_FILE

public static final java.lang.String CONFIG_FILE
See Also:
Constant Field Values
Constructor Detail

DVDKiosk

public DVDKiosk()
Default constructor

Method Detail

dumpDVDList

public static void dumpDVDList(DVD[] dvdList)

main

public static void main(java.lang.String[] argv)
The Main program



Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.