El 05/04/11 14:40, Soren Lassen escribió: > A server internal service sounds OK to me.
Ok I'm trying to add some content in a wave created in the server side (thanks Soren for your fast reply), but I'm having problems when I try to add HTML markup as described in: http://www.waveprotocol.org/wave-apis/frequently-asked-questions My code: final OperationQueue opQueue = new OperationQueue(); final Wavelet newWavelet = opQueue.createWavelet(domain, participants); final Blip rootBlip = newWavelet.getRootBlip(); this works: rootBlip.append("foo"); but this doesn't works: rootBlip.append(new com.google.wave.api.Markup("<b>foo</b>")); as let the rootBlip empty. Any suggestion? TIA, Vicente
