Peter writes:
>> (2) Stubbing of abstract attributes for framework
>> implementation like Tapestry.
>> Are you talking abouting the ``jwcid'' attribute?
No.
When you create a Tapestry page, you don't have to
implement the getters - or even write the setter
methods for attributes (unless you want to use them).
See the class example I wrote; the three properties
are stubbed out for implementation and then the
framework automatically subclasses the class, and
provides an implementation for them.
I think this kind of behavior brings the best of both
worlds of ActionForms and DynaActionForms: compile
time type-safety + less coding.
__________________________________
Yahoo! Mail for Mobile
Take Yahoo! Mail with you! Check email on your mobile phone.
http://mobile.yahoo.com/learn/mail
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]