Monday, June 15, 2015

Re: Compile UiBinder to static html?

The UiBinder generator produces Java code and there is no configuration option to tell UiBinder to do anything else than that. Of course you could fork UiBinder and adjust it to your needs.

Actually I don't know what you want to develop but if you just want to generate static html pages using templates and keep data separated then maybe something like Jekyll is more suitable than GWT. GWT is all about single page JavaScript apps. Of course you could also run your GWT app through a headless browser (e.g. phantomjs) and export the produced HTML. 

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment