What I would do is use a PageableDataView (wicket-contrib-dataview)
and a HibernateDataProvider or HIbernateCriteriaProvider from the
wicket-contrib-hibernate3 project.

On 8/18/05, Gwyn Evans <[EMAIL PROTECTED]> wrote:
> Can anyone suggest where would be a good place to start in order to be
> able to come up with a basic paged table, showing the result of a
> query on a DB (Oracle)?  It'll have to run on JDK 1.4.x, so Hibernate
> 3 Annotations seem to be out, at least.
> 
> Looking at Wicket-Stuff, there's the following:-
>     wicket-contrib-data
>     wicket-contrib-data-hibernate-2.1
>     wicket-contrib-database
>     wicket-contrib-dataview
>     wicket-contrib-dataview-examples
> but before I try & work out what's what there, does anyone have any
> suggestions/recommendations.  In this case, it's read-only from the
> DB, so I don't have to worry about updating anything, just selecting
> different criteria for the queries.
> 
> /Gwyn
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to