jakovdt
6 Aug 2010, 1:44 AM
Hi,
I'm a newbie of GXT. I'm looking for more information about how to use store and loader. I bought the book "developing gxt application" but there aren't enough technical details about the performance. I'm working on a complex project in which are large amount of data, so I must be very careful of the tools I use.
For example, I have a ManyToMany relation between Users and Profiles. So, one user has one or more profile. I thought to make a user CRUD with GRID Store Data Binding for users and a dualListField for profiles. I was wondering what the best strategy to to retrieve data and add a new profile to a user.
I can extend my user bean with all available profiles (and add a flag to know which are the ) or maintain the data in two different stores (one for user and one for profile).
To do this, I must know which is the lighter mode in terms of performance...
Thanks
J
I'm a newbie of GXT. I'm looking for more information about how to use store and loader. I bought the book "developing gxt application" but there aren't enough technical details about the performance. I'm working on a complex project in which are large amount of data, so I must be very careful of the tools I use.
For example, I have a ManyToMany relation between Users and Profiles. So, one user has one or more profile. I thought to make a user CRUD with GRID Store Data Binding for users and a dualListField for profiles. I was wondering what the best strategy to to retrieve data and add a new profile to a user.
I can extend my user bean with all available profiles (and add a flag to know which are the ) or maintain the data in two different stores (one for user and one for profile).
To do this, I must know which is the lighter mode in terms of performance...
Thanks
J