Well, first, obviously you haven't done too much of this because it's
actually

    out.println("..........")

but anyway, why are you using println anyway? Try a template engine
like this:

    http://webmacro.org/

and avoid cluttering up your program with out.println(). And yes, if you
use the out.println() approach your productivity will be low, and you
will have far more lines of code than are really necessary.

Justin


Quoting Ragna-Lena&Dan ([EMAIL PROTECTED]):
> After many, many tedious hours of converting html tags to
> println.out("..............");
> println.out("..............");
> println.out("..............");
> println.out("..............");
> println.out("..............");
> I wonder if the productivity of the PLAIN MAKING of servlets isn't fairly low...
> ...and added to that the number of code lines are (to my experience) 5-10 times the
> corresponding number of e.g. ColdFusion for ~the same application.
> Anybody objecting?
> -dan
>

___________________________________________________________________________
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