Hi,
I have build some servlets to practice distributed programming.
The servlets generate HTML code. In the beginning it was just a few
lines, now its getting more and more. Although I made a number of static
Strings and functions for html tags, lot of handwork remains.
Are there any tools or classes available to assist in this? What would
be a good approach here?
All hints appreciated,
thanks

Signature
len
VisionSet - 30 Sep 2003 14:03 GMT
> Hi,
>
[quoted text clipped - 5 lines]
> Are there any tools or classes available to assist in this? What would
> be a good approach here?
JSP!!
--
Mike W
Andoni - 30 Sep 2003 14:34 GMT
Yes, look up JSP technology on SUN Microsystems' website
http://java.sun.com/products/jsp/
This will allow you to create HTML pages in the ordinary way and just pass
values to them using your servlet.
Hope this helps,
Andoni.
> Hi,
>
[quoted text clipped - 11 lines]
> --
> len
Tim Tyler - 30 Sep 2003 16:35 GMT
fozzy <fozzy@hotmeel.com> wrote or quoted:
> I have build some servlets to practice distributed programming.
> The servlets generate HTML code. In the beginning it was just a few
> lines, now its getting more and more. Although I made a number of static
> Strings and functions for html tags, lot of handwork remains.
>
> Are there any tools or classes available to assist in this? [...]
There are many.
A nice, open source one: http://freemarker.sourceforge.net/

Signature
__________
|im |yler http://timtyler.org/ tim@tt1lock.org Remove lock to reply.