Re: Newbie question

2009-04-06 Thread redzedi
Thanks Paul !! On Apr 3, 7:03 pm, Paul Robinson ukcue...@gmail.com wrote: redzediwrote: Hi All,    Here are a couple of elementary questions, pardon me if they sound very naive but i really really need to know the answer :- 1. why do we need to do a setEndPoint on the client-side stub

Newbie question

2009-04-03 Thread redzedi
Hi All, Here are a couple of elementary questions, pardon me if they sound very naive but i really really need to know the answer :- 1. why do we need to do a setEndPoint on the client-side stub we get from GWT.create() ?? 2. is the resultant stub as thus created threadsafe or is their any

Migrating client side scripting to GWT

2009-03-31 Thread redzedi
Hi, I am involved in GWT migration of the presentation layer of a web application. Presently app was using servlets/jsp that has the option of plugging in client side scripts for various scenarios . These are javascripts and were rendered to the client along with html . For GWT