Eric J Altman wrote:
> 
> Simon Allaway wrote:
> >
> > Imagine being able to offer a solution to a newbie developer and say
> > "Forget ASP or PHP, learn a language that will open all kinds of doors
> > for you. Don't tie yourself to Microsoft , or anything for that matter."
> 
> In a dynamic web
> application, there are often cases where it becomes necessary to
> dynamicially generate HTML code.  In this case, you should use ECS to
> generate that HTML because it is not part of the actual presentation of
> the page, it is part of the content. In other words, if you are going to
> manually type HTML code into your Java code, you should replace that
> approach with the use of ECS."

Yes indeed, that's what led me to servlets/html generation in the first
place. I was tired of the code/HTML/content mess that was inevitable in
ASP driven sites.

Simon


-- 
Simon Allaway - University of Chicago
[EMAIL PROTECTED] -  2-7768
--
"I'm against animal testing. They just get all nervous 
and get the answers wrong."


--
------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to