on 5/10/01 8:08 AM, "Stephan Nagy" <[EMAIL PROTECTED]> wrote:

> ECS is really just away to
> avoid coding markup directly in your java classes.
> 
> -stephan

You wouldn't want to use ECS to generate HTML for a website though. For
that, you want to use something like Velocity which allows you to abstract
out your html from your code so that you can maintain it over time easily.
Ie: following the MVC model.

Now, the difference between XMLC and Velocity is that Velocity allows you to
do more and do it more cleanly where XMLC makes you compile your .html pages
into .java files and therefore really isn't much better than JSP.

Things to read:
    <http://jakarta.apache.org/velocity/>
    <http://jakarta.apache.org/velocity/ymtd/ymtd.html>
    <http://jakarta.apache.org/turbine/pullmodel.html>

-jon

-- 
If you come from a Perl or PHP background, JSP is a way to take
your pain to new levels. --Anonymous
<http://jakarta.apache.org/velocity/ymtd/ymtd.html>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to