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


 Announcing WebMacro 0.85.2:

     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.85.2 fixed several bugs: macros in lists weren't evaluated,
     #foreach would not use list initializer syntax; #if evaluated
     its condition twice, $Broker variable in templates was failing.
   - 0.85.1 fixed minor bugs: extraneous errors in log cleaned up,
     introspector now uses iterator() methods properly, docs updated.
   - 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.

 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]

  me:      [EMAIL PROTECTED]


 Everyone is encouraged to join the mailing list. Without the
 valuable contributions of Tom, Cristi, Frank, Simon, Klaasjan,
 Kyallee, Graydon, Michael, Dirk, and everyone else on the list
 who contributed ideas, code, and bugs, we wouldn't be where we
 are--Thanks!

Justin Wells / [EMAIL PROTECTED]

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to