Refer to Wicket's examples and how to use Spring.
http://www.wicket-library.com/wicket-examples/spring/

Once you get the injection going you can write your own DAOs (Hibernate, JDBC, 
etc) that filter the SQL given a data table toolbar and sort them by the 
selected column. You would need to learn how to use pagination with the data 
providers so that you only query the DB for the few records you need to display 
per page.

To learn more about wicket get yourself a book:
http://wicket.apache.org/learn/books/

Have fun and welcome to Wicket.

Have a great day,
Paul Borș

On Jul 31, 2012, at 3:25, kshitiz <[email protected]> wrote:

> Hi,
> 
> Right now I am using listview but I am considering to look after dataview
> where data is fetched from database everytime you change page. So, do we
> have to modify our query to get the required data to be displayed in the
> page? I mean right now I am  retrieving all data from database. 
> 
> Also, will it be possible for me to update the list being displayed in a
> page like deleting a content or rearranging them?
> 
> 
> 
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Editing-list-in-Dataview-tp4650885.html
> Sent from the Users forum mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to