>From the velocity website

<extract url="http://jakarta.apache.org/velocity/index.html">
     Velocity is a Java-based template engine. It permits web page designers to use 
simple yet powerful
                  template language to reference objects defined in Java code. Web 
designers can work in parallel with
                  Java programmers to develop web sites according to the 
Model-View-Controller (MVC) model, meaning
                  that web page designers can focus solely on creating a site that 
looks good, and programmers can focus
                  solely on writing top-notch code. Velocity separates Java code from 
the web pages, making the web site
                  more maintainable over the long run and providing a viable 
alternative to Java Server Pages (JSPs) or
                  PHP.
</extract>

So is which is it?

Is "velocity" an alternative to JSP or not?
Is "velocity" an compatible with JSP or not?
What you said about "Tapestry" could apply to "Velocity" as well, right?

--
Peter Pilgrim
G.O.A.T
                    "The Greatest of All Time"



---------------------------------------- Message History 
----------------------------------------


From: [EMAIL PROTECTED] on 15/11/2000 14:22

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:
Subject:  Re: Which is the best framework WebMacro, Struts, or Tapestry?



WebMacro is not only a MVC framework, but also a template language, so it's
not compatible with JSP. There is a new project called Velocity which is
basically a complete rewrite of WebMacro - look at
http://jakarta.apache.org/velocity/index.html.

Struts is a really good framework designed on top of servlets and JSPs. It
is a reference implementation of the "Model 2" architecture described in the
J2EE blueprints document. This would definitely be my recommendation.

I don't know much about Tapestry, but considering that the front page says
that it is an alternative to JSP, I wouldn't hope in using this with JSPs.



--

This e-mail may contain confidential and/or privileged information. If you are not the 
intended recipient (or have received this e-mail in error) please notify the sender 
immediately and destroy this e-mail. Any unauthorised copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to