EXT-GWT Question:

Download Job Interview Questions and Answers PDF

Tell me how to work with Server side communication?

EXT GWT Interview Question
EXT GWT Interview Question

Answer:

Using GWT RPC
To user GWT RPC we need to create couple of interfaces and one implementation class.
1. Synchronous interface
2. Asynchronous interface
3. Implementation class implements Synchronous interface.

Download EXT GWT Interview Questions And Answers PDF

Previous QuestionNext Question
Explain what is Bootstrap process in GWT or How an applications loads in GWT?Explain how are we going to get the response from server side?