Jump to content

WebMacro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Everyking (talk | contribs) at 06:20, 2 May 2004 (bold name). 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 your program source code absolutely separate from your presentation (HTML) code. You can learn more about WebMacro here:

   http://www.webmacro.org