Print service: an INS application
- Provides GUI for controlling printers
- Current implementation uses configuration file to identify printers
- Sample file:
LPRGateway.conf
- Improved design would dispense with configuration file
- E.g., by providing server with a
configure
option
- Command:
java printer.LPRGateway
- Must be run in directory containing
LPRGateway.conf