Thanks guys.

I will implement the GridDataSource. I didnt know it existed.

Thiago, for some personal reasons, i prefer using mybatis(formerly ibatis)
as opposed to hibernate (i had a very bad experience with hibernate in a
live environment, most of it caused by my limited understanding of hibernate
advanced features.)

Josh.
ps: am eagerly waiting for the T5 in action book.

On Thu, Feb 24, 2011 at 11:12 PM, Thiago H. de Paula Figueiredo <
thiag...@gmail.com> wrote:

> On Thu, 24 Feb 2011 17:00:33 -0300, Howard Lewis Ship <hls...@gmail.com>
> wrote:
>
>  If you look at the source parameter of the Grid, it is a
>> GridDataSource object.  You can bind a List to the source parameter,
>> and Tapestry takes care of converting the list to a GridDataSource,
>> but for large result sets from a database, you really want to use the
>> GridDataSource interface, because it supports sorting and pagination
>> in the database.
>>
>
> In addition, take a look at the HibernateGridDataSource class from
> tapestry-hibernate.
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,
> and instructor
> Owner, Ars Machina Tecnologia da Informação Ltda.
> http://www.arsmachina.com.br
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to