Originally posted by Jeanne Boyarsky:
First, a big thanks to Robert Hanson & Adam Tacy for being here to promote the book GWT In Action.
Originally posted by Jeanne Boyarsky:
The winners are:
Bill Barbour
Eric Pascarello
Rajeev Ja
William Brogden
Originally posted by Rohan Dhruva:
Hi Authors (if you are still hanging around)
Does the book - GWT in Action - cover using GWT with Eclipse ? From the google site of GWT, it's clear that eclipse is the preferred IDE for developing with GWT - does the book cover this portion ?
Thanks.
Originally posted by G M S:
Is there a way in GWT by which I can queue to service calls in FIFO.
my problem
I need to call two service
1. void updateModel(....)
2. refreshSomeView(....)
it is critical that refreshSomeView is called only after updateModel.
How can I ensure this
Originally posted by John Todd:
Ok, any ideas how to create widgets like "Labels" or "Invite a friend" of GMail?
Originally posted by John Todd:
Hi.
I remember I read an article about how to springify GWT RPC servlets in the past.
I have been looking at your book TOC and it seems to me that you didn't discuss that (Spring + GWT).
May I ask why as Spring is one of the hottest things these days?
Appreciate your help.
Originally posted by Shawn Kuenzler:
What do you foresee for GWT in the job-marketplace?
I wonder how well it will be adopted for development in larger shops.[/QB]
Basically, with GWT doing so much of the work behind the scenes, if I invest my time learning it, will potential employers frown on the fact that I don't truly know AJAX?
Thanks![/QB]
Originally posted by John Todd:
So, I have to create a hidden frame and assign an ID to it in my GWT host page?
Originally posted by John Todd:
In case GWT will create it on the fly, how I'm supposed to access it with DOM since I don't its ID or name?
Originally posted by Daniel Moore:
Hi folks,
I was wondering what the biggest incompatibility you've seen between java (the JRE and the language) and GWT generated javascript (running in web mode)?
Originally posted by Roger F. Gay:
So, re: the examples - I often feel (as I know many do) that it would be nice in at least some situations, to be able to jump right in with a related example and just customize to get what I want.
Originally posted by Charles McGuire:
Does Google have any statements or guiding principals about the support of existing API's as new releases are rolled out?
Originally posted by Charles McGuire:
What has been the experience to this point?
Originally posted by Charles McGuire:
Are there "best practices" a GWT developer can do to insulate the apps from API changes through releases? If so, are they covered in the book?
Originally posted by gary fong:
My question is can GWT be used as the cornerstone technology for a large-scale web application such as ours?
Originally posted by gary fong:
What are some of the downsides?
Originally posted by gary fong:
Also, how can GWT be introduced slowly, over a period of releases?
Originally posted by Jeanne Boyarsky:
1) Since the JavaScript is generated from Java, it reminds me a bit of servlets. Does this mean the presentation (HTML) in Java rather than just the JavaScript?
Originally posted by Jeanne Boyarsky:
2) There is a different JavaScript file generated for each browser. Does this mean you have to redeploy when the next version of each browser comes out?