On Monday, June 17, 2013 7:26:43 PM UTC+2, Joseph Lust wrote:
>
> Thomas,
>
> Sorry I didn't catch you at the GWTogether in SF last month. I owe you a 
> number of beers. :)
>
> *That did the trick*. I'll bang out an article for GWTProject.org on AWS 
> (and similar) CDN deployments.
>
> BTW, I shamefully plead ignorance on the *xsiframe* linker. I'd only used 
> the linkers in the GWT 
> Docs<https://developers.google.com/web-toolkit/doc/latest/DevGuideOrganizingProjects#DevGuideModuleXml>
> .
>
> Yet, a grepping against the GWT source reveals:
>
>    - appcachelinker (sample)
>    - direct_install
>    - xs
>    - sso
>    - std
>    - xsiframe
>
> We'll need to ensure the new official 
> docs<http://www.gwtproject.org/doc/latest/DevGuideOrganizingProjects.html>include
>  these as I've seen little documentation on most of them, or perhaps 
> I'm missing something and they're not all meant for prime time yet.
>

Yes, we need to document them (or update existing documentation) and 
possibly deprecate a few of them.
When xsiframe was introduced a few releases ago, it was said that it could 
eventually replace std as the default linker: it combines the best of 
iframe (sandboxing in an iframe, DevMode) and xs (cross-origin), and is 
modular and extensible (you can even "plug" your own script "fragments" 
using <set-configuration-property>), and of course also brings 
SuperDevMode. I think "xs" should be deprecated, maybe sso too (who 
compiles a single permutation anyway?)
AFAICT, Google's SSSS linker (Server-Side Selection Script) is based on 
xsiframe (or direct_install, which extends xsiframe)

-- 
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+unsubscr...@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/groups/opt_out.


Reply via email to