I personally don't use ecs directly in servlets.  I have one app that uses
ecs to generate transformations from xml/xslt to html/rtf/wml, and I use
ecs as a tk layer for a scripting servlet to the java impelmentation of tcl
for generating the gui portion of servlets in an older app.  ECS definetly
has its uses and there is a time and a place for it, but it is always best
to figure out an abstraction that seperates presentation from logic,
personally i have a couple of abstractions that do this, as I mentioned
some of them above, and I continue to add to and refine ecs in hopes that
others find it as useful as I do.

-stephan



                                                                                       
                           
                    Jon Stevens                                                        
                           
                    <[EMAIL PROTECTED]        To:     ECS <[EMAIL PROTECTED]>   
                           
                    >                        cc:                                       
                           
                    Sent by:                 Subject:     Re: My ECS Tutorial          
                           
                    <[EMAIL PROTECTED]                                                  
                           
                    -dogs.com>                                                         
                           
                                                                                       
                           
                                                                                       
                           
                    10/02/2000 02:28                                                   
                           
                    PM                                                                 
                           
                    Please respond to                                                  
                           
                    "ECS"                                                              
                           
                                                                                       
                           
                                                                                       
                           




on 10/1/2000 2:57 AM, "Basil Bourque" <[EMAIL PROTECTED]> wrote:

> You wizards may find the tutorial slow and plodding. However, I suspect
> there are many people like me who are trying to do servlets, and so are
new
> to Java, HTML, and ECS all at the same time. My goal is to provide
building
> blocks a beginner can work with.

If you are doing servlets, we have learned that ECS really isn't the right
way to do them. The right way is to use Turbine + a template language such
as WebMacro, Freemarker or Velocity.

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

I'm not saying that ECS isn't useful, I'm just saying that it definitely
has
a "place".

-jon

--
http://scarab.tigris.org/    | http://noodle.tigris.org/
http://java.apache.org/      | http://java.apache.org/turbine/
http://www.working-dogs.com/ | http://jakarta.apache.org/velocity/
http://www.collab.net/       | http://www.sourcexchange.com/




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






--
------------------------------------------------------------
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