| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ] |
| Articles Examples |
- Velocity: Fast Track to Templating by Erik Hatcher - [Clicks: 131]
The bulk of this article focuses on email templating with Velocity. The template, in this context, is an email body with special syntax used to indicate points within the email to insert specific data, such as a name, order number, or order details. This article first introduces Velocity with a simple, easy-to-run example, then briefly covers the templating syntax, and ends with a full-featured and detailed look at Velocity in action for templating automated emails.
http://today.java.net/pub/a/today/2003/12/16/velocity.html - Dec, 2003 - Add Velocity to Your Development by Josh Lucas - [Clicks: 110]
Josh Lucas introduces Velocity, an open-source Java-based template engine.
http://www.developer.com/java/other/article.php/2199061 - Apr, 2003 - Web apps in a snap by Erik Swenson - [Clicks: 132]
This column provides an introduction to WebWork and illustrates the process of login page creation using WebWork and two different view technologies, JavaServer Pages (JSP) and Velocity.
[Create a login page with WebWork, JSP, and Velocity]
http://www.javaworld.com/javaworld/jw-03-2003/jw-0307-opensourceprofile.html - Mar, 2003
- xPetstore by Herve Tchepannou, Brian McSweeney, James Cooley - [Clicks: 507]
xPetstore is a re-implementation of Sun Microsystem PetStore based on xDoclet. This demo application demonstrate how to use open source frameworks to build WODRA (Write Once, Deploy and Run Anywhere) J2EE applications.
[xPetstore has been implemented using 2 differents approaches: 1) A pure EJB solution based on JSP, Struts, Sitemesh, EJB 2.0 and CMP 2.0, 2) A Servlet solution based on Velocity, WebWork, Sitemesh, POJO and Hibernate.]
http://xpetstore.sourceforge.net/index.html - May, 2003