Jump to content

WebMacro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Tagishsimon (talk | contribs) at 01:49, 21 June 2004 (fmt sub). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

WebMacro is a framework for developing Java Servlets. It enforces a Model-View-Controller framework on a project allowing for a clean separation of concerns in the design. In particular WebMacro keeps program source code absolutely separate from presentation HTML code. WebMacro is open source software.