Jim
>>
>> On Aug 7, 8:49 am, Samyem Tuladhar <sam...@gmail.com> wrote:
>>
>> > Hello Everyone!
>>
>> > We recently ported the sitehttp://brightpages.comfromStruts to GWT.
>> > As others have experienced, we had quite a ride porting to GWT
>> > framework. Being a public website, we have had to deal with issues
>> > like making the site accessible to crawlers and minimize the network
>> > traffic. We still have some UI bits rendered from server as GWT's
>> > dynamic UI is not crawlable. But most of the interactive bits turned
>> > out good with GWT.
>>
>> > The other issue we dealt with is the size of the javascript output by
>> > GWT. The way we got around it using deferred binding to output
>> > different JS per page and in some cases, per use case, while using the
>> > same GWT module. This bought the size of the uncompressed JS from over
>> > 400kb to less than 27kb. I know that the JS is cached by the browser,
>> > but the delay in first-time hit was not acceptable.
>>
>> > We tried to switch to GWT 1.5 but the compile time was making the
>> > process prohibitive. Looking forward to the final release of 1.5 and
>> > the community feedback.
>>
>> > Thanks,
>> > Brightpages.com Team
> >
>
--
Jim Freeze
When I got the exception, I think I was just doing a search.
I tried the site soon after you posted it here earlier today.
You may want to check the log files. I couldn't reproduce
the problem tonight.
Some observations:
1) Safari seems more responsive than FF. I tried FF only earlier today.
2) I see that the site does respond 'return' key, but it is difficult
to tell that it worked because
there is not a visual cue that the site is searching.
3) If it was my site, I would probably set the focus to the first
search box after page
load. But I realize that may not be something you want to do.
4) the autocomplete box seems more responsive tonight - maybe it is that my
home network is faster than works. What I don't like about the
autocomplete is that
I can't select the option with the keyboard, but have to click the
selection with the mouse.
5) Clicking on links that take a while to load make me think the link
is broken because
there is no busy indicator.
6) The drop down autocomplete is huge and only half filled - both
vertically and horizontally.
And, on top of that, the text in the dialog is truncated with elipsis
(...). See the attachment.
Overall, the site has some nice styling. I think once some of these
subtle usage cues are
addressed, that it will look and feel like a polished app.
Jim
--
Jim Freeze