Hello jon,

At 13:38 09.10.2001 -0700, you wrote:
>on 10/9/01 6:59 AM, "Tom Bednarz" <[EMAIL PROTECTED]> wrote:
>
> > I have started to port some JSP's to servlets using ECS.
>
>Why? That seems like a backwards direction.
>
>Separation of HTML from code is a good idea. JSP isn't a good direction for
>that, but Velocity or other template based systems are.

Well, my jsp's are full of Java code. With JSP I cannot use inheritance. 
There is a log of common code in all of my jsp. I could make a cleaner 
design with servlets entirely written in Java. But I am thinking about 
using servlets for certain common operations and then calling them from the 
jsp's. Taglets are another thing I will look into. My application was 
written just after JSP 1.0 was released. The new releases offer some more 
functionality.

Thanks for your hint anyway.

Thomas



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

Reply via email to