geirm       01/02/07 21:54:04

  Modified:    docs     developer-guide.html
  Log:
  More typos and formatting
  
  Revision  Changes    Path
  1.10      +11 -4     jakarta-velocity/docs/developer-guide.html
  
  Index: developer-guide.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/developer-guide.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- developer-guide.html      2001/02/08 05:46:16     1.9
  +++ developer-guide.html      2001/02/08 05:54:03     1.10
  @@ -179,8 +179,10 @@
   As mentioned before, the Velocity context mechanism is also extendable, but beyond 
the current scope of this guide.
   If you are interested, please see the classes in the package
   org.apache.velocity.context to see how the provided contexts are put together.  
Futher, there are a few examples in the examples
  -directory in the distribution which show alternate implementaions, including [a 
goofy] one 
  +directory in the distribution which show alternate implementations, including [a 
goofy] one 
   that uses a database as the backing storage. 
  +</P>
  +<P align="justify">
   Please note that these examples are unsupported and are there for 
demonstration/educational purposes only.
   </P>
   
  @@ -189,8 +191,8 @@
   <DIV align="right"><TABLE border="0" cellpadding="0" cellspacing="0" 
width="98%"><TR><TD bgcolor="#023264" width="100%"><FONT color="#ffffff" 
face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="5" hspace="0" 
src="resources/void.gif" vspace="0" width="5"><B>Using Velocity In 
Servlets</B></FONT></TD></TR><TR><TD><IMG border="0" height="5" hspace="0" 
src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE><TABLE border="0" 
cellpadding="0" cellspacing="0" width="98%"><TR><TD><FONT color="#000000" 
face="arial,helvetica,sanserif">
   <B>Programming</B>
   <P align="justify">
  -The most common use of Velocity is in the are of Java Servlet programming for the 
WWW.  There are many reasons why Velocity is
  -well suited for this task, the primary one is Velocity's enforcement of the 
separation of the presentation (or view) layer from 
  +The most common use of Velocity is in the area of Java Servlet programming for the 
WWW.  There are many reasons why Velocity is
  +well suited for this task, one of the primary ones is Velocity's enforcement of the 
separation of the presentation (or view) layer from 
   the code layer.  There are many resources on this subject, including <A 
href="http://www.javaworld.com/javaworld/jw-12-1999/jw-12-ssj-jspmvc.html">this</A>.  
   </P>
   <P align="justify">
  @@ -270,9 +272,14 @@
   <DIV align="right"><TABLE border="0" cellpadding="0" cellspacing="0" 
width="98%"><TR><TD bgcolor="#023264" width="100%"><FONT color="#ffffff" 
face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="5" hspace="0" 
src="resources/void.gif" vspace="0" width="5"><B>Velocity 
Properties</B></FONT></TD></TR><TR><TD><IMG border="0" height="5" hspace="0" 
src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE><TABLE border="0" 
cellpadding="0" cellspacing="0" width="98%"><TR><TD><FONT color="#000000" 
face="arial,helvetica,sanserif">
   <P align="justify">
   Velocity's runtime configuration is controlled by regular Java properties.  There 
is a set of default properties, found in
  -/src/java/org/apache/velocity/runtime/defaults/velocity.defaults, that Velocity 
uses as it's configuration baseline.  Any
  +/src/java/org/apache/velocity/runtime/defaults/velocity.defaults, that Velocity 
uses as it's configuration baseline.
  +</P>
  +<P align="justify">  Any
   properties specified at init() time will replace existing values.  This ensures 
that Velocity will always have a 'correct' value
   for it's configuration and startup.  These may not be the values you want, of 
course.
  +</P>
  +<P align="justify">
  +describe properties here
   </P>
   </FONT></TD></TR></TABLE></DIV><BR>
   
  
  
  

Reply via email to