Explain how are we going to get the response from server side?
Submitted by: AdministratorFor this purpose only GWT has one Asynchronous interface which has one parameter called AsyncCallBack, using this callback object it will call the client side code once the server completed the execution.
So basically all the calls to server side method will have two call back methods
onSuccess()
onFailure()
If the server side method executed properly then onSuccess() method will be called otherwise onFailure() method will be called, so based on this we can proceed with our functionality.
Submitted by: Administrator
So basically all the calls to server side method will have two call back methods
onSuccess()
onFailure()
If the server side method executed properly then onSuccess() method will be called otherwise onFailure() method will be called, so based on this we can proceed with our functionality.
Submitted by: Administrator
Read Online EXT-GWT Job Interview Questions And Answers
Top EXT-GWT Questions
☺ | What is EXT GWT (Google Web Toolkit)? |
☺ | Explain GWT components? |
☺ | Tell me how to make GWT Custom Event Handler? |
☺ | Basic GWT questions: |
☺ | Explain how GWT Navigation works? |
Top Scripting language Categories
☺ | AngularJS Interview Questions. |
☺ | Ext-JS Interview Questions. |
☺ | Dojo Interview Questions. |
☺ | Expert Developer JavaScript Interview Questions. |
☺ | SWFObject Interview Questions. |