WebMacro Servlet Framework
==========================


 Announcing WebMacro 0.89.1:

     http://www.webmacro.org/

 WebMacro is a Java servlet development framework, including a
 template engine plus extensible component model. It uses Java
 introspection to make ordinary objects in your servlet accessible
 as variables in a simple, concise template script.

 WebMacro is free under the GPL, with alternate licensing available
 for proprietary commercial use. See the website for details.

 The WebMacro philosophy is:

     "Things that you don't care about should get out of your face."

 Programmers should not have their code cluttered up with HTML and
 stylesheet junk. Web page designers should not have to put up with
 complex and scary looking program code.

 WebMacro lets programmers get back to programming--in an ordinary,
 powerful programming language (Java); while letting page designers
 work with plain old HTML and a simple script language.


What Changed?
------------

   - 0.89 added full boolean logic, integer and long support,
     fixes many bugs, and has better documentation
   - 0.85 added reloadable templates, cleaned up the WMServlet API,
     added template paths, made it easier to compile under Java 2,
     and fixed several nasty bugs.
   - 0.80 added method calls, generic templates, template parameters,
     list initializer syntax, comments, bug fixes, and a few other things;
   - 0.75 added the component model, full fledged introspection

 WebMacro pre-1.0 is beta software. Despite that, recent versions are
 increasingly stable. A few features remain to be implemented in
 order to get to 1.0.


Where is It?
------------

  website: http://www.webmacro.org/

  list:    [EMAIL PROTECTED]

  info:    [EMAIL PROTECTED]

 And thanks to everyone on the mailing list; without your ideas and
 help, WebMacro wouldn't be as great as it has become!

Justin Wells / [EMAIL PROTECTED]

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to