[gwt-contrib] Re: RPC policy files usage?

2010-02-24 Thread Alex Moffat
I've messed with no server mode and serialization files a bit but unfortunately my situation is somewhat simpler so I don't think what I've done is directly applicable. I'm using GWT 2.0 so some of this may does not apply if you are using earlier versions. I have an simpler situation than you do

[gwt-contrib] Re: RFC: sharded linking

2010-02-12 Thread Alex Moffat
Where can I read a description of what -XshardPrecompile, or see the code for it, it sounds very useful to me personally? It's not in 2.0.0 as far as I can see. My concerns about the sharded linking proposal came from what I understood the original flow to be from my looking at it and from the

[gwt-contrib] Re: RFC: sharded linking

2010-02-10 Thread Alex Moffat
I've replied before but don't see it here, if it turns up ignore this dupe. I don't maintain any linkers but I have experimented with multi- machine builds. The current Precompile, CompilePerms, and Link implementation has the nice feature that the CompilePerms step does not require access to the

[gwt-contrib] Re: RFC: sharded linking

2010-02-10 Thread Alex Moffat
I may have misunderstood the proposal but I've experimented a little with multi machine builds so I'll comment based on that. One very nice feature of the current system is that the CompilePerms step does not need access to the source code being compiled. This is a significant benefit as it makes