openlayer Wrapper - Export map as PNG

Similar functionality can be accomplished with Vaadin of course. You can either write a Java API for it to the add-on or do some JS hack to register similar listener. But if you want to get the bitmap to the server side code for further processing, we’d need to figure out how to transfer the raster data generated from the canvas element to the server.

cheers,
matti