Design
dsm.txt
Associated article: Domain-Specific Modeling
Tags: Design
Published source code accompanying the article by Risto Pohjonen and Steven Kelly in which they examine domain-specific modeling which raises the level of abstraction on which software development is carried out. Also see DSM.ZIP.
Domain-Specific Modeling
by Risto Pohjonen and Steven Kelly
Listing One
// All this code is generated directly from the model.
// Since no manual coding or editing is needed, it is
// not intended to be particularly human-readable
public class SimpleTime extends AbstractWatchApplication {
// ...


