Before I ask my question let me first say that I have no problems with
getter/setter methods from a practical POV.  At one time Sun was going to
introduce an @Property annotation for beans but it didn't make it in.  Some
frameworks/languages (scala for example) do offer this to avoid the need to
getters/setters.  In groovy getters and setters are wired up at runtime.
While I try to keep my controllers as lean as possible getter/setter clutter
tends to mount.

This would probably be something more for Stripes 1.6 but I think it would
be nice if Stripes could get and set properties based on an @Property
annotation rather than requiring getters and setters.  I'm not sure what
"rules" might be broken through reflection for this to work but it sure
would clean up the action beans, I think.  Any opinions?

Gregg
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to