dlr 2003/12/08 15:24:11
Modified: docs anakia.html casestudy1.html casestudy2.html
changes.html code-standards.html contributors.html
design.html developer-guide.html devtools.html
differences.html getting-started.html index.html
install.html license.html migration.html
newshistory.html powered.html
specification-ast.html specification-bnf.html
specification.html texen.html todo.html
toolsubproject.html user-guide.html
user-guide_es.html user-guide_fi.html
user-guide_fr.html velocity_and_weblogic.html
veltag.html vtl-reference-guide.html
docs/ymtd ymtd-changes.html ymtd-conclusion.html
ymtd-embedded.html ymtd-error-handling.html
ymtd-generation.html ymtd-hosting.html
ymtd-implementation.html ymtd-javabeans.html
ymtd-sampleapp.html ymtd-saying-hello.html
ymtd-taglibs.html ymtd.html
Log:
Latest docs.
Revision Changes Path
1.44 +5 -4 jakarta-velocity/docs/anakia.html
Index: anakia.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/anakia.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -u -r1.43 -r1.44
--- anakia.html 21 Oct 2003 12:05:36 -0000 1.43
+++ anakia.html 8 Dec 2003 23:24:09 -0000 1.44
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Anakia</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.20 +5 -4 jakarta-velocity/docs/casestudy1.html
Index: casestudy1.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/casestudy1.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -u -r1.19 -r1.20
--- casestudy1.html 21 Oct 2003 12:05:36 -0000 1.19
+++ casestudy1.html 8 Dec 2003 23:24:09 -0000 1.20
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Case Study: JSP vs. Velocity</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.16 +5 -4 jakarta-velocity/docs/casestudy2.html
Index: casestudy2.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/casestudy2.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -u -r1.15 -r1.16
--- casestudy2.html 21 Oct 2003 12:05:36 -0000 1.15
+++ casestudy2.html 8 Dec 2003 23:24:09 -0000 1.16
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Case Study: XMLC vs. Velocity</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.107 +15 -9 jakarta-velocity/docs/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -u -r1.106 -r1.107
--- changes.html 27 Oct 2003 12:42:58 -0000 1.106
+++ changes.html 8 Dec 2003 23:24:09 -0000 1.107
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Velocity Changes</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
@@ -206,13 +207,18 @@
Henning. (gmj)
</li>
<li>
- Fix to DatasourceResourceLoader - stop using the old Runtime singleton as
- would leak a little memory for each instance of VelocityEngine created.
- Bug #17820, hunted down by Will Glas-Husain. (gmj)
+Fix to DatasourceResourceLoader - stop using the old Runtime singleton as
+would leak a little memory for each instance of VelocityEngine created.
+Bug #17820, hunted down by Will Glas-Husain. (gmj)
</li>
<li>
-SimplePool now removes elements from pool on a get(). Fix for #19042 suggested
- by Will. (gmj)
+SimplePool now removes elements from pool on a get(). NOTE : Previously, it left the
+reference to the object in the pool. Fix for #19042 suggested
+by Will. (gmj)
+</li>
+<li>
+Fix to bug #7697, suggested by Will. Fixes problem with single line comment
+embedded in a multi-line comment. (gmj)
</li>
</ul>
</blockquote>
1.49 +5 -4 jakarta-velocity/docs/code-standards.html
Index: code-standards.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/code-standards.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -u -r1.48 -r1.49
--- code-standards.html 21 Oct 2003 12:05:36 -0000 1.48
+++ code-standards.html 8 Dec 2003 23:24:09 -0000 1.49
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Coding Standards</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.51 +5 -4 jakarta-velocity/docs/contributors.html
Index: contributors.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/contributors.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -u -r1.50 -r1.51
--- contributors.html 21 Oct 2003 12:05:36 -0000 1.50
+++ contributors.html 8 Dec 2003 23:24:09 -0000 1.51
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Velocity Contributors</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.47 +5 -4 jakarta-velocity/docs/design.html
Index: design.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/design.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -u -r1.46 -r1.47
--- design.html 21 Oct 2003 12:05:36 -0000 1.46
+++ design.html 8 Dec 2003 23:24:09 -0000 1.47
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Velocity Design</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.107 +17 -13 jakarta-velocity/docs/developer-guide.html
Index: developer-guide.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/developer-guide.html,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -u -r1.106 -r1.107
--- developer-guide.html 26 Oct 2003 13:14:54 -0000 1.106
+++ developer-guide.html 8 Dec 2003 23:24:09 -0000 1.107
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Developer's Guide</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
@@ -2570,16 +2571,19 @@
</p>
<p>
<code>parser.pool.size = 20</code><br />
-This property sets the number of parsers that Velocity will
+This property sets the number of parser instances that Velocity will
create at startup and keep in a pool. The default of 20 parsers
-should be more than enough for most uses. In the event
-that Velocity does run out of parsers, it will indicate
-so in the log, and
-dynamically create them as needed. Note that they will not
-be added to the pool. This is a slow operation compared to
-the normal parser pooling, but this is considered an
-exceptional condition. If you see a log message, please
-increment this property.
+should be more than enough for most uses. In the event that Velocity
+does run out of parsers, it will indicate so in the log, and
+dynamically create overflow instances as needed. Note that these
+extra parsers will not be added to the pool, and will be discarded
+after use. This will result in very slow operation compared to the
+normal usage of pooled parsers, but this is considered an exceptional
+condition. A web application using Velocity as its view engine might
+exhibit this behavior under extremely high concurrency (such as when
+getting Slashdotted). If you see a corresponding message referencing
+the <code>parser.pool.size</code> property in your log files, please
+increment this property immediately to avoid performance degradation.
</p>
<p>
<strong>Pluggable Introspection</strong>
1.24 +5 -4 jakarta-velocity/docs/devtools.html
Index: devtools.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/devtools.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -u -r1.23 -r1.24
--- devtools.html 26 Oct 2003 12:54:09 -0000 1.23
+++ devtools.html 8 Dec 2003 23:24:09 -0000 1.24
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Velocity and Development Tools</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.34 +5 -4 jakarta-velocity/docs/differences.html
Index: differences.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/differences.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -u -r1.33 -r1.34
--- differences.html 21 Oct 2003 12:05:36 -0000 1.33
+++ differences.html 8 Dec 2003 23:24:09 -0000 1.34
@@ -18,8 +18,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Differences: Velocity vs. WebMacro</title>
</head>
@@ -44,8 +47,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.53 +5 -4 jakarta-velocity/docs/getting-started.html
Index: getting-started.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/getting-started.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -u -r1.52 -r1.53
--- getting-started.html 21 Oct 2003 12:05:36 -0000 1.52
+++ getting-started.html 8 Dec 2003 23:24:09 -0000 1.53
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Velocity Getting Started</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.96 +0 -2 jakarta-velocity/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/index.html,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -u -r1.95 -r1.96
--- index.html 13 Nov 2003 19:30:40 -0000 1.95
+++ index.html 8 Dec 2003 23:24:09 -0000 1.96
@@ -45,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.55 +0 -2 jakarta-velocity/docs/install.html
Index: install.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/install.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -u -r1.54 -r1.55
--- install.html 6 Nov 2003 11:19:21 -0000 1.54
+++ install.html 8 Dec 2003 23:24:09 -0000 1.55
@@ -45,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.49 +5 -4 jakarta-velocity/docs/license.html
Index: license.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/license.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -u -r1.48 -r1.49
--- license.html 21 Oct 2003 12:05:36 -0000 1.48
+++ license.html 8 Dec 2003 23:24:09 -0000 1.49
@@ -17,8 +17,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Apache Software License</title>
</head>
@@ -43,8 +46,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.44 +5 -4 jakarta-velocity/docs/migration.html
Index: migration.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/migration.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -u -r1.43 -r1.44
--- migration.html 21 Oct 2003 12:05:36 -0000 1.43
+++ migration.html 8 Dec 2003 23:24:09 -0000 1.44
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Migration To Velocity</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.10 +5 -4 jakarta-velocity/docs/newshistory.html
Index: newshistory.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/newshistory.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -u -r1.9 -r1.10
--- newshistory.html 21 Oct 2003 12:05:36 -0000 1.9
+++ newshistory.html 8 Dec 2003 23:24:09 -0000 1.10
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Velocity</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.69 +0 -2 jakarta-velocity/docs/powered.html
Index: powered.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/powered.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -u -r1.68 -r1.69
--- powered.html 13 Nov 2003 19:30:40 -0000 1.68
+++ powered.html 8 Dec 2003 23:24:09 -0000 1.69
@@ -45,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.28 +5 -4 jakarta-velocity/docs/specification-ast.html
Index: specification-ast.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/specification-ast.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -u -r1.27 -r1.28
--- specification-ast.html 21 Oct 2003 12:05:36 -0000 1.27
+++ specification-ast.html 8 Dec 2003 23:24:09 -0000 1.28
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Velocity Specification - AST</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.28 +5 -4 jakarta-velocity/docs/specification-bnf.html
Index: specification-bnf.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/specification-bnf.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -u -r1.27 -r1.28
--- specification-bnf.html 21 Oct 2003 12:05:36 -0000 1.27
+++ specification-bnf.html 8 Dec 2003 23:24:09 -0000 1.28
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Velocity Specification - BNF</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.28 +5 -4 jakarta-velocity/docs/specification.html
Index: specification.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/specification.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -u -r1.27 -r1.28
--- specification.html 21 Oct 2003 12:05:36 -0000 1.27
+++ specification.html 8 Dec 2003 23:24:09 -0000 1.28
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Velocity Specification</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.41 +5 -4 jakarta-velocity/docs/texen.html
Index: texen.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/texen.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -u -r1.40 -r1.41
--- texen.html 21 Oct 2003 12:05:36 -0000 1.40
+++ texen.html 8 Dec 2003 23:24:09 -0000 1.41
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Texen</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.47 +5 -4 jakarta-velocity/docs/todo.html
Index: todo.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/todo.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -u -r1.46 -r1.47
--- todo.html 21 Oct 2003 12:05:36 -0000 1.46
+++ todo.html 8 Dec 2003 23:24:09 -0000 1.47
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Velocity Todo</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.11 +5 -4 jakarta-velocity/docs/toolsubproject.html
Index: toolsubproject.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/toolsubproject.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -u -r1.10 -r1.11
--- toolsubproject.html 21 Oct 2003 12:05:36 -0000 1.10
+++ toolsubproject.html 8 Dec 2003 23:24:09 -0000 1.11
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Velocity Tools Subproject</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.81 +11 -7 jakarta-velocity/docs/user-guide.html
Index: user-guide.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/user-guide.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -u -r1.80 -r1.81
--- user-guide.html 23 Oct 2003 16:20:12 -0000 1.80
+++ user-guide.html 8 Dec 2003 23:24:09 -0000 1.81
@@ -18,8 +18,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Velocity User Guide</title>
</head>
@@ -44,8 +47,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
@@ -445,9 +446,12 @@
<p>
In the example above, the variable is <em>$a</em> and the value is
<em>Velocity</em>. This variable, like all references, begins with
- the <em>$</em> character. Values are always enclosed in quotes; with
- Velocity there is no confusion about data types, as only strings
- (text-based information) may be passed to variables.
+ the <em>$</em> character. String values are always enclosed in quotes, either
+ single or double quotes. Single quotes will ensure that the quoted value
+ will be assigned to the reference as is. Double quotes allow you to use
+ velocity references and directives to interpolate, such as "Hello $name",
+ where the <em>$name</em> will be replaced by the current value before
+ that string literal is assigned to the left hand side of the <em>=</em>
</p>
<p>
The following rule of thumb may be useful to better understand how
1.10 +5 -4 jakarta-velocity/docs/user-guide_es.html
Index: user-guide_es.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/user-guide_es.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -u -r1.9 -r1.10
--- user-guide_es.html 21 Oct 2003 12:05:37 -0000 1.9
+++ user-guide_es.html 8 Dec 2003 23:24:09 -0000 1.10
@@ -20,8 +20,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Gu�a del Usuario de Velocity</title>
</head>
@@ -46,8 +49,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.11 +5 -4 jakarta-velocity/docs/user-guide_fi.html
Index: user-guide_fi.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/user-guide_fi.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -u -r1.10 -r1.11
--- user-guide_fi.html 21 Oct 2003 12:05:37 -0000 1.10
+++ user-guide_fi.html 8 Dec 2003 23:24:09 -0000 1.11
@@ -20,8 +20,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Velocity k�ytt�j�n opas</title>
</head>
@@ -46,8 +49,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.8 +5 -4 jakarta-velocity/docs/user-guide_fr.html
Index: user-guide_fr.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/user-guide_fr.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -u -r1.7 -r1.8
--- user-guide_fr.html 21 Oct 2003 12:05:37 -0000 1.7
+++ user-guide_fr.html 8 Dec 2003 23:24:09 -0000 1.8
@@ -20,8 +20,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Guide de l'utilisateur Velocity</title>
</head>
@@ -46,8 +49,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.13 +5 -4 jakarta-velocity/docs/velocity_and_weblogic.html
Index: velocity_and_weblogic.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/velocity_and_weblogic.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -u -r1.12 -r1.13
--- velocity_and_weblogic.html 21 Oct 2003 12:05:37 -0000 1.12
+++ velocity_and_weblogic.html 8 Dec 2003 23:24:09 -0000 1.13
@@ -16,8 +16,11 @@
<meta name="email" value="Paw Dybdahl ([EMAIL PROTECTED])">
-
-
+
+
+
+
+
<title>Velocity - Using Velocity With WebLogic</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.22 +5 -4 jakarta-velocity/docs/veltag.html
Index: veltag.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/veltag.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -u -r1.21 -r1.22
--- veltag.html 21 Oct 2003 12:05:37 -0000 1.21
+++ veltag.html 8 Dec 2003 23:24:09 -0000 1.22
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - The Velocity JSP Tag Library</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.60 +7 -6 jakarta-velocity/docs/vtl-reference-guide.html
Index: vtl-reference-guide.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/vtl-reference-guide.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -u -r1.59 -r1.60
--- vtl-reference-guide.html 21 Oct 2003 12:05:37 -0000 1.59
+++ vtl-reference-guide.html 8 Dec 2003 23:24:10 -0000 1.60
@@ -18,8 +18,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - VTL Reference Guide</title>
</head>
@@ -44,8 +47,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
@@ -309,8 +310,8 @@
Examples:
</p>
<ul>
- <li>Variable reference: #set( $monkey = "bill" )</li>
- <li>String literal: #set( $monkey.Friend = "monica" )</li>
+ <li>Variable reference: #set( $monkey = $bill )</li>
+ <li>String literal: #set( $monkey.Friend = 'monica' )</li>
<li>Property reference: #set( $monkey.Blame = $whitehouse.Leak
)</li>
<li>Method reference: #set( $monkey.Plan = $spindoctor.weave($web)
1.33 +5 -4 jakarta-velocity/docs/ymtd/ymtd-changes.html
Index: ymtd-changes.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd-changes.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -u -r1.32 -r1.33
--- ymtd-changes.html 21 Oct 2003 12:05:38 -0000 1.32
+++ ymtd-changes.html 8 Dec 2003 23:24:11 -0000 1.33
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - You make the decision - Changes</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.32 +5 -4 jakarta-velocity/docs/ymtd/ymtd-conclusion.html
Index: ymtd-conclusion.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd-conclusion.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -u -r1.31 -r1.32
--- ymtd-conclusion.html 21 Oct 2003 12:05:38 -0000 1.31
+++ ymtd-conclusion.html 8 Dec 2003 23:24:11 -0000 1.32
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - You make the decision - Conclusion</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.31 +5 -4 jakarta-velocity/docs/ymtd/ymtd-embedded.html
Index: ymtd-embedded.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd-embedded.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -u -r1.30 -r1.31
--- ymtd-embedded.html 21 Oct 2003 12:05:38 -0000 1.30
+++ ymtd-embedded.html 8 Dec 2003 23:24:11 -0000 1.31
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - You make the decision - Embedded Usage</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.32 +5 -4 jakarta-velocity/docs/ymtd/ymtd-error-handling.html
Index: ymtd-error-handling.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd-error-handling.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -u -r1.31 -r1.32
--- ymtd-error-handling.html 21 Oct 2003 12:05:38 -0000 1.31
+++ ymtd-error-handling.html 8 Dec 2003 23:24:11 -0000 1.32
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - You make the decision - Error Handling</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.32 +5 -4 jakarta-velocity/docs/ymtd/ymtd-generation.html
Index: ymtd-generation.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd-generation.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -u -r1.31 -r1.32
--- ymtd-generation.html 21 Oct 2003 12:05:38 -0000 1.31
+++ ymtd-generation.html 8 Dec 2003 23:24:11 -0000 1.32
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - You make the decision - Generation?</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.31 +5 -4 jakarta-velocity/docs/ymtd/ymtd-hosting.html
Index: ymtd-hosting.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd-hosting.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -u -r1.30 -r1.31
--- ymtd-hosting.html 21 Oct 2003 12:05:38 -0000 1.30
+++ ymtd-hosting.html 8 Dec 2003 23:24:11 -0000 1.31
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - You make the decision - Hosting</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.34 +5 -4 jakarta-velocity/docs/ymtd/ymtd-implementation.html
Index: ymtd-implementation.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd-implementation.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -u -r1.33 -r1.34
--- ymtd-implementation.html 21 Oct 2003 12:05:38 -0000 1.33
+++ ymtd-implementation.html 8 Dec 2003 23:24:11 -0000 1.34
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - You make the decision - Implementation</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.34 +5 -4 jakarta-velocity/docs/ymtd/ymtd-javabeans.html
Index: ymtd-javabeans.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd-javabeans.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -u -r1.33 -r1.34
--- ymtd-javabeans.html 21 Oct 2003 12:05:38 -0000 1.33
+++ ymtd-javabeans.html 8 Dec 2003 23:24:11 -0000 1.34
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - You make the decision - JavaBeans</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.34 +5 -4 jakarta-velocity/docs/ymtd/ymtd-sampleapp.html
Index: ymtd-sampleapp.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd-sampleapp.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -u -r1.33 -r1.34
--- ymtd-sampleapp.html 21 Oct 2003 12:05:38 -0000 1.33
+++ ymtd-sampleapp.html 8 Dec 2003 23:24:11 -0000 1.34
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - You make the decision - Sample Application</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.34 +5 -4 jakarta-velocity/docs/ymtd/ymtd-saying-hello.html
Index: ymtd-saying-hello.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd-saying-hello.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -u -r1.33 -r1.34
--- ymtd-saying-hello.html 21 Oct 2003 12:05:38 -0000 1.33
+++ ymtd-saying-hello.html 8 Dec 2003 23:24:11 -0000 1.34
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - You make the decision - Saying Hello</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.34 +5 -4 jakarta-velocity/docs/ymtd/ymtd-taglibs.html
Index: ymtd-taglibs.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd-taglibs.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -u -r1.33 -r1.34
--- ymtd-taglibs.html 21 Oct 2003 12:05:38 -0000 1.33
+++ ymtd-taglibs.html 8 Dec 2003 23:24:11 -0000 1.34
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - You make the decision - Taglibs</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
1.33 +5 -4 jakarta-velocity/docs/ymtd/ymtd.html
Index: ymtd.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/ymtd/ymtd.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -u -r1.32 -r1.33
--- ymtd.html 21 Oct 2003 12:05:38 -0000 1.32
+++ ymtd.html 8 Dec 2003 23:24:11 -0000 1.33
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - You make the decision</title>
</head>
@@ -42,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]