Program Generators with XML and Java

by J. Craig Cleaveland (Prentice-Hall, 2001)

Program Generators Email List
Join an email list for hearing news and discussing program generators.
Related Recommended Books
Take a look at other books on program generators and related technologies.
Program Generator Projects and Activities
View a set of links, resources, contacts, and other program generator activities.
Book Reviews:
Dr. Dobb's

Table of Contents

  1. Introduction: The Dictionary Problem
  2. Domain Analysis Concepts
  3. An Example Domain Analysis
  4. Separation of Concerns
  5. XML, A Standard Representation for Specifications
  6. Run-Time Variabilities
  7. Compile-Time Variabilities
  8. The Styles of Generated Programs
  9. Using DOM to Generate Programs
  10. Using Java Server Pages to Generate Programs
  11. Using XPath and XSLT to Generate Programs
  12. Crafting Your Own Templates
  13. Composition of Components