At 09:00 PM 10/20/2002 -0400, V. Cekvenich wrote:
Struts 1.1 has something called tiles that are can be used for re-use, and at run time a tile can be bound to different beans, and more advanced capabilities.Well, the fact that Tapestry is not JSP, allows it to do it in a more straightforward way, just like most other things you would need for the web app. Basically my experience is the following for doing most common web app operations:
http://www.lifl.fr/~dumoulin/tiles/doc/tutorialBody.html
and an advanced PDF (in doco of basicPortal which uses tiles and else where).
...To do an average operation using
[JSP]
it takes X amount of custom code (plus it requires putting scripting code in template)
[Struts]
it takes 1.5X amount of custom code, but does not require scripting in the template
[Tapestry]
it takes 0.5X amount of custom code, does not require scripting in the template (and I can't measure the amount of reuse :-))
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
- Andrei (a.k.a. Andrus) Adamchik
http://objectstyle.org/cayenne/ -
Home of Cayenne - Object Relational Java Framework
personal email: andrus at objectstyle dot org
--
To unsubscribe, e-mail: <mailto:general-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:general-help@;jakarta.apache.org>
