java - how to make autosuggest from mysql in gwt suggest box -
i new gwt started tutorial in google code working fine if need implement features such auto suggest mysql need implement client server communication...and can 1 explain example....
i'll give steps.
- implement ui. instantiate , position textbox.
- do gwt-rpc client/server communication.
- implement server layer run mysql queries , return answer in gwt-rpc mechanism.
- add keydownhandler textbox.
- wire key down gwt-rpc call.
- receive suggest result in async callback.
Comments
Post a Comment