| Author |
gwt flow
|
ramesh sri
Greenhorn
Joined: May 23, 2012
Posts: 8
|
|
|
can anybody explain flow of gwt app
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8434
|
|
What do you mean by flow? You will have to be a bit more specific here.
As a developer, you write pure Java code. The choice of classes is limited to white listed ones which can be emulated into JS.
Then the GWT "compiler" converts all this java code into JS. That is it, on a very high level, as far as GWT is concerned. Essentially GWT is a front end framework.
For communicating with the server side (so that you can get/set data, and update your UI), one typically uses the RPC mechanism.
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
 |
|
|
subject: gwt flow
|
|
|