Hi alona.oz
To reduce the nr of compilations just modify the useragents.gwt.xml
file (located in : yourWaveDir/src/org/waveprotocol/wave/client/common/
util) in the following way:
<set-property name="user.agent" value="safari"/>
<set-property name="locale" value="en"/>

OR just delete these properties. If you delete them, then they will be
taken from SimpleWebClient.gwt.xml, which should be fine for you.

On Jun 21, 3:24 pm, "alona.oz" <[email protected]> wrote:
> I try to use rich client in my project, the compilation process
> creates 15 permutations and it's very slow. As I understand it's
> because of usage of UIBuilder. How to reduce number of compilations?
> 10x
>
> On May 27, 9:39 am, "J.D. Zamfirescu" <[email protected]> wrote:
>
> > Hi group!
>
> > We've just pushed a first working version of our Simple WebClient,
> > complete with ourRichTextEditorintegrated and an updated FedOne
> > that speaks the draftclient-server protocol. This code lives in the
> > branch "io2010", available 
> > here:http://code.google.com/p/wave-protocol/source/checkout?repo=io2010
>
> > We wanted to get this code out to you as soon as possible, despite
> > some (very) rough edges. The code we've pushed is functional and
> > federates with wavesandbox.com, but there are a number of caveats.
>
> > First, here is what we're releasing today:
>
> > • The WaveRich-TextEditor
> > • Aclient-side concurrency control module (aka "CC stack"), which
> > coordinates the communication of deltas between a Waveclientand a
> > Wave server.
> > • A Simple WebClientthat combines theRich-TextEditorand CC stack
> > together with a simplistic "login" system and wave selection panel.
> > (If you're familiar with FedOne, think of this as the web version of
> > the FedOne consoleclient, albeit with real-time editing.)
> > • An updated FedOne that serves the newclient-server protocol and
> > hosts the simple webclient.
>
> > All this code requires GWT on theclient, so we've added GWT to the
> > mercurial repository. Once you have run the new FedOne server, by
> > default the new webclientwill be available on port 9898. The 
> > webclientrequires a browser that supports WebSocket - currently Chrome
> > and Webkit nightly builds.
>
> > Next, the caveats:
>
> > • The Simple WebClientuses the new conversation model but only
> > implements a very basic subset of its features: a single root thread
> > and its component blips.
> > • Theclient-server connection remains fragile - the CC stack supports
> > handling reconnecting when the underlying connection drops, but we
> > haven't yet hooked up this logic, and the FedOne server doesn't
> > support it well yet.
> > • The index wave (the equivalent of the "inbox" in FedOne) still uses
> > an older version of the Wave model.
> > • Tests are broken all over the place. This is unfortunate, but we're
> > aware of it, and are committed to fixing them. We just wanted to
> > release this code ASAP. Fixed tests to follow.
> > • Theclient-server protocol has been changed, but still isn't in it's
> > final form. We'll be making more changes to it in the near future.
>
> > Once the above issues have been addressed, we'll be moving the code to
> > the main repository - for now, development will be in the open on the
> > io2010 branch. Stay tuned for fixes to these issues soon.
>
> > Happy hacking!
>
> > Anthony Baxter and J.D. Zamfirescu
> > Google Wave

-- 
You received this message because you are subscribed to the Google Groups "Wave 
Protocol" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/wave-protocol?hl=en.

Reply via email to