Point

Modularity is NeXT's publishing advantage

by Paul Trevithick

Industry leaders have been talking about the coming age of modular applications for years. With its AppKit and Interface Builder, NeXT has taken us there, at least in the area of user-interface design.

To have modularity, there must be an application program interface (API) Ð a protocol that acts as a unifying framework. In the domain of publishing applications, Archetype has developed such a framework, the Document Engine (DE).

The DE can be thought of as a publishing-oriented extension to a computer's operating system. It provides at least four advantages:

Rapid application development. By using a standard document object that can reduce the effort of building the document-manipulation portions of an application, the DE allows publishing apps to be produced five times faster. They can also be developed by end users for whom creating a major application is otherwise unthinkable.

Modular components. Small apps can be built for vertical applications not addressed by the monolithic shrinkwrapped approach. These apps are themselves modular, and new objects and capabilities can be added to them.

Portable documents. Documents can be moved from workstation to workstation and from application to application and still be revisable. Users have their choice of application. Workgroup publishing. Applications in a distributed network can edit the same document at the same time. Version control, journaling, archiving, and other capabilities can be easily added, since the document is its own database.

Of course, the DE is not the only engine technology relevant to the world of publishing. Image-processing engines such as Pixar's IceMan promise to revolutionize that application area; it offers a unifying framework for a certain class of applications.

It is not surprising that some developers have resisted the modular approach, since the advantages come at a price: You have to rewrite and restructure your application. Then again, switching to object-oriented programming in general has not been done without total rewrites either.

Paul Trevithick is president of Archetype Software.