Re: GWT is for apps — right? But what's about static pages? (GWT's Future Plans...)

2011-08-04 Thread Nick Hristov
I am sorry, but this sounds insane. You are going to generate page content on the browser which you will post on the server so that it can be loaded by the browser. I still stand by my original approach. Generate the simple html content on the server, and let the browser load a GWT module which

Re: GWT is for apps — right? But what's about static pages? (GWT's Future Plans...)

2011-08-03 Thread Nick Hristov
What exactly do you hope to accomplish? If I am understanding you correctly, you want to have the server generate some html page content and the the embedded gwt module will make the page dynamic (I.e apply filters, next page, etc.) You can already do much of this functionality, its just not the

Re: HTML5 pushState support

2011-06-30 Thread Nick Hristov
I just finished writing a barebones support for this: com/google/gwt/user/client/impl/HistoryStateImpl.java: package com.google.gwt.user.client.impl; /** * History implementation based on pushState */ public class HistoryStateImpl extends HistoryImpl { public native boolean init()

Re: Development mode crashes Safari 4.0.4 in OS X 10.4

2009-12-26 Thread Nick Hristov
10.5 is quite a bit slower than 10.4 on a PPC iBook. So upgrading is not really an option. The error seems to stem from unresolved symbols: specifically, on Safari plugin: dyld: lazy symbol binding failed: Symbol not found: _pthread_mutexattr_destroy$UNIX2003 Referenced from: /Library/Internet