Tagged Questions
0
votes
0answers
4 views
Decoding the *.gwt.rpc file generated as per GWT's serialization policy
I'm trying to do a bit of background reading on GWT RPC serialization policy and found that GWT whitelists the serializable types in a *.gwt.rpc file post compilation.
The following is an excerpt of ...
0
votes
0answers
12 views
GWT - IncompatibleRemoteServiceException ( Not authorized )
GWT - Getting the following exception
This application is out of date, please click the refresh button on your browser. ( Not authorized )
Request URL:
...
0
votes
1answer
26 views
GWT/RPC - Does gwt supports generics which uses <?>
I just tried to compile my client code and faced this
[ERROR] [com.mycompany.project.App] - In order to produce smaller client-side code, 'Object' is not allowed; please use a more specific ...
0
votes
2answers
32 views
Can't find objects in ArrayList passed to server through GWT-RPC
I have an ArrayList of ShortcutVirtualSystemEntry where :
public class ShortcutVirtualSystemEntry extends VirtualSystemEntry implements IsSerializable {
public ShortcutVirtualSystemEntry(String ...
1
vote
2answers
43 views
GWT send to remote server?
I have a xml document I need to send to a remote server that isn't mine.
I have the url and port number for the remote server, and I've tried to implement the transfer using RequestBuilder.
Code ...
0
votes
3answers
70 views
We don't need to stop running project due to server side datas changes
How to do server side datas changes may be effect or update by browser's refresh in GWT projects ? Browsers may download js files of client side , but not server side. When a project is bigger and ...
2
votes
1answer
109 views
What are pros and cons of gwt ? And why should we choose it? [closed]
I am still a beginner using with GWT . I really want to know of advantages and disadvantages of GWT. Our group leader choose GWT framework. I want to know why he choose it? Now , I have exp in it ...
0
votes
0answers
19 views
GWT CloseHandler not calling RPC method
I have a GWT application that registers a CloseHandler for the CloseEvent. This handler calls the logout() method in another class, which does some cleanup and calls an RPC method to log the user out ...
0
votes
2answers
39 views
How to Keep the Button(widget) in Screen in Scrolling view?
Assume page size is longer than screen size(length), i had created one button, if i scroll the page upside button keep in screen up side and if i scroll down side button should be keep in bottom of ...
0
votes
0answers
42 views
GWT Asynchronouscallback timeout issue: Always going in OnFailure()
I am new to GWT. I have written a piece of code which makes asynchronous calls to the server. The server side code is running fine as seen through the logs. But on the client side I am getting a ...
2
votes
2answers
85 views
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 ...
0
votes
1answer
69 views
GWT CellTable SelectionModel can not deselect item after editing
Hello I have a Contact class with informations which i show in a CellTable.
The CellTable has a DataListProvider, MultiSelectionModel and KeyProvider
which checks the id of the Contact.
...
0
votes
1answer
46 views
GWT Appliaction with 3rd Party Library works in Development mode but not Deployed mode
I am working on a GWT application and I am using 3rd party Java-R wrapper library. This will be converted into Java Bytecode and (I guess) call some methods via the R libraries.. I was able to ...
0
votes
0answers
60 views
Tutorial on setting up Java-To-R (JRI rJava) to work with GWT Application
does anyone know a way to configure the wrapper for Java-to R (JRI or rJava [they are i think the same thing) How do I need to configure it, what to do? Do i need to modifiy the project xmlfile and ...
0
votes
0answers
57 views
Error in GWT hosted Mode
We are seeing the following exception from GWT (2.5.0) everytime we run a mvn clean install on the project. This error only happens while running in hosted mode. Has anyone seen this before?
SEVERE: ...
-1
votes
1answer
130 views
GWT Openlayer draw circle vector feature
stackoverflow users, I need to draw circle, in GWT wrapper for Openlayer, I have used DrawFeature, ModifyFeature controls, but not able to find control for drawing Circle, or any suggestions with ...
0
votes
0answers
76 views
GWT - Writing and reading data to Google Cloud Storage
I want to add a server-side write to StockWatcher (a GWT sample project).
After setting up a Cloud Storage account with billing, and added a bucket myBucket, I added the following method to ...
0
votes
1answer
46 views
gwt error when try add IsSerializable in enum
Hello i try Serialize my enum class but i have got error when i try compile my project.
this is my simple enum :
import com.google.gwt.user.client.rpc.IsSerializable;
public enum ConversationType ...
0
votes
0answers
33 views
Unable to find 'demos/taskengine/Tasks.gwt.xml'
I made some changes to StockWatcher (GWT sample project) and it works great hosted on Google Apps Engine. However, when trying to run in Development Mode, I get:
Loading modules
...
0
votes
2answers
180 views
Cannot deploy servlet sample GWT app to Apache Tomcat 7
Original, less detailed question found here: Cannot figure out why I cannot deploy GWT application onto Apache Tomcat 7. As I was writing this, I decided to try it again and this time it worked ...
0
votes
1answer
97 views
Cannot figure out why I cannot deploy GWT application onto Apache Tomcat 7
First, I tried to follow the tutorial to deploy my application. After some fiddling and failures, I thought I should run the GWT sample Contacts project and see if that will work on my tomcat with RPC ...
1
vote
1answer
56 views
Easiest way to get a GWT project (with RPC) online?
I have a GWT program with RPCs that works great in Development Mode. It reads/writes from a .txt file in the war folder. I'd like to get it online so, for example, somebody else could visit it on ...
0
votes
0answers
77 views
GWT production mode failure
I'm having an issue in GWT production mode.
Here it is in a nutshell: Project works great in Development Mode, compiles successfully, and works in Production Mode at 127.0.1:888. But my html file ...
0
votes
2answers
154 views
how could i implement log4j-gwt-1.0.jar in gwt example and want to know how to write log4j.properties file?
when i am using log4j-gwt-1.0.jar file in build path their respective classes is not finding ie. Logger logger=new Logger.getLogger(modulename.class);
getting error.
I also want to know how to write ...
3
votes
2answers
101 views
Is making a GWT asynccallback in a constructor safe?
Assuming the constructor runs in the client part of the code (the one that gets translated to javascript).
The callback method onSuccess does modify the instance variables of the class.
The callback ...
2
votes
4answers
96 views
GWT Single threaded async callbacks
rpc.call(mycallback);
{
//subsequent code block
}
How does the single threaded async callback work?
When will the callback get called?
Will the subsequent code block always finish executing ...
1
vote
1answer
45 views
sending String using servlet while dowloading in GWT
i am using GWT
I trying to dowload a file using Servlet.
I have fileId on the client side.
i have my servlet ready to look for the file using fileId and send back to client.
But on the Client ...
1
vote
1answer
87 views
Exceptions logged with RPC are throwing IncompatibleRemoteServiceException
So right, the basics, this is running on GWT2.5.0 / JDK1.6 and set up more or less as the docs have it set up
gwt.xml
<inherits name="com.google.gwt.logging.Logging" />
<set-property ...
0
votes
1answer
81 views
GWT RPC Service Allocate exception for servlet
I'm trying to create a simple RPC service that blows up with the following error message :
[tomcat:launch] Apr 3, 2013 12:50:38 AM org.apache.catalina.core.ApplicationContext log
[tomcat:launch] ...
0
votes
1answer
46 views
Gwt shared package
I currently have domain objects in the client package. These objects are used in the server RPC methods and it all works fine.
Why do I need a shared package?
0
votes
3answers
76 views
Google Web Toolkit and 3rd party Java Libaries
During the development of our GWT application, we will use a third party Java library for interfacing with some hardware. The user will use the interface which will eventually call Method() from the ...
0
votes
1answer
58 views
GWT RPC — Effect of sending very large binary data?
Before I go and spend a bunch of time writing test code for this I thought I would ask:
Assuming a standard Jetty servlet container, what is the effect (On the server, or the client) of sending a ...
1
vote
3answers
138 views
gwt return value when asynchronous callback end
Hello i have got function like that:
@Override
public boolean checkExist(String name) {
final boolean check[] = new boolean[] { false };
getAllRecordFromServer(new ...
0
votes
1answer
103 views
GWT 2.5 Can't serialize HashMaps in request
I upgraded to 2.5 and I can't no longer pass a HashMap.
I don't get an error, but deserialization of the request gets stuck.
That was working in all previous releases, even before 2.0
The problem ...
1
vote
1answer
36 views
How Seriliaze Objects To String Using SimpleFramework
Am working with GWT application and integrated with Simple framework to parse objects into XML, I have POJO classes on client side and use the parser on server side. I need to write the serialized ...
1
vote
3answers
103 views
Bestpractice for multiple GWT-RPC calls
I have to make several GWT-RPC calls.
I would like to start them asynchronously like this.
service.s1(param1, callback1);
service.s2(param2, callback2);
service.s3(param3, callback3);
I´m not sure ...
0
votes
1answer
171 views
I am getting an Exception while dispatching incoming RPC call
Inside my server logic I am trying to call a map reduce job.
KMeansClustering.startClustering(centerForClustering);
I keep getting this error, not sure why
[WARN] Server class ...
0
votes
0answers
38 views
gin inject and read config from async service
i have got module and this module only read config from server via async callbacK:
@Singleton
public class Config {
private ConnectionSettings connectionSettings;
@Inject
protected Config(final ...
1
vote
2answers
231 views
CORS and GWT does it work now?
I have been trying to get cross domain RPC calls to work on my GWT app because I would like to deploy my java script directly onto a users mobile device and then have it make RPC calls to the Google ...
0
votes
1answer
108 views
Guava 14.0 GWT serializing Optional
Using Guava 14.0 with GWT RPC 2.5.1-rc1, built with maven as described in Guava libraries and GWT
Deserialization of Guava collections seems to be working fine. I have however run into a ...
0
votes
2answers
51 views
GWT-RPC error - subtype is not instantiable
There are following classes:
@Entity
public class MPolicy extends MAbstractEntity {
private MPolicyCondition condition;
private List<MPolicyAction> actions;
...
}
@Entity
...
0
votes
0answers
20 views
Comparing GWT RPC with GWT RequestFactory [duplicate]
I've recently implemented a couple of different fetching methods:
One using GWT RPC.
One using GWT RequestFactory.
They do the same thing. Basically fetch a list of Categories that I add to a ...
0
votes
2answers
87 views
GWT - synchronous return of a method
Ok, there isn't synchronous call in GWT.
But if i have something like this:
class XXX {
Config c=new Config();
c.doSomething();
}
and the class Config
public class Config {
private ...
0
votes
2answers
200 views
GWT 2.5 Application Deployment in Tomcat?
I am using GWT 2.5. I have an application using gwt-rpc. I have compiled the project and make war file using an ant-script. When I would deploy the project on tomcat it loads successfully but Doesn't ...
1
vote
1answer
182 views
Reusing server code in a GWT+phonegap app avoiding RPC
We are about to create a mobile version of our web page. In that page we have used RPC services in a service way, not totally entity oriented. So we are going to have two clients (web and mobile) ...
0
votes
1answer
57 views
BigInteger as value holder in GWT model entities
I'm using BigInteger in model classes just for storing and displaying values in most cases, without any math operations. The reason to do so (instead of using Strings) was to avoid conversion, since ...
0
votes
3answers
98 views
How can I determine why onFailure is triggered in GWT-RPC?
I have a project that does 2 RPC calls and then saves the data that the user provided in tha datastore. The first RPC call works ok, but from the second I always recieve the onFailure() message. How ...
0
votes
0answers
156 views
GWT 2.5 breaks RPC method - fine on 2.4, but not working after upgrade
After upgrade from GWT 2.4.0 to 2.5.0 only one of many (many!) RPC methods is broken and I have no idea why. Here is what happens (and what does not):
The program gets to async service object and ...
1
vote
1answer
68 views
GWT serialization should not return interfaces: what about parameters and contained objects?
There are already a few questions regarding the fact that methods in GWT RPC should not return an interface like List, but rather a concrete class like ArrayList, because otherwise "GWT needs to ...
0
votes
1answer
106 views
Intercepting Async Proxy Service exceptions for GWT RPC
My app has many RPC calls, and they all have a .onFailure(Throwable caught) method. I have a class shared between the client and the server code NotLoggedInException. This is thrown by the server, if ...



