Request for help with generics-related compiler warnings

2009-11-07 Thread Philip Johnson
Greetings, Wicket Wizards, I am updating a sample Wicket program from 1.3.6 to 1.4.3 and running into a few generics-related issues. I am hoping you folks can quickly set me straight. My code appears to run successfully and passes its JUnit tests, despite the warnings I would like to

FormTester not working in Cheesr (Wicket In Action) update to 1.4.3

2009-11-07 Thread Philip Johnson
Greetings, Wicketopians, I am updating the Cheesr application to 1.4.3, and with some help from Andrig Miller, have got the actual application working fine. The problem I am having is with the unit tests that I wrote for the 1.3.6 version. I use FormTester to fill out the fields on a

How to design tables that support 50-100K rows?

2008-04-16 Thread Philip Johnson
and populate my model for rows 1001-1500. How would one go about doing this? Would it be possible to kind of sketch out the approach for me? If I am totally going down the wrong path, please let me know about that. Thanks for your help! Cheers, Philip Johnson