You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2003/03/09 17:27:40 UTC

cvs commit: jakarta-tapestry/web index_content.html quotes.html

hlship      2003/03/09 08:27:39

  Modified:    web      index_content.html quotes.html
  Log:
  Add a good new quote to the Quotes page.
  
  Revision  Changes    Path
  1.19      +4 -3      jakarta-tapestry/web/index_content.html
  
  Index: index_content.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/web/index_content.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- index_content.html	26 Jan 2003 02:59:22 -0000	1.18
  +++ index_content.html	9 Mar 2003 16:27:39 -0000	1.19
  @@ -10,7 +10,7 @@
   <!-- 
   
    var quotex = 0;
  - var maxquotex = 10;
  + var maxquotex = 11;
    var quote = new Array();
    quote[0] = "Tapestry reconceptualizes web application development in terms of objects, methods and properties instead of URLs and query parameters.";
    quote[1] = "Tapestry's flexibility along with its clean object-oriented architecture made our web interface shine.";
  @@ -23,6 +23,7 @@
    quote[8] = "The perfect separation of roles was what drew me to Tapestry ... the rest of the things (and there are a lot of them) were the iceing on the cake.";
    quote[9] = "Tapestry frags the snot out of frameworks like JSF, Struts, and the like";
    quote[10] = "The level of reuse is unmatched with anything JSP.";
  + quote[11] = "Of all the web presentation frameworks ... Tapestry is the most elegant.";
    
    function rotate_quote()
    {
  
  
  
  1.16      +23 -1     jakarta-tapestry/web/quotes.html
  
  Index: quotes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/web/quotes.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- quotes.html	20 Jan 2003 21:18:04 -0000	1.15
  +++ quotes.html	9 Mar 2003 16:27:39 -0000	1.16
  @@ -123,6 +123,28 @@
   
   <p>
   <div class="right-side-quote">
  +"Of all the web presentation frameworks ... Tapestry is the most elegant."
  +</div>
  +Of all the web presentation frameworks out there, Tapestry is the most elegant. 
  +
  +<p>
  +For me ELEGANT is the goal of a programmer/developer (I've been around awhile). 
  +When, in your MVC framework, VIEW is pure HTML, and your CONTROL - controls (wow - nice control; exception/debugger/session handlers they are -- 
  +well, elegant) and the link to your model is - often as simple (elegant) as get/set, 
  +then the philosophy of web applications has moved to a new and cleaner level.
  +
  +<p>
  +But elegance is a moving target, and Tapestry, with this latest release 2.4, 
  +puts me not only on board (I already am) but I've fastened my seatbeat, and I'm ready for takeoff.
  + 
  +<p>
  +Paul Witt
  +	
  +
  +<br clear="right"><br>....................................................................
  +
  +<p>
  +<div class="right-side-quote">
   "The level of reuse is unmatched with anything JSP."
   </div>
   You know, Tapestry in fact is different from your average JSP taglib.