Web Development
design.txt
Associated article: Design by Interface
Tags: Web Development
Published source code accompanying the article by Robb Shecter in which he presents step-by-step instructions for making applications both reusable and independent using a technique called "design by interface" and the NetComponents class library from ORO.
Design by Interface by Robb Shecter Listing One // file: EmailMessage.java package net; import java.io.IOException; /** A a simple email message class. It allows email messages to be sent * easily from Java. Here's how it is used: * <pre&...


