Hi Tapestry 4 relied more on abstract classes.  In Tapestry 5, you are
usually writing concrete classes -- tapestry does it's magic on all
the classes under /pages.  You can still have an abstract class to
base your pages on, but that class should probably go in /base instead
of /pages, since it wont have a page template of it's own.

I believe this is covered on the Tapestry 5 main website.


On 8/20/07, Angelo Chen <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Some
> tutorials(like:http://www.devshed.com/c/a/Apache/Creating-Your-First-Tapestry-Project/)
> uses abstract class for page, while others use a regular class, which one is
> better?
>
> a.c.
> --
> View this message in context: 
> http://www.nabble.com/abstract-or-no-tf4298749.html#a12235434
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to