on 10/9/2000 4:52 PM, "Terence Parr" <[EMAIL PROTECTED]> wrote:

> Hi Jason,
> 
> Have you seen the Tea language?  It's very similar to Velocity and may
> give you some good ideas!
> 
> Best regards,
> Ter

Yes. I am very familiar with it and I know that Jason is as well. Tea has a
different processing style though that is more similar to JSP. Exactly the
direction we don't want to go.

ie:

<%
    Tea code here
%>
    Html code here

vs:

    #if ()
        html code here
    #endif

:-)

Essentially, the mantra is:

"If you want JSP done right, go with Tea."
"If you don't want JSP, go with Velocity."

:-)

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


Reply via email to