blip.append(new Installer(installerUrl));
// Test adding a proxied reply. The reply will be posted by
// jkitchensinky+proxy@appspot.com. Note that as a side effect this will
// also add this participant to the wave.
wavelet.proxyFor("proxy").reply("\n").append("Douwe says Java rocks!");
// Test inserting inline blip.
Blip inlineBlip = blip.insertInlineBlip(5);
inlineBlip.append("Hello again!");