Nino Martinez Vazquez Wael did an update on his OpenLayers integration for Wicket. Looks really nice. The communication to and from Wicket is handled for you, so this is a very easy way to add maps to your Wicket applications.
New features
- Now using JTS (http://www.vividsolutions.com/Jts/JTSHome.htm) directly.
- It is now possible to draw geometries using the new DrawListenerBehavior
- Geometries are pushed to Java using JTS
- Remove the drawControl using the RemoveDrawControl behavior.