[OpenLayers] Wrappers ... or not ?

Hi,
Could someone please give a description of these packages:

  • org.vaadin.vol
  • org.vaadin.vol.filter
  • org.vaadin.vol.public
  • org.vaadin.vol.client.wrappers
  • org.vaadin.vol.client.ui

What is the difference between the classes that have similar names and are found in different packages. For example: GoogleSatelliteLayer and VGoogleSatelliteMapLayer?

Regards.

Hi,

public and client packages contain client side stuff. Unless you are building custom client side stuff or using the plain GWT API’s in GWT app, stay out of them. Most commonly they are only needed during widgetset compilation.

cheers,
matti