Skip to main content

Questions tagged [gwt-rpc]

Google Web Toolkit - Remote Procedure Calls

gwt-rpc
0 votes
1 answer
23 views

How to get variable from GWT Callback

I'm trying to get a state of a server variable using a callback. Obviously, the state is always false. How can I get the state from the server? Or another question, which options do I have to get ...
NorrtT's user avatar
  • 25
0 votes
0 answers
143 views

How to configure GWT super dev mode for Intellij Idea recent versions 2023

I was using GWT enterprise application which we package it to war and deploy in Tomcat server in our production. I heard of GWT super dev mode, where we can actually run the application in our local ...
Raghuram Bhogireddy's user avatar
0 votes
1 answer
29 views

How to disable rpc token in GWT

I'm using GWT 2.10.0, and I'd like to deactivate the RPC token only during development, but have it activated in production. Any suggestions on how I can achieve this? Thank you.
abdel's user avatar
  • 37
0 votes
0 answers
95 views

Problem upgrading from gwt 2.9 to GWT 2.10

I upgrade the version of gwt in my project from GWT 2.9.0 to GWT 2.10.0. The project compile perfectly but i have this problem when running the project. and the stack of exception is : com.google.gwt....
abdel's user avatar
  • 37
0 votes
0 answers
37 views

GWT: Deserialize objects sent/received via websocket

I would like to analyze messages exchanged between my browser and https://metatraderweb.app. Most communication between client side and server side happens via a GWT signal server using web sockets. ...
user1192748's user avatar
  • 1,005
2 votes
1 answer
176 views

No source code is available for type org.springframework.security.core.GrantedAuthority

I have a legacy multi-module GWT project. One of the modules contains the DTO and Enum classes. One of the DTO classes extends the org.springframework.security.core.GrantedAuthority class, so in the ...
Oscar Londoño's user avatar
1 vote
1 answer
306 views

GWT: Client procedure and rpc request are always called several times with multiple thread id

For some client side procedures, I implement remote logging to log the calling of the procedure. The log is printed several times with different thread id, even though the procedure is only called ...
Ming Leung's user avatar
0 votes
0 answers
83 views

GWT - define async services with a subclass of AsyncCallback

Does GWT allow to define the async services using a custom subclass of AsyncCallback? Basically, I'd been suggested to do something similar to How to wrap every Callback in one place to improve error ...
Mr Redstoner's user avatar
0 votes
1 answer
88 views

GWT application running on windows and not on linux with same configuration

I am new to GWT and I am upgrading my existing GWT application to java 8 (jdk1.8.0_251) and tomcat 8(8.0.53), it is working fine on windows machine but when I tried to deploy on host linux machine ...
soniAbhishek 's user avatar
1 vote
0 answers
48 views

TTFB High for GWT-RPC Calls

We are using GWT framework as our main front end. We are encountering problem with on e of the RPCS. Its TTFB ( time for first byte) is very high . Although the logs on the backend suggest that it ...
vipulk10's user avatar
  • 119
3 votes
1 answer
4k views

jreLeakPrevention.gcDaemonFail Error while running GWT application

Getting error while running a simple GWT application. when I ran by ant through command line it worked fine but after importing in IntelliJ I am getting this error. Don't know why I am getting ...
Pradeep Kumar's user avatar
0 votes
1 answer
258 views

Strange uncaught error with GWT, UmbrellaException

I'm building a project through GWT and Eclipse for the realization of a site similar to Yahoo Answer, until a few days ago it was working perfectly but since yesterday I noticed a bug that I didn't ...
GmaxHD's user avatar
  • 11
1 vote
0 answers
71 views

GWT RPC serialization

I have an application using gwt RPCs as well as Ebean as ORM. Trying to upgrade Ebean from version 2.7 to 11.34, I found that the newer Ebean version does not support subclassing any more, but uses ...
FrankPl's user avatar
  • 581
0 votes
1 answer
127 views

GWT RPC ServerSerializationStreamReader.deserialize throwing java.lang.ClassNotFoundException: https:

Server code running in Google App Engine cloud environment is throwing an exception related to GWT-RPC serialization / deserialization. It looks like the root cause is: Caused by: java.lang....
Brian Miller's user avatar
2 votes
1 answer
101 views

How I can control flow of execution in GWT?

If you have ever used Window.alert("msg"); API in GWT to show popup, I am not sure but the call to this API pauses the code execution until a user action is taken (cliking the ok button), Simillar to ...
Rishu's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
42