Hi all,
I heavily want to use GWT Platform within my project, because using it leads to a modular approach that rocks. Besides I also like the concepts of SmartGWT like all the data processing including lazy loading, auto. caching and filtering that are related to more than just the widgets.
Though I now how to use SmartGWT widgets in my views, I wonder what is best practice to also take advantages of the advanced concepts.
(Assuming I have the GWTEE.)
Could you give me some advice on how to integrate SmartGWTEE with GWTP while keeping the application architecture as modular as possible and regarding the MVP model on the client side?
I heavily want to use GWT Platform within my project, because using it leads to a modular approach that rocks. Besides I also like the concepts of SmartGWT like all the data processing including lazy loading, auto. caching and filtering that are related to more than just the widgets.
Though I now how to use SmartGWT widgets in my views, I wonder what is best practice to also take advantages of the advanced concepts.
(Assuming I have the GWTEE.)
Could you give me some advice on how to integrate SmartGWTEE with GWTP while keeping the application architecture as modular as possible and regarding the MVP model on the client side?
Comment