CVS: Tapestry/web index_content.html,1.12,1.12.4.1 quotes.html,1.11,1.11.4.1
Howard Lewis Ship <[email protected]>
| Newsgroups | gmane.comp.java.tapestry.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tapestry/Tapestry/web
In directory sc8-pr-cvs1:/tmp/cvs-serv7720/web
Modified Files:
Tag: hship-2-3
index_content.html quotes.html
Log Message:
Add new quotes from the Jakarta discussion
Index: index_content.html
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/web/index_content.html,v
retrieving revision 1.12
retrieving revision 1.12.4.1
diff -C2 -d -r1.12 -r1.12.4.1
*** index_content.html 27 Nov 2002 17:58:55 -0000 1.12
--- index_content.html 31 Dec 2002 13:23:26 -0000 1.12.4.1
***************
*** 11,15 ****
var quotex = 0;
! var maxquotex = 9;
var quote = new Array();
quote[0] = "Tapestry reconceptualizes web application development in terms of objects, methods and properties instead of URLs and query parameters.";
--- 11,15 ----
var quotex = 0;
! var maxquotex = 10;
var quote = new Array();
quote[0] = "Tapestry reconceptualizes web application development in terms of objects, methods and properties instead of URLs and query parameters.";
***************
*** 23,26 ****
--- 23,27 ----
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.";
function rotate_quote()
Index: quotes.html
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/web/quotes.html,v
retrieving revision 1.11
retrieving revision 1.11.4.1
diff -C2 -d -r1.11 -r1.11.4.1
*** quotes.html 30 Sep 2002 11:20:31 -0000 1.11
--- quotes.html 31 Dec 2002 13:23:27 -0000 1.11.4.1
***************
*** 122,130 ****
<A class=clsLeftNav href="javascript:showEditForm();">Screen Shot 2</A>
<br clear="right"><br>....................................................................
! <p></p>
<div class="right-side-quote">
It's the most exciting model in Java web development
--- 122,156 ----
<A class=clsLeftNav href="javascript:showEditForm();">Screen Shot 2</A>
+ <br clear="right"><br>....................................................................
+
+ <p>
+ <div class="right-side-quote">
+ This is a different and highly powerful and convienient way of doing things.
+ </div>
+ You know, Tapestry in fact is different from your average JSP taglib.
+ Anyone who had a chance to use component-based web frameworks
+ (like WebObjects, I don't know any other in this category) would know what I
+ am talking about. This is a *different* and highly powerful and convenient way of doing things.
+
+ <p>
+ <div class="right-side-quote">
+ The level of reuse is unmatched with anything JSP.
+ </div>
+ Surprisingly enough with so many web application layers out there, Tapestry seems to be the only
+ one (OpenSource, that is) that allows you to create a set of reusable components
+ and build the design around this. The level of reuse is unmatched with anything JSP.
+ In many ways it is even stronger than commercial implementation of the same design idea (WebObjects).
+ In particular it makes it extremely easy for graphics designers to modify HTML, since dynamic content
+ does not use *any* custom tags. Also the amount of code (and time) it
+ takes to hook up an average model layer to the HTML presentation is so small
+ that at first you may think you've missed something along the way :-).
+ <p>
+ Andrus Adamchik
+
<br clear="right"><br>....................................................................
! <p>
<div class="right-side-quote">
It's the most exciting model in Java web development
***************
*** 140,144 ****
<br clear="right"><br>....................................................................
! <p></p>
<div class="right-side-quote">
Tapestry is the best solution to the presentation tier ...
--- 166,170 ----
<br clear="right"><br>....................................................................
! <p>
<div class="right-side-quote">
Tapestry is the best solution to the presentation tier ...
***************
*** 152,156 ****
<br clear="right"><br>....................................................................
! <p></p>
<div class="right-side-quote">
Tapestry is the best framework I have seen that offers this sort of separation.
--- 178,182 ----
<br clear="right"><br>....................................................................
! <p>
<div class="right-side-quote">
Tapestry is the best framework I have seen that offers this sort of separation.
***************
*** 173,177 ****
<br clear="right"><br>....................................................................
! <p></p>
<div class="right-side-quote">
We
--- 199,203 ----
<br clear="right"><br>....................................................................
! <p>
<div class="right-side-quote">
We
***************
*** 217,221 ****
<br clear="right"><br>....................................................................
! <p></p>
<div class="right-side-quote">
... one can build incredibly complex Web applications quickly
--- 243,247 ----
<br clear="right"><br>....................................................................
! <p>
<div class="right-side-quote">
... one can build incredibly complex Web applications quickly
***************
*** 253,257 ****
again, is something rarely found in the other frameworks.
! <p></p>
<div class="right-side-quote">
We've
--- 279,283 ----
again, is something rarely found in the other frameworks.
! <p>
<div class="right-side-quote">
We've
***************
*** 288,292 ****
<br clear="right"><br>....................................................................
! <p></p>
<div class="right-side-quote">
The perfect separation of roles was what drew me to Tapestry ... the rest of the
--- 314,318 ----
<br clear="right"><br>....................................................................
! <p>
<div class="right-side-quote">
The perfect separation of roles was what drew me to Tapestry ... the rest of the
***************
*** 294,300 ****
</div>
Actually what drove me to Tapestry wasn't the saved development time, it was
! the sheer beauty of it :-)<br>
! I
! come from an ASP/VB background and I was getting sick and tired of that mess, designers
constantly asking me "Is it OK to move this part of code to the bottom
of the page?" , "Could you take a look and see if I didn't mess anything
--- 320,327 ----
</div>
Actually what drove me to Tapestry wasn't the saved development time, it was
! the sheer beauty of it :-)
!
! <p>
! I come from an ASP/VB background and I was getting sick and tired of that mess, designers
constantly asking me "Is it OK to move this part of code to the bottom
of the page?" , "Could you take a look and see if I didn't mess anything
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf