« Return to Thread: users, please give us your opinion: what is your take on generics with Wicket

Re: users, please give us your opinion: what is your take on generics with Wicket

by Jan Kriesten :: Rate this Message:

Reply to Author | View in Thread


Hi Gabor,

> I was thinking about using the existing wicket 1.4 API from scala, if
> that's any more comfortable.

I tried to migrate a bigger project from 1.3 to 1.4 api - and it isn't really
more comfortable. It's easier to do one or two casts than trying to conform the
generics Component structure. Especially since there are cases with 1.4 generics
(like StringResourceModel) which sometimes aren't recognized as IModel<String>
(which of course is more a Scala than a Wicket problem)...

Best regards, --- Jan.




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: users, please give us your opinion: what is your take on generics with Wicket