Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications. Its goal is to enable productive development of high-performance web applications without requiring the developer to be an expert in browser quirks, XMLHttpRequest, and JavaScript. GWT ...
0
votes
2answers
45 views
+50
GWT call Axis2 on Tomcat doesn't work
When i try to call a web service from my server java written with GWT deployed on tomcat 7 i have this error:
java.lang.NumberFormatException: For input string: ""
at ...
1
vote
0answers
16 views
+50
Marker Drag Event in GWT openLayers
How do I create a drag event for a openlayers Marker? I have a Marker that inherits the openlayers Marker class, and I need to be able to drag the Marker
