Quoting vsr ([EMAIL PROTECTED]):
> If you intend to go ahead with just one of the
> frameworks you mentioned, I suggest WebMacro. By the
> way WebMacro does not work with JSP but it is a
> replacement to JSP.
You could make WebMacro work with JSP but I'm not sure why you would
do that. WebMacro at its heart is just a library which knows how to
generate HTML (or XML or whatever) from objects using templates. You
could invoke that library from arbitrary Java code, including JSP. But,
why would you?
Also you can run Webmacro servlets alongside JSP servlets and they can
share session data, etc., since they both just wind up being servlets.
Justin
___________________________________________________________________________
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