gwt-rpc
HTTP 405 - After deploying GWT app
I followed the steps showed here and deployed my GWT app on the tomcat 7 server. When I run it, it gives me the HTTP 405 error. When I run the same ap开发者_如何学编程p in deploy mode it just runs fin[详细]
2023-04-13 09:49 分类:问答ClassNotFoundException on GAE with GWT RPC
I\'m using PlayN to develop a game. It contains a type,GameEvent, defined in my-game-core project. My GWT and GAE code lives in my-game-html, which has my-game-core as a Maven dependency.[详细]
2023-04-13 02:34 分类:问答Find if an overlay exists on a google map
Is there any way to know if an overlay already exist on a map, before we addOverlay to a map. The 开发者_如何学Cthing what I want is, I have an application which gets LatLng points from google server[详细]
2023-04-10 09:00 分类:问答GWT retrieve list from datastore via serviceimpl
Hi I\'m trying to retrieve a linkedhashset from the Google datastore but nothing seems to happen. I want to display the results in a Grid using GWT on a page. I have put system.out.println() in all th[详细]
2023-04-10 03:28 分类:问答Is there any way to reuse / make serializable LatLng and LatLngBounds types in GWT? Any alternatives?
I was so excited to use GWT Maps API that wrote a service which takes LatLng and LatLngBounds in its interface... Only to find out at runtime that those classes do not implement Serializable, probably[详细]
2023-04-09 21:51 分类:问答how to send a file from an applet to an gwt server?
I\'m trying to send a file from an applet to my server GWT. In another application, JSF, I would open an HTTP connection with my servlet.[详细]
2023-04-09 14:03 分类:问答GWT RPC: DTO vs. DAO?
I\'ve started learning GWT about a week ago and here\'s the question I can\'t answer for sure. Here\'s the server-side:[详细]
2023-04-08 02:49 分类:问答Activity Indicator in GWT MAP
What I would like to have is an activity indicator, which is displa开发者_如何学运维yed after my app is up and running, but while GWT is making AJAX calls.[详细]
2023-04-07 14:02 分类:问答Interrupting RPC requests
Is it possible to stop/interrupt an rpc request to a servlet before it returns with a response(in gwt)? Is it possible to get hold of the request\'s thread so one can stop it or something like that?[详细]
2023-04-04 22:26 分类:问答GWT Seamless Deployment
I would like to make deployment of GWT app seemless. That is when new version of the gwt app is uploaded, user which has the older version of client side code in his browser should be notified about i[详细]
2023-04-03 18:09 分类:问答