EXT-GWT Question:

Tell me how to work with Server side communication?

Tweet Share WhatsApp

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 PDF Read All 32 EXT GWT Questions
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?