You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jo...@apache.org on 2001/03/05 01:06:13 UTC

cvs commit: jakarta-velocity/xdocs/ymtd ymtd-changes.xml ymtd-saying-hello.xml

jon         01/03/04 16:06:13

  Modified:    docs/ymtd ymtd-changes.html ymtd-saying-hello.html
               xdocs/ymtd ymtd-changes.xml ymtd-saying-hello.xml
  Log:
  see the changes document for details
  
  Revision  Changes    Path
  1.2       +1 -0      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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ymtd-changes.html	2001/03/04 23:17:49	1.1
  +++ ymtd-changes.html	2001/03/05 00:06:09	1.2
  @@ -99,6 +99,7 @@
   </p>
                                                   <p>
   <ul>
  +<li>Minor clarification in the <a href="./ymtd-saying-hello.html">Saying Hello</a> example.</li>
   <li>Added the <a href="./ymtd-hosting.html">Hosting</a> page to address
   the idea that JSP makes a great hosting platform.</li>
   <li>Added a paragraph on the <a href="./ymtd-conclusion.html">Conclusion</a> page.</li>
  
  
  
  1.4       +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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ymtd-saying-hello.html	2001/03/04 23:17:51	1.3
  +++ ymtd-saying-hello.html	2001/03/05 00:06:10	1.4
  @@ -244,10 +244,11 @@
                                                   <hr noshade="true" size="1" />
                                                   <p>
   The point that needs to be made is that in order to make JSP "pure", one
  -really needs to jump through hoops. One still needs to embed the
  -necessary <code>&lt;% %&gt;</code> tags everywhere though. There is also 
  -a bit of a disconnect as to when the ";" needs to be added and when it 
  -does not.
  +really needs to jump through hoops. The example above looks very similar
  +to the Velocity example. However, one still needs to embed the necessary
  +<code>&lt;% %&gt;</code> tags everywhere. More typing == more chances
  +for mistakes! There is also a bit of a disconnect as to when the ";"
  +needs to be added and when it does not.
   </p>
                                                   <p>
   As you can see from the example image, there is now a bit more
  
  
  
  1.2       +2 -0      jakarta-velocity/xdocs/ymtd/ymtd-changes.xml
  
  Index: ymtd-changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/ymtd/ymtd-changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ymtd-changes.xml	2001/03/04 23:16:07	1.1
  +++ ymtd-changes.xml	2001/03/05 00:06:12	1.2
  @@ -19,6 +19,8 @@
   
   <p>
   <ul>
  +<li>Minor clarification in the <a
  +href="./ymtd-saying-hello.html">Saying Hello</a> example.</li>
   <li>Added the <a href="./ymtd-hosting.html">Hosting</a> page to address
   the idea that JSP makes a great hosting platform.</li>
   <li>Added a paragraph on the <a 
  
  
  
  1.3       +5 -4      jakarta-velocity/xdocs/ymtd/ymtd-saying-hello.xml
  
  Index: ymtd-saying-hello.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/ymtd/ymtd-saying-hello.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ymtd-saying-hello.xml	2001/03/04 23:16:08	1.2
  +++ ymtd-saying-hello.xml	2001/03/05 00:06:12	1.3
  @@ -125,10 +125,11 @@
   
   <p>
   The point that needs to be made is that in order to make JSP "pure", one
  -really needs to jump through hoops. One still needs to embed the
  -necessary <code>&lt;% %&gt;</code> tags everywhere though. There is also 
  -a bit of a disconnect as to when the ";" needs to be added and when it 
  -does not.
  +really needs to jump through hoops. The example above looks very similar
  +to the Velocity example. However, one still needs to embed the necessary
  +<code>&lt;% %&gt;</code> tags everywhere. More typing == more chances
  +for mistakes! There is also a bit of a disconnect as to when the ";"
  +needs to be added and when it does not.
   </p>
   
   <p>