Generic « wicket « Java Enterprise Q&A





1. Which Java generic should be used in ambiguous cases?    stackoverflow.com

I'm having some problems with a Wicket 1.3 -> Wicket 1.4 migration, but this question could be applied to Java generics overall, too. The migration has caused hundreds of warnings ...

2. Why is the BookmarkablePageLink class generic in Wicket?    stackoverflow.com

Does anyone know why the BookmarkablePageLink class is generic in wicket? I have been creating new BookmarkablePageLink<Object>(...) just to avoid the compiler warnings. Should I be choosing a different ...