pkt1583 / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

BeanModel Grid #430

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When GwtExt is used with hibernate or other POJO framework
it is convenient to return from a server a list of POJOs.

So GWT RPC interface would return TO with a List<BeanToDisplay> inside.

It would be nice to be able to map this list to a data store to render
it in a grid.

Thanks

Original issue reported on code.google.com by mgrushin...@gmail.com on 6 Oct 2008 at 4:00