This provides us with probably the holy grail for refactoring property expressions.
This model uses the type inference of generics together with a proxy generator to bind to statically types property expressions. I think this is awesome: we don't have to wait for Java 7 for this. Martijn On 2/6/08, Eelco Hillenius (JIRA) <[EMAIL PROTECTED]> wrote: > > [ > https://issues.apache.org/jira/browse/WICKET-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566370#action_12566370 > ] > > Eelco Hillenius commented on WICKET-1327: > ----------------------------------------- > > What is the advantage of doing this? A dramatic optimization? > > > CompoundModel backed by cglib proxies > > ------------------------------------- > > > > Key: WICKET-1327 > > URL: https://issues.apache.org/jira/browse/WICKET-1327 > > Project: Wicket > > Issue Type: New Feature > > Components: wicket > > Reporter: Scott Swank > > Priority: Minor > > Fix For: 1.4-M1 > > > > Attachments: Model.zip > > > > > > This is a simple model that lets cglib handle building the > > propertyExpression. > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > -- Buy Wicket in Action: http://manning.com/dashorst Apache Wicket 1.3.0 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0
