You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by Apache Wiki <wi...@apache.org> on 2005/07/13 07:17:48 UTC

[Jakarta-velocity Wiki] Update of "YouMakeTheDecision" by WillGlassHusain

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-velocity Wiki" for change notification.

The following page has been changed by WillGlassHusain:
http://wiki.apache.org/jakarta-velocity/YouMakeTheDecision

The comment on the change is:
New article (migrated from web content)

New page:
== You make the decision. ==


The title of this essay is called "You make the decision." The point of
this essay is to explore what it is like to develop a web application
using a couple of popular tools that are available today. In order to do
this, examples of using these technologies will be shown. This will give
a nice first person account of what it is like to use these technologies
on a daily basis.


The audience of this document is aimed at the people who are looking for
alternatives to JSP as well as people who are currently using JSP and
JSP based technologies and may not realize that there are other
solutions out there that also address the many issues of developing web
applications.


It is possible to navigate through the essay by simply clicking
on the links at the bottom of each page. To return to this page
at any time, click YMTD on the left side navigation.

== What are we comparing? ==


This multi page document will compare usage of Velocity and JSP. In both
cases, we have a framework of reusable code that makes life easier for
building web applications by providing the "Model" and "Controller"
portions of the MVC paradigm (Turbine and Struts). There is also a
template language that provides the "View" portion (JSP and Velocity).


Please note that there are a bazillion different things that could be
compared here. To be clear, we are not really trying to compare the
feature set of each of these technologies as they both can get the job
done. Instead, we are trying to compare what it is like to do the job
with each of the tools.


The design concepts mentioned above that we will be exploring have been
documented in detail in various locations, for more information, please
refer to some of these reference URL's:
 * [http://www.caucho.com/articles/jsp_templates.xtp Caucho MVC JSP]
 * [http://www.nwconnection.com/2000_09/web/ Novell Connection MVC JSP]
 * [http://developer.novell.com/research/devnotes/1999/december/03/02.htm Novell Connection MVC JSP]
 * [http://www.webmacro.org/tutorial/mvc.html Webmacro MVC]
 * [http://www.javaworld.com/jw-01-2001/jw-0119-freemarker.html Freemarker MVC]
 * [http://javaworld.com/javaworld/jw-12-1999/jw-12-ssj-jspmvc.html Model 2]
 * [http://jakarta.apache.org/turbine/turbine-2/pullmodel.html The Pull Model]

== Credits ==

We would first like to thank the entire Velocity and Turbine teams for creating such
great products. These groups are a 100% volunteer organization and
some very talented engineers have come together from around the world to
help make these products a reality and a success. They deserve a round
of thanks and appreciation for their hard work and dedication.


Examples, comments as well as the some of the flow of this document has
been borrowed with permission from [http://www.servlets.com/ Jason Hunter], author of the
excellent [http://www.oreilly.com/catalog/jservlet2/ O'Reilly Java Servlet Programming, 1st and 2nd Edition book]. We do hope that
you purchase his next book when it is released in order to support Java
Servlets as well as Jason for his hard work.


Jason's book includes chapters covering Struts/JSP, Velocity, and other
MVC technologies.  We definitely encourage you to read the book to learn
JSP and Velocity and see how they compare.  What we do here (that Jason
couldn't do in the book) is put JSP/Struts and Velocity/Turbine on the
same page together for a direct side-by-side comparison.

== Revisions / Corrections / Additions ==


It is very important to accurately compare these technologies.
Therefore, a lot of effort has gone into this essay to state things as
fairly and accurately as possible. Therefore, this entire essay is
available on the Wiki and it is possible for you to provide feedback, but
also edits that fix any mistakes. In other words, this is a community
driven document.

If there are any changes that need to be made to this document, please
do not hesitate to contact [mailto:jon@apache.org Jon Stevens].

On to the rest of the essay...


Next -> YmtdSayingHello

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org