The Wicket viewer has built-in support for paging of large parented (Order#items) or standalone collections (CustomerRepo#listCustomers()). I intend to add an annotation to allow the number of rows per page to be configured.
Any votes on what we call this annotation? @Page(size=25) @Paged(size=25) @PageWith(size=25) @PageSize(25) @Pagination(size=25) ... something else? For what it's worth, Naked Objects MVC uses @PageSize(25). Opinions please! Thx Dan
