Hi there,
I am developing a web application that already has a client side data model (my architecture is hibernate, through a service layer which dozer maps to client side DTOs)
What i am interested in is binding my client side DTOs to smartgwt widgets. Is this possible? Ive seen bindings direct to datasources in the examples but cannot see any way of binding widgets to existing DTOs.
Cheers
Mark
I am developing a web application that already has a client side data model (my architecture is hibernate, through a service layer which dozer maps to client side DTOs)
What i am interested in is binding my client side DTOs to smartgwt widgets. Is this possible? Ive seen bindings direct to datasources in the examples but cannot see any way of binding widgets to existing DTOs.
Cheers
Mark
Comment