I am using SmartGwt EE 2.4 version and IE8 at client. I am having a couple of issues:
1) Calling hibernate/spring been for data manipulation is not asynchronous, when it invoke any of the server method, the user can not do anything on the screen. Wondering how could i achieve the asynchronous behaviour.
2) When any exception comes, the GUI either freezes or become ineffective (not responsive)
The SmartGWT project is with qooxdoo ajax framework, however both have their own index file and window
Greatly appreciate any help.
Thanks and Regards,
Iqbal
1) Calling hibernate/spring been for data manipulation is not asynchronous, when it invoke any of the server method, the user can not do anything on the screen. Wondering how could i achieve the asynchronous behaviour.
2) When any exception comes, the GUI either freezes or become ineffective (not responsive)
The SmartGWT project is with qooxdoo ajax framework, however both have their own index file and window
Greatly appreciate any help.
Thanks and Regards,
Iqbal
Comment