Re: [jira] Commented: (WICKET-1327) CompoundModel backed by cglib proxies

2008-02-06 Thread Nick Heudecker
I'm definitely going to talk about it at TSSJS. On Feb 6, 2008 4:57 PM, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > On 2/6/08, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > Yeah, I saw it right after I posted the comment. I deleted it, but not > > quick enough to avoid you getting the email :-

Re: [jira] Commented: (WICKET-1327) CompoundModel backed by cglib proxies

2008-02-06 Thread Martijn Dashorst
On 2/6/08, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > Yeah, I saw it right after I posted the comment. I deleted it, but not > quick enough to avoid you getting the email :-) > > Interesting idea. Yeah, I'm going to see if this works in our project first thing tomorrow... I may even need to upd

Re: [jira] Commented: (WICKET-1327) CompoundModel backed by cglib proxies

2008-02-06 Thread Eelco Hillenius
Yeah, I saw it right after I posted the comment. I deleted it, but not quick enough to avoid you getting the email :-) Interesting idea. Eelco On Feb 6, 2008 2:38 PM, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > This provides us with probably the holy grail for refactoring property > expression

Re: [jira] Commented: (WICKET-1327) CompoundModel backed by cglib proxies

2008-02-06 Thread Martijn Dashorst
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

Re: Wicket + JS / CSS resources - idea for 1.4

2008-02-06 Thread Korbinian Bachl - privat
Im not sure if I understood it right, Johan Compagner schrieb: But if you want to program it your self (making that list) why not combine it your self and add that combined resource to the shared resources Im thinking of situations where you use already existant wicket components - e.g: you

Re: Wicket + JS / CSS resources - idea for 1.4

2008-02-06 Thread Johan Compagner
But if you want to program it your self (making that list) why not combine it your self and add that combined resource to the shared resources for every key that you did combine (so that if one is asked for you get the same) i only dont know if that really works correctly (because then 2 that are

Re: Wicket + JS / CSS resources - idea for 1.4

2008-02-06 Thread Korbinian Bachl - privat
ok, johan, thanks for the info about that - now, im not 100% sure if this then may work but couldnt we allow the developer to at least define a List defaultCSSResources / defaultJSResources to provide the ability to have a cached default CSS and JS resource-files that combine the added Resource