Jump to content

WebMacro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 216.138.195.243 (talk) at 04:34, 23 January 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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