Jonathan Locke wrote:
makes me wonder if Java couldn't use a reflection notation
I have always thought this would be a great feature. (As a side note, how hard would it be to write an eclipse plugin that would perform compile-time checking, but would pass a string to the compiler? Aka: new ReflectionLink("myLink", @myMethod) translates to -> new ReflectionLink("myLink", "myMethod")

However, in the mean time since we don't have this feature in the language, I would require initialization time checking of the target method. This will help you debug problems, and avoid holes in your testing where someone forgot to click that link that is broken due to some refactoring.

- Jason B.




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to