Re: GWT homepage offline

2013-03-09 Thread David Levy
back up.. thanks. On Sat, Mar 9, 2013 at 8:24 AM, David levy...@gmail.com wrote: Getting an Over Quota page when attempting to access: https://developers.google.com/web-toolkit/ Anyone aware of this? -- You received this message because you are subscribed to a topic in the Google

Re: ScrollPanel scroll position retained across browser refresh

2013-01-02 Thread David Levy
Some further findings: I've only been able to reproduce the problem on firefox 16 running on Ubuntu.Firefox 17 on Windows works as expected. On Wed, Jan 2, 2013 at 9:45 AM, David levy...@gmail.com wrote: I have a page with several components - one being a small scrollable widget. When

Re: Are you happy with GWT?

2012-10-09 Thread David Levy
Some examples of pushback when trying to introduce GWT into a legacy j2ee application 1) We don't have time for a re-write 2) this is a website not an application 3) servlet template engines are sufficient for most UX and the rest can be done in javascript 4) SEO requirements 5) I18n stuff needs

Re: Are you happy with GWT?

2012-10-09 Thread David Levy
When servlet engines first came on the scene , developers were writing stringified content directly to the HttpResponse. There were also some popular widget frameworks at the time. Server side templating was introduced to let web designers into the fray. I wouldn't consider it a hack.

how to instantiate a uib class in junit?

2011-10-31 Thread David Levy
I've done this successfully using gwt-uibinder-mockhttp://code.google.com/p/gwt-uibinder-mock/ but it no longer works in gwt 2.4. Does anyone know of a simple way to structure a uib class to avoid the following error when running in junit? java.lang.ExceptionInInitializerError at