> Probably it's not just servlet having the problem.
> I found java in general not handy at handling the
> println method to print out a block of text for example.
>
> It's very easy in perl to print out a block of text  like
> print <<THEEND
> what ever the text
> .....
> THEEND
>
> but with Java, you have to print out each line...
> and I also found println("( " + variabel + ") " + variable + "some text" );
> is hard to read.

<http://java.apache.org/ecs/>

No more out.println!!!!

-jon

___________________________________________________________________________
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