You can try WebMacro:

   http://webmacro.org

which is free under multiple opensource licenses. It allows you to split
your HTML out into a template, and uses Java introspection to connect up
your ordinary Java objects with the variables in the template script.

Justin Wells

AltaVista Company
[EMAIL PROTECTED]


Quoting Arnaud D ([EMAIL PROTECTED]):
> I don't know if you feel the same way as I do, but I don't like servlet code
> that looks like this :
>
> out.println("<html><head><title></title></head><body>you get the
> picture</body></html>");
>
> A good alternative that people like is XML, but I find the use of XML
> parsers/processors too complicated for a simple page and
> out.println("<root><element></element></root>"); is not the way to do it.
>
> Anyway, I came across a page in jason hunter's java servlets book that talks
> about the weblogic.html package which allows you to create ServletPage
> objects and create HTML that way. That package is part of weblogic and is
> therefore, not free.
>
> Does anyone know of a package that creates HTML and that is free for
> non-commercial applications (or commercial applications as well) ??
>
> Regards, Arnaud Dostes
>
> ___________________________________________________________________________
> 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

___________________________________________________________________________
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